From 48eb895f199954f66a285a7ddff2086e0b2b20f6 Mon Sep 17 00:00:00 2001 From: Andreas Johannsen Date: Mon, 27 Apr 2026 15:57:31 +0200 Subject: [PATCH] fix: LiquidCore15 local copy, LCGUI via !import, explicit nav --- docs/LiquidCore15/telemetry-interface.md | 1 + docs/index.md | 4 ++-- mkdocs.yml | 13 +++++++------ 3 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 docs/LiquidCore15/telemetry-interface.md diff --git a/docs/LiquidCore15/telemetry-interface.md b/docs/LiquidCore15/telemetry-interface.md new file mode 100644 index 0000000..8e14584 --- /dev/null +++ b/docs/LiquidCore15/telemetry-interface.md @@ -0,0 +1 @@ +{"errors":null,"message":"The target couldn't be found.","url":"https://git.daelon.cloud/api/swagger"} diff --git a/docs/index.md b/docs/index.md index 1993f78..ed3bc69 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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/) diff --git a/mkdocs.yml b/mkdocs.yml index 99a7552..4eb2289 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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