Skip to content

Commit

Permalink
Add missing sidebar entries
Browse files Browse the repository at this point in the history
  • Loading branch information
rakeden committed Nov 15, 2024
1 parent e30775c commit 3b419b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/.vitepress/locales/en/components/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,10 @@ export default [
{text: 'Smart Contract', link: '/build/tutorials/tic-tac-toe-game/smart-contract'}
],
},
{
text: 'Create/Issue Fungible Tokens',
link: '/build/tutorials/create-issue-token/'
},
{
text: 'AtomicAssets Guide',
link: '/build/tutorials/howto_atomicassets/',
Expand Down Expand Up @@ -234,6 +238,10 @@ export default [
{text: 'Wharfkit Multi-Session', link: '/build/tutorials/wharfkit/multisession'},
],
},
{
text: 'SS verification',
link: '/build/tutorials/server-side-verification/',
},
{text: 'How To Explore WAX Blockchain', link: '/build/tutorials/howto_blockexplorer'}
],
},
Expand Down Expand Up @@ -302,6 +310,7 @@ export default [
{text: 'Set Up a State-Hisory Node', link: '/operate/wax-infrastructure/wax-mainnet-ship-node'},
{text: 'Using Snapshots', link: '/operate/wax-infrastructure/wax-snapshots'},
{text: 'Set Up a Load Balancer', link: '/operate/wax-infrastructure/wax-mainnet-node-load-balancer'},
{text: 'Visualise Metrics from a WAX Load Balancer', link: '/operate/wax-infrastructure/wax-visualise-load-balancer-metrics'},
{text: 'How To Mitigate API Abuse', link: '/operate/wax-infrastructure/wax-mainnet-node-mitigate-abuse'},
{text: 'WAX Files and Folders', link: '/operate/wax-infrastructure/working-with-wax-software-files'},
{text: 'Optimising RAM and Disk', link: '/operate/wax-infrastructure/wax-ram-disk-utilisation'},
Expand Down

0 comments on commit 3b419b1

Please sign in to comment.