feat: restore multirepo import with repos: config (no !import)

This commit is contained in:
Andreas Johannsen 2026-04-27 15:37:50 +02:00
parent bc121fddec
commit 68ba6a2efa

View file

@ -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'