diff --git a/mkdocs.yml b/mkdocs.yml index 9601fa8..48a2ac2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -45,14 +45,6 @@ theme: plugins: - 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: - admonition @@ -81,5 +73,3 @@ markdown_extensions: nav: - Home: index.md - - LiquidCore15: '!import https://git.daelon.cloud/daelon/LiquidCore15?branch=main' - - LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'