Skip to content

Commit

Permalink
upddate
Browse files Browse the repository at this point in the history
  • Loading branch information
leohhhn committed Jul 22, 2024
1 parent 8f745fb commit e4f88b6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ const sidebars = {
link: {type: 'doc', id: 'getting-started/local-setup/local-setup'},
items: [
'getting-started/local-setup/installation',
'getting-started/local-setup/working-with-key-pairs',
'getting-started/local-setup/browsing-gnoland',
'getting-started/local-setup/creating-a-keypair',
'getting-started/local-setup/interacting-with-gnoland',
]
},
Expand Down Expand Up @@ -76,7 +76,17 @@ const sidebars = {
link: {type: 'doc', id: 'gno-tooling/gno-tooling'},
items: [
'gno-tooling/cli/gno-tooling-gno',
'gno-tooling/cli/gno-tooling-gnokey',
{
type: 'category',
label: 'gnokey',
link: {type: 'doc', id: 'gno-tooling/cli/gnokey/gnokey'},
items: [
'gno-tooling/cli/gnokey/working-with-key-pairs',
'gno-tooling/cli/gnokey/state-changing-calls',
'gno-tooling/cli/gnokey/querying-a-network',
'gno-tooling/cli/gnokey/full-security-tx',
]
},
'gno-tooling/cli/gno-tooling-gnodev',
'gno-tooling/cli/gno-tooling-gnoland',
{
Expand Down

0 comments on commit e4f88b6

Please sign in to comment.