fix: LiquidCore15 local copy, LCGUI via !import, explicit nav

This commit is contained in:
Andreas Johannsen 2026-04-27 15:57:31 +02:00
parent 11fa9ad243
commit 48eb895f19
3 changed files with 10 additions and 8 deletions

View file

@ -0,0 +1 @@
{"errors":null,"message":"The target couldn't be found.","url":"https://git.daelon.cloud/api/swagger"}

View file

@ -12,11 +12,11 @@ Welcome to the documentation hub of Daelon Engineering UG.
[:octicons-arrow-right-24: Documentation](LiquidCore15/telemetry-interface.md)
- :material-monitor-dashboard: **[LCGUI](LCGUI/LCGUI-SPEC.md)**
- :material-monitor-dashboard: **[LCGUI](LCGUI/)**
Operator interface for the LiquidCore platform.
[:octicons-arrow-right-24: Documentation](LCGUI/LCGUI-SPEC.md)
[:octicons-arrow-right-24: Documentation](LCGUI/)
</div>

View file

@ -47,12 +47,13 @@ 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'
keep_docs_dir: true
nav:
- Home: index.md
- LiquidCore15:
- Telemetry Interface: LiquidCore15/telemetry-interface.md
- LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'
markdown_extensions:
- admonition