chore: sync

This commit is contained in:
2026-08-10 12:37:32 +03:00
parent af155fff0a
commit 1ba664f445
15 changed files with 684 additions and 238 deletions

View File

@@ -10,9 +10,11 @@ const documentationSidebar = [
text: 'Архитектурная модель',
items: [
{ text: 'Владение и структура', link: '/architecture/' },
{ text: 'Слои и группы', link: '/architecture/layers' },
{ text: 'Слои', link: '/architecture/layers' },
{ text: 'Группы', link: '/architecture/groups' },
{ text: 'Модули и границы', link: '/architecture/modules' },
{ text: 'Сегменты', link: '/architecture/segments' },
{ text: 'Зависимости', link: '/architecture/dependencies' },
],
},
{