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>
|
<div class="grid cards" markdown>
|
||||||
|
|
||||||
- :material-database-cog: **[OmniBMS](OmniBMS/)**
|
|
||||||
|
|
||||||
Battery management system platform.
|
|
||||||
|
|
||||||
[:octicons-arrow-right-24: Documentation](OmniBMS/)
|
|
||||||
|
|
||||||
- :material-chip: **[LiquidCore15](LiquidCore15/)**
|
- :material-chip: **[LiquidCore15](LiquidCore15/)**
|
||||||
|
|
||||||
Liquid-cooled compute core hardware.
|
Liquid-cooled compute core hardware.
|
||||||
|
|
||||||
[:octicons-arrow-right-24: Documentation](LiquidCore15/)
|
[:octicons-arrow-right-24: Documentation](LiquidCore15/)
|
||||||
|
|
||||||
|
- :material-monitor-dashboard: **[LCGUI](LCGUI/)**
|
||||||
|
|
||||||
|
Operator interface for the LiquidCore platform.
|
||||||
|
|
||||||
|
[:octicons-arrow-right-24: Documentation](LCGUI/)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## How this site is built
|
## How this site is built
|
||||||
|
|
|
||||||
|
|
@ -49,10 +49,10 @@ plugins:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
keep_docs_dir: true
|
keep_docs_dir: true
|
||||||
repos:
|
repos:
|
||||||
- section: OmniBMS
|
|
||||||
import_url: 'https://github.com/daelon-eng/omnibms?branch=main&docs_dir=docs/*'
|
|
||||||
- section: LiquidCore15
|
- section: LiquidCore15
|
||||||
import_url: 'https://github.com/daelon-eng/LiquidCore15?branch=main&docs_dir=docs/*'
|
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:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
|
@ -81,5 +81,5 @@ markdown_extensions:
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- OmniBMS: '!import https://github.com/daelon-eng/omnibms?branch=main'
|
|
||||||
- LiquidCore15: '!import https://github.com/daelon-eng/LiquidCore15?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