From 2ad82a9a6a3b1767f1677c2dd924ac32a421ff32 Mon Sep 17 00:00:00 2001 From: Andreas Johannsen Date: Mon, 27 Apr 2026 15:40:51 +0200 Subject: [PATCH] fix: remove nav (repos: needs auto-nav), fix index.md links to concrete files --- docs/index.md | 8 ++++---- mkdocs.yml | 12 ------------ 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/docs/index.md b/docs/index.md index 2a403c5..1993f78 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,17 +6,17 @@ Welcome to the documentation hub of Daelon Engineering UG.
-- :material-chip: **[LiquidCore15](LiquidCore15/)** +- :material-chip: **[LiquidCore15](LiquidCore15/telemetry-interface.md)** Liquid-cooled compute core hardware. - [:octicons-arrow-right-24: Documentation](LiquidCore15/) + [:octicons-arrow-right-24: Documentation](LiquidCore15/telemetry-interface.md) -- :material-monitor-dashboard: **[LCGUI](LCGUI/)** +- :material-monitor-dashboard: **[LCGUI](LCGUI/LCGUI-SPEC.md)** Operator interface for the LiquidCore platform. - [:octicons-arrow-right-24: Documentation](LCGUI/) + [:octicons-arrow-right-24: Documentation](LCGUI/LCGUI-SPEC.md)
diff --git a/mkdocs.yml b/mkdocs.yml index 1a3ee73..99a7552 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -79,15 +79,3 @@ markdown_extensions: emoji_index: !!python/name:material.extensions.emoji.twemoji emoji_generator: !!python/name:material.extensions.emoji.to_svg -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'