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