style: свернуть подпункты архитектуры в сайдбаре по умолчанию
All checks were successful
CI/CD Pipeline / docker (push) Successful in 45s
CI/CD Pipeline / deploy (push) Successful in 6s

This commit is contained in:
2026-04-20 11:44:27 +03:00
parent f5732904f4
commit 787223010f

View File

@@ -13,7 +13,7 @@ const ruSidebar = [
{
text: 'Архитектура',
link: '/basics/architecture/',
collapsed: false,
collapsed: true,
items: [
{ text: 'Слои', link: '/basics/architecture/reference/layers' },
{ text: 'Модули', link: '/basics/architecture/reference/modules' },