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)
|
[: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.
|
Operator interface for the LiquidCore platform.
|
||||||
|
|
||||||
[:octicons-arrow-right-24: Documentation](LCGUI/LCGUI-SPEC.md)
|
[:octicons-arrow-right-24: Documentation](LCGUI/)
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
13
mkdocs.yml
13
mkdocs.yml
|
|
@ -47,12 +47,13 @@ plugins:
|
||||||
- search
|
- search
|
||||||
- multirepo:
|
- multirepo:
|
||||||
cleanup: true
|
cleanup: true
|
||||||
keep_docs_dir: false
|
keep_docs_dir: true
|
||||||
repos:
|
|
||||||
- section: LiquidCore15
|
nav:
|
||||||
import_url: 'https://git.daelon.cloud/daelon/LiquidCore15?branch=main&docs_dir=docs/*.md'
|
- Home: index.md
|
||||||
- section: LCGUI
|
- LiquidCore15:
|
||||||
import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=master&docs_dir=docs/*.md'
|
- Telemetry Interface: LiquidCore15/telemetry-interface.md
|
||||||
|
- LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue