Skip to content

Commit

Permalink
Add menu items to top menu
Browse files Browse the repository at this point in the history
  • Loading branch information
kordwarshuis committed Sep 10, 2024
1 parent 2d0bbb5 commit aaa4cce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ const config = {
// label: 'Admin section',
// },
{ to: '/docs/intro', label: 'Enter Documentation', position: 'left' },
{ to: '/docs/cheat-sheet', label: 'Cheat sheet', position: 'left' },
{ to: '/docs/spec-up-t-demo-site', label: 'Demo', position: 'left' },
{ to: '/docs/various-roles/general-guide', label: 'General guide', position: 'left' },
{ to: '/docs/github-token', label: 'GitHub token', position: 'left' },
// { to: '/docs/admins-guide', label: 'Admin section', position: 'left' },
{
href: 'https://github.com/blockchainbird/spec-up-t-website',
Expand Down

0 comments on commit aaa4cce

Please sign in to comment.