You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/syntax/frontmatter.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,6 @@ The products frontmatter is a list of products that the page relates to.
51
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
52
You can _not_ override doc set level `products` at the page level.
53
53
54
-
:::{tip}
55
-
The purpose of the `products` field is different from `applies_to`: the former provides metadata to elastic.co search engines, while the latter indicates feature availability and applicability.
56
-
57
-
% Is this true?
58
-
For example, while a page might contain content that is _applicable_ to Elastic Cloud Serverless projects,
59
-
it might not be _about_ Elastic Cloud Serverless. In that case, you would include the `serverless` key in `applies_to`,
60
-
but _not_ include the `cloud-serverless` ID in `products`:
0 commit comments