Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vittominacori committed Oct 19, 2018
1 parent 5a664fc commit 05fe2cd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
module.exports = {
title: 'Solidity Linked List',
title: 'Use linked list data structures in Solidity',
description: 'An utility library for using sorted linked list data structures in your Solidity project',
base: '/solidity-linked-list/',
ga: 'UA-115756440-2',
themeConfig: {
repo: 'vittominacori/solidity-linked-list',
sidebar: 'auto',
},
};
3 changes: 3 additions & 0 deletions docs/.vuepress/style.styl
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.navbar
.site-name
display none
.content
code
color #2c3e50 !important

0 comments on commit 05fe2cd

Please sign in to comment.