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 <noreply@anthropic.com>
This commit is contained in:
parent
02d9ca6902
commit
ef69e560e6
3 changed files with 18 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ Welcome to the documentation hub of Daelon Engineering UG.
|
||||||
|
|
||||||
[:octicons-arrow-right-24: Documentation](lcgui/)
|
[:octicons-arrow-right-24: Documentation](lcgui/)
|
||||||
|
|
||||||
|
- :material-battery-charging: **[OmniBMS](omnibms/)**
|
||||||
|
|
||||||
|
Battery management system.
|
||||||
|
|
||||||
|
[:octicons-arrow-right-24: Documentation](omnibms/)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## How this site is built
|
## How this site is built
|
||||||
|
|
|
||||||
11
docs/omnibms/index.md
Normal file
11
docs/omnibms/index.md
Normal file
|
|
@ -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 |
|
||||||
|
|
@ -53,6 +53,7 @@ nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- LiquidCore15: '!import https://git.daelon.cloud/daelon/LiquidCore15?branch=main'
|
- LiquidCore15: '!import https://git.daelon.cloud/daelon/LiquidCore15?branch=main'
|
||||||
- LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'
|
- LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'
|
||||||
|
- OmniBMS: '!import https://git.daelon.cloud/daelon/OmniBMS?branch=main'
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue