daelon-docs/docs/index.md

28 lines
820 B
Markdown

# Daelon Engineering
Welcome to the documentation hub of Daelon Engineering UG.
## Projects
<div class="grid cards" markdown>
- :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/)
</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.