From 68ba6a2efac1355d6e40c1a728d631bc23d614b6 Mon Sep 17 00:00:00 2001 From: Andreas Johannsen Date: Mon, 27 Apr 2026 15:37:50 +0200 Subject: [PATCH] feat: restore multirepo import with repos: config (no !import) --- mkdocs.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index 48a2ac2..1a3ee73 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,6 +45,14 @@ theme: plugins: - search + - multirepo: + cleanup: true + keep_docs_dir: false + repos: + - section: LiquidCore15 + import_url: 'https://git.daelon.cloud/daelon/LiquidCore15?branch=main&docs_dir=docs/*.md' + - section: LCGUI + import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=master&docs_dir=docs/*.md' markdown_extensions: - admonition @@ -73,3 +81,13 @@ markdown_extensions: nav: - Home: index.md + - LiquidCore15: + - Telemetry Interface: 'LiquidCore15/telemetry-interface.md' + - LCGUI: + - Spec: 'LCGUI/LCGUI-SPEC.md' + - Design: 'LCGUI/DESIGN.md' + - Injector: 'LCGUI/INJECTOR.md' + - External Implementation: 'LCGUI/EXTERNAL_IMPL.md' + - LC15 HW Comms: 'LCGUI/LC15-HW-COMMS.md' + - UI Spec: 'LCGUI/15-UI-SPEC.md' + - Telemetry Interface: 'LCGUI/telemetry-interface.md'