From e1833c7ceabd93e378f5bb3f5af96af5a9ec67e3 Mon Sep 17 00:00:00 2001 From: Andreas Johannsen Date: Mon, 27 Apr 2026 15:15:44 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20LCGUI=20branch=20main=E2=86=92master=20i?= =?UTF-8?q?n=20multirepo=20import?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 7fb1a1e..9601fa8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -52,7 +52,7 @@ plugins: - 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=main&docs_dir=docs/*' + import_url: 'https://git.daelon.cloud/daelon/LCGUI?branch=master&docs_dir=docs/*' markdown_extensions: - admonition @@ -82,4 +82,4 @@ 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=main' + - LCGUI: '!import https://git.daelon.cloud/daelon/LCGUI?branch=master'