fix: LiquidCore15 local copy, LCGUI via !import, explicit nav
This commit is contained in:
parent
11fa9ad243
commit
48eb895f19
3 changed files with 10 additions and 8 deletions
1
docs/LiquidCore15/telemetry-interface.md
Normal file
1
docs/LiquidCore15/telemetry-interface.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
{"errors":null,"message":"The target couldn't be found.","url":"https://git.daelon.cloud/api/swagger"}
|
||||
|
|
@ -12,11 +12,11 @@ Welcome to the documentation hub of Daelon Engineering UG.
|
|||
|
||||
[:octicons-arrow-right-24: Documentation](LiquidCore15/telemetry-interface.md)
|
||||
|
||||
- :material-monitor-dashboard: **[LCGUI](LCGUI/LCGUI-SPEC.md)**
|
||||
- :material-monitor-dashboard: **[LCGUI](LCGUI/)**
|
||||
|
||||
Operator interface for the LiquidCore platform.
|
||||
|
||||
[:octicons-arrow-right-24: Documentation](LCGUI/LCGUI-SPEC.md)
|
||||
[:octicons-arrow-right-24: Documentation](LCGUI/)
|
||||
|
||||
</div>
|
||||
|
||||
|
|
|
|||
13
mkdocs.yml
13
mkdocs.yml
|
|
@ -47,12 +47,13 @@ plugins:
|
|||
- search
|
||||
- multirepo:
|
||||
cleanup: true
|
||||
keep_docs_dir: false
|
||||
repos:
|
||||
- section: LiquidCore15
|
||||
import_url: 'https://git.daelon.cloud/daelon/LiquidCore15?branch=main&docs_dir=docs/*.md'
|
||||
- section: LCGUI
|
||||
import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=master&docs_dir=docs/*.md'
|
||||
keep_docs_dir: true
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- LiquidCore15:
|
||||
- Telemetry Interface: LiquidCore15/telemetry-interface.md
|
||||
- LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
|
|
|
|||
Loading…
Reference in a new issue