From a1334b69dfbeed267814934db854c6f0a308ac4b Mon Sep 17 00:00:00 2001 From: trueberryless Date: Sun, 6 Apr 2025 21:07:07 +0200 Subject: [PATCH] nextjs theme --- .changeset/dirty-pillows-report.md | 5 +++++ repos.json | 27 +++++++++++++++++---------- 2 files changed, 22 insertions(+), 10 deletions(-) create mode 100644 .changeset/dirty-pillows-report.md diff --git a/.changeset/dirty-pillows-report.md b/.changeset/dirty-pillows-report.md new file mode 100644 index 0000000..d94d646 --- /dev/null +++ b/.changeset/dirty-pillows-report.md @@ -0,0 +1,5 @@ +--- +"template-files": patch +--- + +Add NextJS theme and remove minimalistic theme sync diff --git a/repos.json b/repos.json index 397beba..341a302 100644 --- a/repos.json +++ b/repos.json @@ -1264,21 +1264,21 @@ ] }, { - "name": "trueberryless-org/starlight-minimalistic-theme", + "name": "trueberryless-org/starlight-nextjs-theme", "files": [ { "path": "template-files/.changeset/config.json", "targetPath": ".changeset/config.json", "props": { - "repositoryName": "starlight-minimalistic-theme", - "ignore": "[\"starlight-minimalistic-theme-docs\"]" + "repositoryName": "starlight-nextjs-theme", + "ignore": "[\"starlight-nextjs-theme-docs\"]" } }, { "path": "template-files/.changeset/README.md", "targetPath": ".changeset/README.md", "props": { - "repositoryName": "starlight-minimalistic-theme" + "repositoryName": "starlight-nextjs-theme" } }, { @@ -1305,8 +1305,8 @@ "targetPath": ".github/workflows/publish.yaml", "props": { "branchName": "main", - "repositoryName": "starlight-minimalistic-theme", - "packageName": "starlight-minimalistic-theme" + "repositoryName": "starlight-nextjs-theme", + "packageName": "starlight-nextjs-theme" } }, { @@ -1332,7 +1332,7 @@ }, { "path": "template-files/package.json/package.manager.package.json", - "targetPath": "apps/docs/package.json", + "targetPath": "docs/package.json", "special": "package.json" }, { @@ -1362,14 +1362,21 @@ "targetPath": "package.json", "special": "package.json", "props": { - "packageName": "starlight-minimalistic-theme-monorepo", - "repositoryName": "starlight-minimalistic-theme" + "packageName": "starlight-nextjs-theme-monorepo", + "repositoryName": "starlight-nextjs-theme" } }, { "path": "template-files/README.md", - "targetPath": "packages/theme/README.md", + "targetPath": "packages/starlight-nextjs-theme/README.md", "special": "README.md" + }, + { + "path": "template-files/pnpm-workspace.yaml", + "targetPath": "pnpm-workspace.yaml", + "props": { + "documentationFolder": "docs" + } } ] },