From bc121fddec45c54d200274479ebfd5b5df9fb1bd Mon Sep 17 00:00:00 2001 From: Andreas Johannsen Date: Mon, 27 Apr 2026 15:27:09 +0200 Subject: [PATCH] fix: disable multirepo import (no docs/ in LC15/LCGUI yet) --- mkdocs.yml | 10 ---------- 1 file changed, 10 deletions(-) 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'