Skip to content

Commit

Permalink
Make sidebar non-collapsible
Browse files Browse the repository at this point in the history
Signed-off-by: Akshath Kothari <[email protected]>
  • Loading branch information
ricekot committed Nov 9, 2023
1 parent c30a130 commit dff6786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const config = {
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
sidebarCollapsible: false,
// Please change this to your repo.
editUrl: 'https://github.com/levoai/docs/edit/main/',
routeBasePath: '/',
Expand Down

0 comments on commit dff6786

Please sign in to comment.