feat: restore multirepo import with repos: config (no !import)
This commit is contained in:
parent
bc121fddec
commit
68ba6a2efa
1 changed files with 18 additions and 0 deletions
18
mkdocs.yml
18
mkdocs.yml
|
|
@ -45,6 +45,14 @@ theme:
|
|||
|
||||
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'
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
|
|
@ -73,3 +81,13 @@ markdown_extensions:
|
|||
|
||||
nav:
|
||||
- Home: index.md
|
||||
- LiquidCore15:
|
||||
- Telemetry Interface: 'LiquidCore15/telemetry-interface.md'
|
||||
- LCGUI:
|
||||
- Spec: 'LCGUI/LCGUI-SPEC.md'
|
||||
- Design: 'LCGUI/DESIGN.md'
|
||||
- Injector: 'LCGUI/INJECTOR.md'
|
||||
- External Implementation: 'LCGUI/EXTERNAL_IMPL.md'
|
||||
- LC15 HW Comms: 'LCGUI/LC15-HW-COMMS.md'
|
||||
- UI Spec: 'LCGUI/15-UI-SPEC.md'
|
||||
- Telemetry Interface: 'LCGUI/telemetry-interface.md'
|
||||
|
|
|
|||
Loading…
Reference in a new issue