diff --git a/scripts/repos-config.json b/scripts/repos-config.json index e30f8ff..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,8 +30,7 @@ "github_org": "gardenlinux", "github_repo": "builder", "docs_path": "docs", - "target_path": "projects/builder", - "branch": "main", + "branch": "docs-ng", "structure": "flat" }, { @@ -35,8 +39,7 @@ "github_org": "gardenlinux", "github_repo": "python-gardenlinux-lib", "docs_path": "docs", - "target_path": "projects/python-gardenlinux-lib", - "branch": "main", + "branch": "docs-ng", "structure": "sphinx" } ]