Revert sidebarCollapsible configuration

This commit is contained in:
Rui Alves 2024-10-06 19:43:01 +01:00
parent fc20742b4f
commit 40f7467dcb

View File

@ -140,7 +140,7 @@ const config: Config = {
sidebarPath: './sidebars.ts', sidebarPath: './sidebars.ts',
// Please change this to your repo. // Please change this to your repo.
editUrl: 'https://github.com/blakeblackshear/frigate/edit/master/docs/', editUrl: 'https://github.com/blakeblackshear/frigate/edit/master/docs/',
sidebarCollapsible: true, sidebarCollapsible: false,
docItemComponent: '@theme/ApiItem', // Derived from docusaurus-theme-openapi docItemComponent: '@theme/ApiItem', // Derived from docusaurus-theme-openapi
}, },