Skip to content

Commit deb4220

Browse files
committed
update docs
1 parent 381f5e9 commit deb4220

3 files changed

Lines changed: 0 additions & 34 deletions

File tree

.agents/index.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ node ../cli/packages/cli/dist/index.js create my-app
8181
| `-y` | Accept defaults |
8282
| `-f, --force` | Overwrite existing |
8383

84-
Rsbuild currently supports standard/blank scaffolds, built-in pages, Tailwind,
85-
and ESLint/Biome only. Templates, deployments, and other catalog add-ons are
86-
Vite-only.
87-
8884
## EJS Template Variables
8985

9086
| Variable | Type | Description |

docs/cli-reference.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ Explicit add-ons and deployment adapters can add their own required files and
5858
dependencies. Add `-y` to use defaults for every remaining option; when the
5959
target is non-empty, also pass `--force` or the command exits without writing.
6060

61-
Rsbuild currently supports the built-in standard and blank scaffolds, built-in
62-
demo pages, Tailwind, and the ESLint/Biome toolchains. Templates, deployment
63-
adapters, catalog business/example add-ons, and `tanstack add` selections other
64-
than toolchains are not yet supported. Explicit incompatible combinations fail
65-
before the target directory is written. Use
66-
`tanstack create --list-add-ons --bundler rsbuild` to see the filtered catalog.
67-
6861
### Programmatic generation
6962

7063
Use `@tanstack/create/worker` in Cloudflare Workers and other edge SSR runtimes. It does not import the generated template manifest at module startup. Instead, provide a loader for the framework and add-on chunks your Worker supports.

packages/cli/skills/create-app-scaffold/SKILL.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -87,29 +87,6 @@ npx @tanstack/cli create custom-app \
8787

8888
## Common Mistakes
8989

90-
### CRITICAL Combine Rsbuild with templates, deployments, or catalog add-ons
91-
92-
Wrong:
93-
94-
```bash
95-
npx @tanstack/cli create my-app \
96-
--bundler rsbuild \
97-
--template ecommerce \
98-
--deployment cloudflare \
99-
--add-ons clerk \
100-
-y
101-
```
102-
103-
Correct:
104-
105-
```bash
106-
npx @tanstack/cli create my-app --bundler rsbuild --toolchain eslint -y
107-
```
108-
109-
The initial Rsbuild surface supports standard/blank scaffolds, built-in demo
110-
pages, Tailwind, and ESLint/Biome. The CLI rejects templates, deployments, and
111-
catalog business/example add-ons before writing the target directory.
112-
11390
### HIGH Pass --add-ons without explicit ids
11491

11592
Wrong:

0 commit comments

Comments
 (0)