From ef69e560e69192cc6e602b524a875cf9be9408f8 Mon Sep 17 00:00:00 2001 From: Andreas Johannsen Date: Tue, 28 Apr 2026 00:02:37 +0200 Subject: [PATCH] feat: add OmniBMS docs to hub Mirror daelon/OmniBMS (main), local index.md landing page, nav entry and home page card alongside LC15 and LCGUI. Co-Authored-By: Claude Sonnet 4.6 --- docs/index.md | 6 ++++++ docs/omnibms/index.md | 11 +++++++++++ mkdocs.yml | 1 + 3 files changed, 18 insertions(+) create mode 100644 docs/omnibms/index.md diff --git a/docs/index.md b/docs/index.md index 7d11b49..dcdcfd8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,12 @@ Welcome to the documentation hub of Daelon Engineering UG. [:octicons-arrow-right-24: Documentation](lcgui/) +- :material-battery-charging: **[OmniBMS](omnibms/)** + + Battery management system. + + [:octicons-arrow-right-24: Documentation](omnibms/) + ## How this site is built diff --git a/docs/omnibms/index.md b/docs/omnibms/index.md new file mode 100644 index 0000000..bca995d --- /dev/null +++ b/docs/omnibms/index.md @@ -0,0 +1,11 @@ +# OmniBMS + +Battery management system documentation for the Daelon OmniBMS project. + +## Documents + +| Document | Description | +|----------|-------------| +| [Specification](OmniBMS_Spec.md) | System specification | +| [Implementation Plan](OmniBMS_Umsetzungsplan.md) | Implementation roadmap | +| [Phase 1 Sprint 1 Kickoff](Phase1_Sprint1_Kickoff.md) | Sprint 1 kickoff notes | diff --git a/mkdocs.yml b/mkdocs.yml index c971e0d..b2134b4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,6 +53,7 @@ nav: - Home: index.md - LiquidCore15: '!import https://git.daelon.cloud/daelon/LiquidCore15?branch=main' - LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master' + - OmniBMS: '!import https://git.daelon.cloud/daelon/OmniBMS?branch=main' markdown_extensions: - admonition