@@ -9,18 +9,18 @@ const sidebars = {
9
9
label : 'Getting Started' ,
10
10
link : { type : 'doc' , id : 'getting-started/getting-started' } ,
11
11
items : [
12
- 'getting-started/local-setup' ,
13
- 'getting-started/working-with-key-pairs' ,
12
+ 'getting-started/playground-start' ,
14
13
{
15
14
type : 'category' ,
16
- label : 'Setting up Funds ' ,
15
+ label : 'Local Setup ' ,
17
16
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' ,
20
22
]
21
23
} ,
22
- 'getting-started/setting-up-a-local-chain' ,
23
- 'getting-started/browsing-gno-source-code' ,
24
24
] ,
25
25
} ,
26
26
{
@@ -75,7 +75,14 @@ const sidebars = {
75
75
'gno-tooling/cli/gno-tooling-gnokey' ,
76
76
'gno-tooling/cli/gno-tooling-gnodev' ,
77
77
'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
+ } ,
79
86
]
80
87
} ,
81
88
{
@@ -145,4 +152,4 @@ const sidebars = {
145
152
] ,
146
153
} ;
147
154
148
- module . exports = sidebars ;
155
+ module . exports = sidebars ;
0 commit comments