Skip to content

Commit 8f210ab

Browse files
apply suggestions from code review
Co-authored-by: Fabrizio Ferri-Benedetti <[email protected]>
1 parent 2319478 commit 8f210ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configure/content-set/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ The TOC in principle follows the directory structure on disk.
123123
- folder: subsection
124124
```
125125

126-
If a folder does not explicitly define `children` all markdown files within that folder are included automatically
126+
If a folder does not explicitly define `children` all Markdown files within that folder are included automatically
127127

128128
If a folder does define `children` all markdown files within that folder have to be included. `docs-builder` will error if it detects dangling documentation files.
129129

docs/syntax/frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you define `products` in a page's Markdown file and the `docset.yml` file als
5252
You can _not_ override doc set level `products` at the page level.
5353

5454
:::{tip}
55-
`products` is distinct from `applies_to`, which is used to indicate feature availability and applicability.
55+
The purpose of the `products` field is different from `applies_to`: the former provides metadata to search engines, while the latter indicates feature availability and applicability.
5656

5757
% Is this true?
5858
For example, while a page might contain content that is _applicable_ to Elastic Cloud Serverless projects,

0 commit comments

Comments
 (0)