chore: границы доменов

This commit is contained in:
2026-08-10 14:42:29 +03:00
parent 1ba664f445
commit dd0448c91d
45 changed files with 452 additions and 3398 deletions

View File

@@ -12,7 +12,8 @@ const documentationSidebar = [
{ text: 'Владение и структура', link: '/architecture/' },
{ text: 'Слои', link: '/architecture/layers' },
{ text: 'Группы', link: '/architecture/groups' },
{ text: 'Модули и границы', link: '/architecture/modules' },
{ text: 'Модули', link: '/architecture/modules' },
{ text: 'Домены', link: '/architecture/domains' },
{ text: 'Сегменты', link: '/architecture/segments' },
{ text: 'Зависимости', link: '/architecture/dependencies' },
],