fix: disable multirepo import (no docs/ in LC15/LCGUI yet)
This commit is contained in:
parent
e1833c7cea
commit
bc121fddec
1 changed files with 0 additions and 10 deletions
10
mkdocs.yml
10
mkdocs.yml
|
|
@ -45,14 +45,6 @@ theme:
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
- multirepo:
|
|
||||||
cleanup: true
|
|
||||||
keep_docs_dir: true
|
|
||||||
repos:
|
|
||||||
- section: LiquidCore15
|
|
||||||
import_url: 'https://git.daelon.cloud/daelon/LiquidCore15?branch=main&docs_dir=docs/*'
|
|
||||||
- section: LCGUI
|
|
||||||
import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=master&docs_dir=docs/*'
|
|
||||||
|
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
|
|
@ -81,5 +73,3 @@ markdown_extensions:
|
||||||
|
|
||||||
nav:
|
nav:
|
||||||
- Home: index.md
|
- Home: index.md
|
||||||
- LiquidCore15: '!import https://git.daelon.cloud/daelon/LiquidCore15?branch=main'
|
|
||||||
- LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue