Skip to content

Commit

Permalink
Merge branch 'main' into match/docs-emit
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed May 14, 2024
2 parents b1c762f + fe77909 commit 1354dd0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 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/playground-start',
{
type: 'category',
label: 'Local Setup',
link: {type: 'doc', id: 'getting-started/local-setup/local-setup'},
items: [
'getting-started/local-setup/local-setup',
'getting-started/local-setup/installation',
'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/local-setup/browsing-gnoland',
'getting-started/local-setup/interacting-with-gnoland',
]
},
'getting-started/playground-start',
],
},
{
Expand Down

0 comments on commit 1354dd0

Please sign in to comment.