Skip to content

Commit

Permalink
chore: update sidebars to match Gnoclient Docs Reference PR (#11)
Browse files Browse the repository at this point in the history
* update sidebars

* remove newline
  • Loading branch information
leohhhn authored Mar 29, 2024
1 parent 77acf02 commit 5e1aff9
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 @@ -35,6 +35,7 @@ const sidebars = {
'how-to-guides/write-simple-dapp',
'how-to-guides/creating-grc20',
'how-to-guides/creating-grc721',
'how-to-guides/connect-from-go',
'how-to-guides/connect-wallet-dapp',
],
},
Expand Down Expand Up @@ -114,8 +115,8 @@ const sidebars = {
{
type: 'category',
label: 'tm2-js-client',
link: {type: 'doc', id: 'reference/tm2-js-client/tm2-js-client'},
items: [
'reference/tm2-js-client/tm2-js-getting-started',
'reference/tm2-js-client/tm2-js-wallet',
{
type: 'category',
Expand All @@ -141,12 +142,21 @@ const sidebars = {
{
type: 'category',
label: 'gno-js-client',
link: {type: 'doc', id: 'reference/gno-js-client/gno-js-client'},
items: [
'reference/gno-js-client/gno-js-getting-started',
'reference/gno-js-client/gno-js-provider',
'reference/gno-js-client/gno-js-wallet',
]
},
{
type: 'category',
label: 'gnoclient',
link: {type: 'doc', id: 'reference/gnoclient/gnoclient'},
items: [
'reference/gnoclient/signer',
'reference/gnoclient/client'
]
},
],
},
],
Expand Down

0 comments on commit 5e1aff9

Please sign in to comment.