Skip to content

Commit 2976e81

Browse files
committed
Move section
1 parent 0d668fc commit 2976e81

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/contribute/cumulative-docs/badge-placement.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ There are more specific guidelines on badge placement to follow when using speci
4141
Use [`applies_to` in a page's frontmatter](/syntax/applies.md#syntax) to provide signals that a page applies to the reader.
4242

4343
::::{warning}
44-
Do **not** use [section-level](/syntax/applies.md#section-annotations) or [inline annotations](/syntax/applies.md#inline-annotations) with the page title.
44+
Do **not** use [section-level](/syntax/applies.md#section-level) or [inline annotations](/syntax/applies.md#inline-level) with the page title.
4545
::::
4646

4747
### Headings [headings]
4848

49-
Use [section annotations](/syntax/applies.md#section-annotations) on the next line after a heading when the entire content between that heading and the next [heading](/syntax/headings.md) of the same or higher level is version or product-specific.
49+
Use [section annotations](/syntax/applies.md#section-level) on the next line after a heading when the entire content between that heading and the next [heading](/syntax/headings.md) of the same or higher level is version or product-specific.
5050

5151
For example, on the [Observability AI Assistant](https://www.elastic.co/docs/solutions/observability/observability-ai-assistant#choose-the-knowledge-base-language-model) page, all the content in this section is only applicable to Elastic Stack versions 9.1.0 and later.
5252

@@ -58,7 +58,7 @@ For example, on the [Observability AI Assistant](https://www.elastic.co/docs/sol
5858
% FOR THE REVIEWER: IS THIS TRUE?
5959
% What do you think of allowing inline applies_to in headings as long as there is only one badge?
6060
:::{warning}
61-
Do **not** use [inline annotations](/syntax/applies.md#inline-annotations) with headings.
61+
Do **not** use [inline annotations](/syntax/applies.md#inline-level) with headings.
6262

6363
::::{image} ./images/heading-incorrect.png
6464
:screenshot:

docs/syntax/applies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To support this, source files use a tagging system to indicate:
88
* When a feature changes state relative to the base version.
99

1010
This is what the `applies_to` metadata is for. It can be used at the [page](#syntax),
11-
[section](#section-annotations), or [inline](#inline-annotations) level to specify applicability with precision.
11+
[section](#section-level), or [inline](#inline-level) level to specify applicability with precision.
1212

1313
:::{note}
1414
For detailed guidance, refer to [](/contribute/cumulative-docs/index.md).

docs/syntax/quick-ref.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ The `applies_to` tags are scope signals for readers, not comprehensive metadata.
146146

147147
**DOs**<br>
148148
**Do:** Define a set of [page-level tags](applies.md#syntax) in a front matter block<br>
149-
**Do:** Add section-level tags in an `{applies_to}` [directive](applies.md#section-annotations) after a heading<br>
149+
**Do:** Add section-level tags in an `{applies_to}` [directive](applies.md#section-level) after a heading<br>
150150
**Do:** Indicate versions (`major.minor` with an optional `[.patch]`) and release phases like `beta`
151151

152152
**DON'Ts**<br>

0 commit comments

Comments
 (0)