From 3365e9462a3495546cd444a75019b756799f5901 Mon Sep 17 00:00:00 2001 From: "Zimin A.N." Date: Wed, 20 May 2026 19:09:51 +0300 Subject: [PATCH 1/2] =?UTF-8?q?docs(toc):=20=D0=B7=D0=B0=D1=80=D0=B5=D0=B3?= =?UTF-8?q?=D0=B8=D1=81=D1=82=D1=80=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82?= =?UTF-8?q?=D1=8C=20quickstart=20+=20cheatsheet=20+=20=D1=80=D0=B5=D0=B3?= =?UTF-8?q?=D0=BB=D0=B0=D0=BC=D0=B5=D0=BD=D1=82=20=D0=B2=20Diplodoc=20nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Файлы лежат в docs/integration/ с прошлых MR (!243, !247, !248), но в toc.yaml не были включены — Diplodoc не строил их в /docs nav, и пользователи могли попасть на них только по прямой ссылке. Добавил три entries в секцию «Интеграция по API» сверху списка: - 🚀 Quick Start (15 минут) → api-quickstart.md - 📋 Cheat Sheet → api-cheatsheet.md - ✅ Регламент — что заводить в НСИ → dictionary-criteria.md После merge ordinis-docs container пересоберётся, и в admin UI ссылка "Docs" (top-right) откроет страницу с этими entries в left nav. --- docs/toc.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/toc.yaml b/docs/toc.yaml index 728b4e7..25669b2 100644 --- a/docs/toc.yaml +++ b/docs/toc.yaml @@ -34,6 +34,12 @@ items: - name: Интеграция по API items: + - name: 🚀 Quick Start (15 минут) + href: integration/api-quickstart.md + - name: 📋 Cheat Sheet (одностраничник) + href: integration/api-cheatsheet.md + - name: ✅ Регламент — что заводить в НСИ + href: integration/dictionary-criteria.md - name: Обзор href: integration/api/index.md - name: Авторизация From 802532057b5282ce4c20788bee099aeaa234c5bb Mon Sep 17 00:00:00 2001 From: "Zimin A.N." Date: Wed, 20 May 2026 19:13:40 +0300 Subject: [PATCH 2/2] =?UTF-8?q?docs(toc):=20+=20bundle-format-spec.md=20(f?= =?UTF-8?q?ixes=20Diplodoc=20build=20=E2=80=94=20link=20unreachable)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/toc.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/toc.yaml b/docs/toc.yaml index 25669b2..a564cf0 100644 --- a/docs/toc.yaml +++ b/docs/toc.yaml @@ -71,3 +71,5 @@ items: items: - name: Альтум — заказ съёмки href: integration/altum-imaging-order.md + - name: Bundle format spec + href: integration/bundle-format-spec.md