File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ const config = {
1717 ] ,
1818
1919 title : "Solarity" ,
20- tagline : "The solidity lib " ,
20+ tagline : "Solidity-Oriented Development Tooling " ,
2121 favicon : "img/favicon.png" ,
2222
2323 // Set the production url of your site here
@@ -46,7 +46,7 @@ const config = {
4646 sidebarPath : require . resolve ( "./sidebars.js" ) ,
4747 // Please change this to your repo.
4848 // 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/" ,
5050 } ,
5151 theme : {
5252 customCss : require . resolve ( "./src/styles/app.scss" ) ,
Original file line number Diff line number Diff line change @@ -102,6 +102,11 @@ const sidebars = {
102102 label : "Arrays" ,
103103 items : [ { type : "autogenerated" , dirName : "getting-started/guides/libs/arrays" } ] ,
104104 } ,
105+ {
106+ type : "category" ,
107+ label : "Crypto" ,
108+ items : [ { type : "autogenerated" , dirName : "getting-started/guides/libs/crypto" } ] ,
109+ } ,
105110 {
106111 type : "category" ,
107112 label : "Data Structures" ,
You can’t perform that action at this time.
0 commit comments