Переименование

This commit is contained in:
wakadakawaka 2025-06-16 21:38:11 +05:00
parent e813b57926
commit 2bdc246981
144 changed files with 37 additions and 19 deletions

View File

@ -14,11 +14,29 @@ export default defineConfig({
],
social: [{ icon: 'github', label: 'GitHub', href: 'https://git.sinenikolsky.ru/wakadakawaka/kb-personal.git' }],
sidebar: [
{
label: 'База знаний',
//{
// label: 'База знаний',
// // Autogenerate a group of links for the 'constellations' directory.
// collapsed: true,
// autogenerate: { directory: 'knowledge-base' },
// },
{
label: 'Шаблоны, примеры',
// Autogenerate a group of links for the 'constellations' directory.
collapsed: true,
autogenerate: { directory: 'knowledge-base' },
autogenerate: { directory: 'knowledge-base/Примеры' },
},
{
label: 'Администрирование',
// Autogenerate a group of links for the 'constellations' directory.
collapsed: true,
autogenerate: { directory: 'knowledge-base/Администрирование' },
},
{
label: 'Прочее',
// Autogenerate a group of links for the 'constellations' directory.
collapsed: true,
autogenerate: { directory: 'knowledge-base/Прочее' },
},
],
}),

Some files were not shown because too many files have changed in this diff Show More