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",
"position": 7,
"link": {
"type": "generated-index"
}
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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',
}
],
},