Skip to content
This repository was archived by the owner on Feb 15, 2025. It is now read-only.

Commit af9afa5

Browse files
authored
Merge pull request #75 from agile-ts/develop
disabled hide sidebar
2 parents fd8406e + ae69f47 commit af9afa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const config = {
5454
],
5555
customFields: { ...customFields },
5656
themeConfig: {
57-
hideableSidebar: true,
57+
hideableSidebar: false,
5858
algolia: {
5959
apiKey: '6b7b98565bb82e16996fd185f378d618',
6060
indexName: 'agile-ts',

0 commit comments

Comments
 (0)