daelon-docs/docs/index.md
Andreas Johannsen aee7106fd5 fix: LCGUI import path and landing page
- keep_docs_dir: false removes the spurious docs/ prefix from URLs
  (pages now at /lcgui/LCGUI-SPEC/ instead of /lcgui/docs/LCGUI-SPEC/)
- Add local lcgui/index.md landing page (mirror repo can't be written)
- Fix index.md LCGUI link case: LCGUI/ → lcgui/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-27 17:43:47 +02:00

28 lines
875 B
Markdown

# Daelon Engineering
Welcome to the documentation hub of Daelon Engineering UG.
## Projects
<div class="grid cards" markdown>
- :material-chip: **[LiquidCore15](LiquidCore15/telemetry-interface.md)**
Liquid-cooled compute core hardware.
[:octicons-arrow-right-24: Documentation](LiquidCore15/telemetry-interface.md)
- :material-monitor-dashboard: **[LCGUI](lcgui/)**
Operator interface for the LiquidCore platform.
[:octicons-arrow-right-24: Documentation](lcgui/)
</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.