Skip to content

Commit dd14f95

Browse files
committed
fix pages
1 parent 8dd9020 commit dd14f95

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff 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"),

sidebars.js

+5
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)