fix build error

This commit is contained in:
2025-03-19 15:52:36 +03:00
parent 1ada0e829b
commit 3ca85754d2
13 changed files with 37 additions and 6 deletions

View File

@@ -1,4 +1,7 @@
{ {
"label": "API", "label": "API",
"position": 7, "position": 7,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Architecture", "label": "Architecture",
"position": 10, "position": 10,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Browser", "label": "Browser",
"position": 1, "position": 1,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Git", "label": "Git",
"position": 8, "position": 8,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "HTML / CSS", "label": "HTML / CSS",
"position": 2, "position": 2,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Javascript", "label": "Javascript",
"position": 3, "position": 3,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "React", "label": "React",
"position": 5, "position": 5,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "State managers", "label": "State managers",
"position": 6, "position": 6,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Tasks", "label": "Tasks",
"position": 12, "position": 12,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Team work", "label": "Team work",
"position": 9, "position": 9,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Testing", "label": "Testing",
"position": 11, "position": 11,
"link": {
"type": "generated-index"
}
} }

View File

@@ -1,4 +1,7 @@
{ {
"label": "Typescript", "label": "Typescript",
"position": 4, "position": 4,
"link": {
"type": "generated-index"
}
} }

View File

@@ -67,11 +67,6 @@ const config: Config = {
themeConfig: { themeConfig: {
// Replace with your project's social card // Replace with your project's social card
image: 'svg/developer-logo.svg', image: 'svg/developer-logo.svg',
docs: {
sidebar: {
autoCollapseCategories: true,
}
},
navbar: { navbar: {
title: 'Frontend Docs', title: 'Frontend Docs',
logo: { logo: {
@@ -101,7 +96,7 @@ const config: Config = {
items: [ items: [
{ {
label: 'Документация', label: 'Документация',
to: '/docs/category/browser', to: '/docs/browser/about-browser',
} }
], ],
}, },