From 2dbef984255f4858805a165fd02bae62aa10be22 Mon Sep 17 00:00:00 2001 From: Arsen Date: Mon, 20 Oct 2025 15:07:34 +0300 Subject: [PATCH 1/2] fix: hopefully fixed sidebar loading --- docs/_sidebar.md | 14 +++++++------- docs/index.html | 10 +++++----- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 8c906d6..246ca7f 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -1,11 +1,11 @@ -* [Главная](README.md) -* [Процесс](process.md) -* [Подтверждения](approvals.md) -* [Гайд](contribution.md) +- [Главная](README.md) +- [Процесс](process.md) +- [Подтверждения](approvals.md) +- [Гайд](contribution.md) * Разделы - * [План коммуникаций](content/comm_plan.md) - * [Протокол интервью](content/interview_protocol.md) - * [Опросник](content/questionnaire.md) + - [План коммуникаций](content/comm_plan.md) + - [Протокол интервью](content/interview_protocol.md) + - [Опросник](content/questionnaire.md) diff --git a/docs/index.html b/docs/index.html index 9980504..2607d27 100644 --- a/docs/index.html +++ b/docs/index.html @@ -6,12 +6,14 @@ Документация +
- - + + window.$docsify = { name: 'STOP_AI', repo: 'https://github.com/raijin57/STOP_AI', @@ -23,11 +25,9 @@ subMaxLevel: 3, auto2top: true, sidebarDisplayLevel: 1, + enableSidebarCollapse: true }; - - - From e82e95fe7f62b1d5a246469428360975060687d3 Mon Sep 17 00:00:00 2001 From: Arsen Date: Mon, 20 Oct 2025 15:09:08 +0300 Subject: [PATCH 2/2] fix: hopefully fixed sidebar loading --- docs/_sidebar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_sidebar.md b/docs/_sidebar.md index 246ca7f..7d83356 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -5,7 +5,7 @@ - [Подтверждения](approvals.md) - [Гайд](contribution.md) -* Разделы +- Разделы - [План коммуникаций](content/comm_plan.md) - [Протокол интервью](content/interview_protocol.md) - [Опросник](content/questionnaire.md)