Skip to content

Commit 77acf02

Browse files
authored
fix: manually update sidebars (#10)
* add new sidebars, update .gitignore * update quotes
1 parent 460e63b commit 77acf02

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.netlify
2-
docs
2+
docs
3+
.idea

docusaurus/sidebars.js

+16-9
Original file line numberDiff line numberDiff line change
@@ -9,18 +9,18 @@ const sidebars = {
99
label: 'Getting Started',
1010
link: {type: 'doc', id: 'getting-started/getting-started'},
1111
items: [
12-
'getting-started/local-setup',
13-
'getting-started/working-with-key-pairs',
12+
'getting-started/playground-start',
1413
{
1514
type: 'category',
16-
label: 'Setting up Funds',
15+
label: 'Local Setup',
1716
items: [
18-
'getting-started/setting-up-funds/premining-balances',
19-
'getting-started/setting-up-funds/running-a-faucet',
17+
'getting-started/local-setup/local-setup',
18+
'getting-started/local-setup/working-with-key-pairs',
19+
'getting-started/local-setup/premining-balances',
20+
'getting-started/local-setup/setting-up-a-local-chain',
21+
'getting-started/local-setup/browsing-gno-source-code',
2022
]
2123
},
22-
'getting-started/setting-up-a-local-chain',
23-
'getting-started/browsing-gno-source-code',
2424
],
2525
},
2626
{
@@ -75,7 +75,14 @@ const sidebars = {
7575
'gno-tooling/cli/gno-tooling-gnokey',
7676
'gno-tooling/cli/gno-tooling-gnodev',
7777
'gno-tooling/cli/gno-tooling-gnoland',
78-
'gno-tooling/cli/gno-tooling-gnofaucet',
78+
{
79+
type: 'category',
80+
label: 'gnofaucet',
81+
link: {type: 'doc', id: 'gno-tooling/cli/faucet/gno-tooling-gnofaucet'},
82+
items: [
83+
'gno-tooling/cli/faucet/running-a-faucet',
84+
]
85+
},
7986
]
8087
},
8188
{
@@ -145,4 +152,4 @@ const sidebars = {
145152
],
146153
};
147154

148-
module.exports = sidebars;
155+
module.exports = sidebars;

0 commit comments

Comments
 (0)