Skip to content

Commit

Permalink
fix: manually update sidebars (#10)
Browse files Browse the repository at this point in the history
* add new sidebars, update .gitignore

* update quotes
  • Loading branch information
leohhhn authored Mar 25, 2024
1 parent 460e63b commit 77acf02
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.netlify
docs
docs
.idea
25 changes: 16 additions & 9 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ const sidebars = {
label: 'Getting Started',
link: {type: 'doc', id: 'getting-started/getting-started'},
items: [
'getting-started/local-setup',
'getting-started/working-with-key-pairs',
'getting-started/playground-start',
{
type: 'category',
label: 'Setting up Funds',
label: 'Local Setup',
items: [
'getting-started/setting-up-funds/premining-balances',
'getting-started/setting-up-funds/running-a-faucet',
'getting-started/local-setup/local-setup',
'getting-started/local-setup/working-with-key-pairs',
'getting-started/local-setup/premining-balances',
'getting-started/local-setup/setting-up-a-local-chain',
'getting-started/local-setup/browsing-gno-source-code',
]
},
'getting-started/setting-up-a-local-chain',
'getting-started/browsing-gno-source-code',
],
},
{
Expand Down Expand Up @@ -75,7 +75,14 @@ const sidebars = {
'gno-tooling/cli/gno-tooling-gnokey',
'gno-tooling/cli/gno-tooling-gnodev',
'gno-tooling/cli/gno-tooling-gnoland',
'gno-tooling/cli/gno-tooling-gnofaucet',
{
type: 'category',
label: 'gnofaucet',
link: {type: 'doc', id: 'gno-tooling/cli/faucet/gno-tooling-gnofaucet'},
items: [
'gno-tooling/cli/faucet/running-a-faucet',
]
},
]
},
{
Expand Down Expand Up @@ -145,4 +152,4 @@ const sidebars = {
],
};

module.exports = sidebars;
module.exports = sidebars;

0 comments on commit 77acf02

Please sign in to comment.