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>
34 lines
987 B
Markdown
34 lines
987 B
Markdown
# Daelon Engineering
|
|
|
|
Welcome to the documentation hub of Daelon Engineering UG.
|
|
|
|
## Projects
|
|
|
|
<div class="grid cards" markdown>
|
|
|
|
- :material-chip: **[LiquidCore15](liquidcore15/)**
|
|
|
|
15 kW SiC grid-tied inverter/charger firmware.
|
|
|
|
[:octicons-arrow-right-24: Documentation](liquidcore15/)
|
|
|
|
- :material-monitor-dashboard: **[LCGUI](lcgui/)**
|
|
|
|
Operator interface for the LiquidCore platform.
|
|
|
|
[:octicons-arrow-right-24: Documentation](lcgui/)
|
|
|
|
- :material-battery-charging: **[OmniBMS](omnibms/)**
|
|
|
|
Battery management system.
|
|
|
|
[:octicons-arrow-right-24: Documentation](omnibms/)
|
|
|
|
</div>
|
|
|
|
## How this site is built
|
|
|
|
Documentation lives in the `docs/` directory of each project repository on GitHub.
|
|
On every push, a webhook triggers a rebuild on `docs.daelon.cloud` — content is pulled fresh from each repo via the `mkdocs-multirepo-plugin`.
|
|
|
|
To add a project: edit `mkdocs.yml` in this repository, add the repo URL under `plugins.multirepo.repos`, and push.
|