Skip to content

Commit

Permalink
docs: auto expand sidebar (#83)
Browse files Browse the repository at this point in the history
* docs: auto expand sidebar

* docs: do not collapse sidebar groups

use default sidebar
  • Loading branch information
timonback committed May 31, 2024
1 parent 28b769a commit 8c9a692
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 32 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const config = {
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: 'https://github.com/springwolf/springwolf.github.io/edit/master/',
sidebarCollapsed: false,
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down
31 changes: 0 additions & 31 deletions sidebars.js

This file was deleted.

0 comments on commit 8c9a692

Please sign in to comment.