From 56fdea66537f744c77adeeefbbb7fcd3fea08852 Mon Sep 17 00:00:00 2001 From: Tiara Lena Hock Date: Thu, 26 Mar 2026 16:16:00 +0100 Subject: [PATCH 1/2] Docs: Fetch supporting tools into own sub directory --- scripts/repos-config.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/repos-config.json b/scripts/repos-config.json index e30f8ff..e15e872 100644 --- a/scripts/repos-config.json +++ b/scripts/repos-config.json @@ -25,8 +25,8 @@ "github_org": "gardenlinux", "github_repo": "builder", "docs_path": "docs", - "target_path": "projects/builder", - "branch": "main", + "target_path": "reference/supporting-tools/builder", + "branch": "docs-ng", "structure": "flat" }, { @@ -35,8 +35,8 @@ "github_org": "gardenlinux", "github_repo": "python-gardenlinux-lib", "docs_path": "docs", - "target_path": "projects/python-gardenlinux-lib", - "branch": "main", + "target_path": "reference/supporting-tools/python-gardenlinux-lib", + "branch": "docs-ng", "structure": "sphinx" } ] From 861b569b5e12fab7d56faf861b65061be44e53ab Mon Sep 17 00:00:00 2001 From: Tiara Lena Hock Date: Wed, 1 Apr 2026 09:31:39 +0200 Subject: [PATCH 2/2] Docs: Switch to frontmatter target path configuration --- scripts/repos-config.json | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/scripts/repos-config.json b/scripts/repos-config.json index e15e872..1b5ef3c 100644 --- a/scripts/repos-config.json +++ b/scripts/repos-config.json @@ -6,7 +6,10 @@ "github_org": "gardenlinux", "github_repo": "gardenlinux", "docs_path": "docs", - "root_files": ["CONTRIBUTING.md", "SECURITY.md"], + "root_files": [ + "CONTRIBUTING.md", + "SECURITY.md" + ], "target_path": "projects/gardenlinux", "branch": "docs-ng", "structure": { @@ -17,7 +20,9 @@ "contributing": "contributing" }, "special_files": {}, - "media_directories": [".media"] + "media_directories": [ + ".media" + ] }, { "name": "builder", @@ -25,7 +30,6 @@ "github_org": "gardenlinux", "github_repo": "builder", "docs_path": "docs", - "target_path": "reference/supporting-tools/builder", "branch": "docs-ng", "structure": "flat" }, @@ -35,7 +39,6 @@ "github_org": "gardenlinux", "github_repo": "python-gardenlinux-lib", "docs_path": "docs", - "target_path": "reference/supporting-tools/python-gardenlinux-lib", "branch": "docs-ng", "structure": "sphinx" }