Skip to content

Commit

Permalink
change menu to single without individual sidebars
Browse files Browse the repository at this point in the history
  • Loading branch information
tothero committed Jul 30, 2024
1 parent cace4a1 commit f92e211
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,17 +109,17 @@ const config: Config = {
position: 'left',
label: 'IoT Platform',
},
/*

{
type: 'html',
position: 'right',
value: '<button onclick="history.back()">⬅️ Navigate</button>',
value: '<button onclick="history.back()">⬅️</button>',
},
{
type: 'html',
position: 'right',
value: '<button onclick="history.forward()">Navigate ▶️</button>',
},*/
value: '<button onclick="history.forward()">️</button>',
},
{
to: 'knowledge-base/',
position: 'right',
Expand Down

0 comments on commit f92e211

Please sign in to comment.