We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9de1175 commit f282917Copy full SHA for f282917
docs/syntax/applies.md
@@ -47,22 +47,22 @@ discontinued 9.2.0
47
all
48
```
49
50
-`all` and empty string mean generally available for all active versions
+`all` means generally available for all active versions
51
52
```yaml
53
applies_to:
54
serverless: all
55
56
57
-`all` and empty string can also be specified at a version level
+`all` can also be specified at a version level
58
59
60
61
stack: beta all
62
serverless: beta
63
64
65
-Both are equivalent, note `all` just means we won't be rendering the version portion in the html.
+Note `all` just means we won't be rendering the version portion in the HTML.
66
67
68
## Structured model
0 commit comments