Skip to content

Commit

Permalink
fix: sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
rube-de committed Dec 27, 2024
1 parent b2f3a01 commit 3e9679b
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions sidebarDapp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,27 @@ export const sidebarDapp: SidebarsConfig = {
id: 'dapp/sapphire/build/README',
},
items: [
'dapp/sapphire/build/concept',
'dapp/sapphire/build/browser',
'dapp/sapphire/build/clients',
'dapp/sapphire/build/authentication',
'dapp/sapphire/build/gasless',
'dapp/sapphire/build/deployment',
'dapp/sapphire/build/security',
{
type: 'link',
label: 'TypeScript API',
href: 'https://api.docs.oasis.io/js/sapphire-paratime',
},
{
type: 'link',
label: 'Solidity API',
href: 'https://api.docs.oasis.io/sol/sapphire-contracts',
},
],
},
'dapp/sapphire/guide',
'dapp/sapphire/browser',
'dapp/sapphire/examples',
'dapp/sapphire/addresses',
{
type: 'link',
label: 'TypeScript API',
href: 'https://api.docs.oasis.io/js/sapphire-paratime',
},
{
type: 'link',
label: 'Solidity API',
href: 'https://api.docs.oasis.io/sol/sapphire-contracts',
},
],
},
{
Expand Down

0 comments on commit 3e9679b

Please sign in to comment.