This commit is contained in:
2026-07-30 10:05:46 +03:00
parent 590fb63ca7
commit 4aa5547d20
16 changed files with 3 additions and 159 deletions

View File

@@ -45,23 +45,6 @@ const levelOneSidebar = [
},
]
const rulesSidebar = [
{
text: 'Правила SLM',
items: [
{ text: 'Формат и классификация', link: '/rules/' },
{ text: 'Правила Level 1', link: '/rules/level-1' },
],
},
{
text: 'Документация',
items: [
{ text: 'Обзор Level 1', link: '/level-1/' },
{ text: 'Проверка', link: '/level-1/validation' },
],
},
]
export default defineConfig({
srcDir: '../DRAFT',
srcExclude: ['README.md', 'domains/**'],