Commit 4c31482
authored
docs(external-storage): mark the TypeScript page as Pre-release (#5008)
External Storage is Public Preview overall, but the TypeScript
implementation is not there yet, so the TypeScript page should not
inherit the shared stage.
Use the type prop rather than featureName. getResolvedType checks
FEATURE_RELEASE_TYPES[featureName] before type, so a featureName of
externalStorage would keep winning and the override would be silently
ignored. Dropping featureName lets type apply, which is how the
serverless Worker pages already handle a per-page stage.
Go, Python, and the encyclopedia page keep featureName and stay Public
Preview.1 parent cd65bc4 commit 4c31482
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments