From 022fcfe86238d7107d69f4b30ba8484106de6580 Mon Sep 17 00:00:00 2001 From: Daelon Date: Sun, 26 Apr 2026 16:11:29 +0200 Subject: [PATCH] feat: add LCGUI to docs hub --- docs/index.md | 12 ++++++------ mkdocs.yml | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/index.md b/docs/index.md index 7176c93..2a403c5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,18 +6,18 @@ Welcome to the documentation hub of Daelon Engineering UG.
-- :material-database-cog: **[OmniBMS](OmniBMS/)** - - Battery management system platform. - - [:octicons-arrow-right-24: Documentation](OmniBMS/) - - :material-chip: **[LiquidCore15](LiquidCore15/)** Liquid-cooled compute core hardware. [:octicons-arrow-right-24: Documentation](LiquidCore15/) +- :material-monitor-dashboard: **[LCGUI](LCGUI/)** + + Operator interface for the LiquidCore platform. + + [:octicons-arrow-right-24: Documentation](LCGUI/) +
## How this site is built diff --git a/mkdocs.yml b/mkdocs.yml index 4587a36..27d1bb7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -49,10 +49,10 @@ plugins: cleanup: true keep_docs_dir: true repos: - - section: OmniBMS - import_url: 'https://github.com/daelon-eng/omnibms?branch=main&docs_dir=docs/*' - section: LiquidCore15 import_url: 'https://github.com/daelon-eng/LiquidCore15?branch=main&docs_dir=docs/*' + - section: LCGUI + import_url: 'https://github.com/daelon-eng/LCGUI?branch=main&docs_dir=docs/*' markdown_extensions: - admonition @@ -81,5 +81,5 @@ markdown_extensions: nav: - Home: index.md - - OmniBMS: '!import https://github.com/daelon-eng/omnibms?branch=main' - LiquidCore15: '!import https://github.com/daelon-eng/LiquidCore15?branch=main' + - LCGUI: '!import https://github.com/daelon-eng/LCGUI?branch=main'