feat: add LCGUI to docs hub
This commit is contained in:
parent
2e554ec6ae
commit
022fcfe862
2 changed files with 9 additions and 9 deletions
|
|
@ -6,18 +6,18 @@ Welcome to the documentation hub of Daelon Engineering UG.
|
|||
|
||||
<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/)
|
||||
|
||||
- :material-monitor-dashboard: **[LCGUI](LCGUI/)**
|
||||
|
||||
Operator interface for the LiquidCore platform.
|
||||
|
||||
[:octicons-arrow-right-24: Documentation](LCGUI/)
|
||||
|
||||
</div>
|
||||
|
||||
## How this site is built
|
||||
|
|
|
|||
|
|
@ -49,10 +49,10 @@ plugins:
|
|||
cleanup: true
|
||||
keep_docs_dir: true
|
||||
repos:
|
||||
- section: OmniBMS
|
||||
import_url: 'https://github.com/daelon-eng/omnibms?branch=main&docs_dir=docs/*'
|
||||
- section: LiquidCore15
|
||||
import_url: 'https://github.com/daelon-eng/LiquidCore15?branch=main&docs_dir=docs/*'
|
||||
- section: LCGUI
|
||||
import_url: 'https://github.com/daelon-eng/LCGUI?branch=main&docs_dir=docs/*'
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
|
|
@ -81,5 +81,5 @@ markdown_extensions:
|
|||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- OmniBMS: '!import https://github.com/daelon-eng/omnibms?branch=main'
|
||||
- LiquidCore15: '!import https://github.com/daelon-eng/LiquidCore15?branch=main'
|
||||
- LCGUI: '!import https://github.com/daelon-eng/LCGUI?branch=main'
|
||||
|
|
|
|||
Loading…
Reference in a new issue