File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const config = {
17
17
] ,
18
18
19
19
title : "Solarity" ,
20
- tagline : "The solidity lib " ,
20
+ tagline : "Solidity-Oriented Development Tooling " ,
21
21
favicon : "img/favicon.png" ,
22
22
23
23
// Set the production url of your site here
@@ -46,7 +46,7 @@ const config = {
46
46
sidebarPath : require . resolve ( "./sidebars.js" ) ,
47
47
// Please change this to your repo.
48
48
// Remove this to remove the "edit this page" links.
49
- editUrl : "https://github.com/dl-solarity/docs/tree/dev/ " ,
49
+ editUrl : "https://github.com/dl-solarity/docs/" ,
50
50
} ,
51
51
theme : {
52
52
customCss : require . resolve ( "./src/styles/app.scss" ) ,
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ const sidebars = {
102
102
label : "Arrays" ,
103
103
items : [ { type : "autogenerated" , dirName : "getting-started/guides/libs/arrays" } ] ,
104
104
} ,
105
+ {
106
+ type : "category" ,
107
+ label : "Crypto" ,
108
+ items : [ { type : "autogenerated" , dirName : "getting-started/guides/libs/crypto" } ] ,
109
+ } ,
105
110
{
106
111
type : "category" ,
107
112
label : "Data Structures" ,
You can’t perform that action at this time.
0 commit comments