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'