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/contribute/cumulative-docs.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ In order to achieve this, the markdown source files integrate a tagging system m
27
27
*[Which Elastic products and deployment models the content applies to](#tagging-products-and-deployment-models) (for example, Elastic Cloud Serverless or Elastic Cloud Hosted).
28
28
*[When a feature goes into a new state as compared to the established base version](#tagging-version-related-changes-mandatory) (for example, being added or going from Beta to GA).
29
29
30
-
This tagging system is mandatory for all of the public-facing documentation. We refer to it as “[applies_to](https://elastic.github.io/docs-builder/syntax/applies/)” tags or badges.
30
+
This tagging system is mandatory for all of the public-facing documentation. We refer to it as “[applies_to](/syntax/applies.md)” tags or badges.
31
31
32
32
## How version awareness works in Docs V3
33
33
@@ -41,7 +41,7 @@ This central version config is used in certain inline version variables, and dri
41
41
42
42
All documentation pages **must** include an `applies_to` tag in the YAML frontmatter. Use YAML frontmatter to indicate each deployment target's availability and lifecycle status.
43
43
44
-
The `applies_to` attribute is used to display contextual badges on each page. For the full list of supported keys and values, refer to [frontmatter](https://elastic.github.io/docs-builder/syntax/frontmatter).
44
+
The `applies_to` attribute is used to display contextual badges on each page. For the full list of supported keys and values, refer to [frontmatter](/syntax/frontmatter.md).
45
45
46
46
47
47
:::{tip}
@@ -107,7 +107,7 @@ This is true for most situations. However, it can still be useful to call it out
107
107
108
108
## Tagging version-related changes (mandatory)
109
109
110
-
In the previous section, we’ve considered product and deployment availability. Feature lifecycle and version-related changes are communicated as part of the same [applies\_to](https://elastic.github.io/docs-builder/syntax/applies/) tagging logic, by specifying different values to each supported key.
110
+
In the previous section, we’ve considered product and deployment availability. Feature lifecycle and version-related changes are communicated as part of the same [applies_to](/syntax/applies.md) tagging logic, by specifying different values to each supported key.
111
111
112
112
**Are you sure your change is related to a specific version? Maybe not…**
113
113
This is a frequent case. For example: fixing typos, improving styling, adding a long-forgotten setting, etc.
Copy file name to clipboardExpand all lines: docs/syntax/quick-ref.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -590,7 +590,7 @@ Elastic Cloud Hosted supports most standard Kibana settings.
590
590
591
591
## Tabs
592
592
593
-
Block element that displays content in switchable tabs to help users zero in on the right context (such as a deployment or language). [Synced tab groups](https://elastic.github.io/docs-builder/syntax/tabs/#tab-groups) are supported.
593
+
Block element that displays content in switchable tabs to help users zero in on the right context (such as a deployment or language). [Synced tab groups](/syntax/tabs.md#tab-groups) are supported.
0 commit comments