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 2512166 commit 0b95e8fCopy full SHA for 0b95e8f
docs/syntax/frontmatter.md
@@ -50,14 +50,3 @@ The products frontmatter is a list of products that the page relates to.
50
`products` can also be defined in the [`docset.yml` file](/configure/content-set/navigation.md#products).
51
If you define `products` in a page's Markdown file and the `docset.yml` file also includes `products`, docs-builder will combine the two lists.
52
You can _not_ override doc set level `products` at the page level.
53
-
54
55
-```yaml
56
-products:
57
- - id: apm
58
-applies_to:
59
- stack: ga
60
- serverless:
61
- observability: ga
62
-```
63
-:::
0 commit comments