From f09237911b65e1010675d24786d91e01f09e4e0e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 12 May 2026 17:34:33 +0300 Subject: [PATCH] docs(vc-shell): add components, composables, plugins to nav order MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the manual vc-shell/.pages nav-list to include the three auto-generated top-level folders that the sync-docs CI workflow populates: components, composables, plugins. Restores their position between concepts and guides. MERGE ORDER: must land AFTER the sync-docs.yml auto-PR creates the components/, composables/, and plugins/ folders. If this lands first, awesome-pages errors with NavEntryNotFound because vc-shell/.pages would reference folders that don't yet exist. Final sidebar after both have landed: VC-Shell ├── Introduction ├── Getting Started ├── Concepts ├── Components ← auto from vc-shell sources ├── Composables ← auto from vc-shell sources ├── Plugins ← auto from vc-shell sources (new in #223) ├── Guides └── Reference --- .../docs/custom-apps-development/vc-shell/.pages | 3 +++ 1 file changed, 3 insertions(+) diff --git a/platform/developer-guide/docs/custom-apps-development/vc-shell/.pages b/platform/developer-guide/docs/custom-apps-development/vc-shell/.pages index 75360af036..a2f47e0d24 100644 --- a/platform/developer-guide/docs/custom-apps-development/vc-shell/.pages +++ b/platform/developer-guide/docs/custom-apps-development/vc-shell/.pages @@ -3,5 +3,8 @@ nav: - introduction - getting-started - concepts + - components + - composables + - plugins - guides - reference