Skip to content

Commit df8c53f

Browse files
authored
docs: dev mode for v17 (#4611)
1 parent 3b5c3f9 commit df8c53f

File tree

6 files changed

+464
-136
lines changed

6 files changed

+464
-136
lines changed

cspell.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ overrides:
1616
dictionaries:
1717
- fullstack
1818
words:
19-
- clsx
20-
- infima
21-
- noopener
19+
- callout
2220
- Vite
2321
- craco
22+
- rollup
23+
- Rsbuild
24+
- Rspack
25+
- Turbopack
2426
- esbuild
2527
- swcrc
2628
- noreferrer

website/pages/docs/_meta.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ const meta = {
5151
type: 'separator',
5252
title: 'Production & Scaling',
5353
},
54+
'development-mode': '',
5455
'going-to-production': '',
5556
'scaling-graphql': '',
5657
};

0 commit comments

Comments
 (0)