From d27bddb5d89d3388e9ae3a0f136f0e62d81e7e02 Mon Sep 17 00:00:00 2001 From: trueberryless Date: Fri, 14 Feb 2025 12:45:16 +0100 Subject: [PATCH] add starlight-automatic-overview-pages repo --- .changeset/unlucky-buses-buy.md | 5 + repos.json | 171 ++++++++++++++++++++++++++++++++ 2 files changed, 176 insertions(+) create mode 100644 .changeset/unlucky-buses-buy.md diff --git a/.changeset/unlucky-buses-buy.md b/.changeset/unlucky-buses-buy.md new file mode 100644 index 0000000..051cf0b --- /dev/null +++ b/.changeset/unlucky-buses-buy.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Add Starlight Automatic Overview Pages diff --git a/repos.json b/repos.json index d047153..b5c9ca5 100644 --- a/repos.json +++ b/repos.json @@ -1110,6 +1110,177 @@ } ] }, + { + "name": "trueberryless-org/starlight-automatic-overview-pages", + "files": [ + { + "path": "template-files/.changeset/config.json", + "targetPath": ".changeset/config.json", + "props": { + "repositoryName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/.changeset/README.md", + "targetPath": ".changeset/README.md", + "props": { + "repositoryName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/.dockerignore", + "targetPath": ".dockerignore" + }, + { + "path": "template-files/.github/labeler.yaml", + "targetPath": ".github/labeler.yaml" + }, + { + "path": "template-files/.github/workflows/deployment.yaml", + "targetPath": ".github/workflows/deployment.yaml", + "props": { + "branchName": "main", + "repositoryName": "starlight-automatic-overview-pages", + "documentationFolder": "docs", + "makeLatest": "false" + } + }, + { + "path": "template-files/.github/workflows/format.yaml", + "targetPath": ".github/workflows/format.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/labeler.yaml", + "targetPath": ".github/workflows/labeler.yaml" + }, + { + "path": "template-files/.github/workflows/publish.yaml", + "targetPath": ".github/workflows/publish.yaml", + "props": { + "branchName": "main", + "repositoryName": "starlight-automatic-overview-pages", + "packageName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/.github/workflows/release.yaml", + "targetPath": ".github/workflows/release.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.github/workflows/welcome-bot.yaml", + "targetPath": ".github/workflows/welcome-bot.yaml", + "props": { + "branchName": "main" + } + }, + { + "path": "template-files/.gitignore/Node.gitignore", + "targetPath": ".gitignore" + }, + { + "path": "template-files/.prettierignore", + "targetPath": ".prettierignore" + }, + { + "path": "template-files/.prettierrc/.prettierrc", + "targetPath": ".prettierrc" + }, + { + "path": "template-files/Dockerfile/httpd.Dockerfile", + "targetPath": "Dockerfile", + "props": { + "documentationFolder": "docs" + } + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "docs/package.json", + "special": "package.json" + }, + { + "path": "template-files/LICENSE", + "targetPath": "LICENSE", + "props": { + "year": "2024" + } + }, + { + "path": "template-files/manifest/certificate.yaml", + "targetPath": "manifest/certificate.yaml", + "props": { + "repositoryName": "starlight-automatic-overview-pages", + "subdomainName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/manifest/deployment.yaml", + "targetPath": "manifest/deployment.yaml", + "special": "manifest/deployment.yaml", + "props": { + "repositoryName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/manifest/ingress.yaml", + "targetPath": "manifest/ingress.yaml", + "props": { + "repositoryName": "starlight-automatic-overview-pages", + "subdomainName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/manifest/namespace.yaml", + "targetPath": "manifest/namespace.yaml", + "props": { + "repositoryName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/manifest/service.yaml", + "targetPath": "manifest/service.yaml", + "props": { + "repositoryName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/package.json/changeset.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/package.manager.package.json", + "targetPath": "package.json", + "special": "package.json" + }, + { + "path": "template-files/package.json/definition.package.json", + "targetPath": "package.json", + "special": "package.json", + "props": { + "packageName": "starlight-automatic-overview-pages-monorepo", + "repositoryName": "starlight-automatic-overview-pages" + } + }, + { + "path": "template-files/README.md", + "targetPath": "packages/starlight-automatic-overview-pages/README.md", + "special": "README.md" + }, + { + "path": "template-files/pnpm-workspace.yaml", + "targetPath": "pnpm-workspace.yaml", + "props": { + "documentationFolder": "docs" + } + } + ] + }, { "name": "trueberryless-org/starlight-plugin-show-latest-version", "files": [