diff --git a/docs/api/_category_.json b/docs/api/_category_.json index 426ed88..a9c6cdc 100644 --- a/docs/api/_category_.json +++ b/docs/api/_category_.json @@ -1,4 +1,7 @@ { "label": "API", "position": 7, + "link": { + "type": "generated-index" + } } diff --git a/docs/architecture/_category_.json b/docs/architecture/_category_.json index 7433242..87e118d 100644 --- a/docs/architecture/_category_.json +++ b/docs/architecture/_category_.json @@ -1,4 +1,7 @@ { "label": "Architecture", "position": 10, + "link": { + "type": "generated-index" + } } diff --git a/docs/browser/_category_.json b/docs/browser/_category_.json index da8cc40..8ed3df9 100644 --- a/docs/browser/_category_.json +++ b/docs/browser/_category_.json @@ -1,4 +1,7 @@ { "label": "Browser", "position": 1, + "link": { + "type": "generated-index" + } } diff --git a/docs/git/_category_.json b/docs/git/_category_.json index bfe14b1..1345838 100644 --- a/docs/git/_category_.json +++ b/docs/git/_category_.json @@ -1,4 +1,7 @@ { "label": "Git", "position": 8, + "link": { + "type": "generated-index" + } } diff --git a/docs/html-css/_category_.json b/docs/html-css/_category_.json index 27c32dd..f0e9332 100644 --- a/docs/html-css/_category_.json +++ b/docs/html-css/_category_.json @@ -1,4 +1,7 @@ { "label": "HTML / CSS", "position": 2, + "link": { + "type": "generated-index" + } } diff --git a/docs/javascript/_category_.json b/docs/javascript/_category_.json index ff4f714..45d0468 100644 --- a/docs/javascript/_category_.json +++ b/docs/javascript/_category_.json @@ -1,4 +1,7 @@ { "label": "Javascript", "position": 3, + "link": { + "type": "generated-index" + } } diff --git a/docs/react/_category_.json b/docs/react/_category_.json index 492fe1f..7d545a9 100644 --- a/docs/react/_category_.json +++ b/docs/react/_category_.json @@ -1,4 +1,7 @@ { "label": "React", "position": 5, + "link": { + "type": "generated-index" + } } diff --git a/docs/state-managers/_category_.json b/docs/state-managers/_category_.json index 8eede7d..fc15d70 100644 --- a/docs/state-managers/_category_.json +++ b/docs/state-managers/_category_.json @@ -1,4 +1,7 @@ { "label": "State managers", "position": 6, + "link": { + "type": "generated-index" + } } diff --git a/docs/tasks/_category_.json b/docs/tasks/_category_.json index fffef33..0c1bb61 100644 --- a/docs/tasks/_category_.json +++ b/docs/tasks/_category_.json @@ -1,4 +1,7 @@ { "label": "Tasks", "position": 12, + "link": { + "type": "generated-index" + } } diff --git a/docs/team/_category_.json b/docs/team/_category_.json index 408e5d4..903e692 100644 --- a/docs/team/_category_.json +++ b/docs/team/_category_.json @@ -1,4 +1,7 @@ { "label": "Team work", "position": 9, + "link": { + "type": "generated-index" + } } diff --git a/docs/testing/_category_.json b/docs/testing/_category_.json index bf19084..20c2362 100644 --- a/docs/testing/_category_.json +++ b/docs/testing/_category_.json @@ -1,4 +1,7 @@ { "label": "Testing", "position": 11, + "link": { + "type": "generated-index" + } } diff --git a/docs/typescript/_category_.json b/docs/typescript/_category_.json index 414a10c..1b8ca9a 100644 --- a/docs/typescript/_category_.json +++ b/docs/typescript/_category_.json @@ -1,4 +1,7 @@ { "label": "Typescript", "position": 4, + "link": { + "type": "generated-index" + } } diff --git a/docusaurus.config.ts b/docusaurus.config.ts index faf881e..db58e42 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -67,11 +67,6 @@ const config: Config = { themeConfig: { // Replace with your project's social card image: 'svg/developer-logo.svg', - docs: { - sidebar: { - autoCollapseCategories: true, - } - }, navbar: { title: 'Frontend Docs', logo: { @@ -101,7 +96,7 @@ const config: Config = { items: [ { label: 'Документация', - to: '/docs/category/browser', + to: '/docs/browser/about-browser', } ], },