Skip to content

Commit 86037af

Browse files
committed
Modify nav and add crosslinks
1 parent a906cfc commit 86037af

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+95
-5073
lines changed

contribute-docs/_snippets/applies_to-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@
3333
* `edot_python`: Applies to the [Elastic Distribution of OpenTelemetry Python](https://www.elastic.co/docs/reference/opentelemetry/edot-sdks/python/) (EDOT Python).
3434

3535
:::{note}
36-
The `product` key and its subkeys are used to indicate feature availability and applicability. The similarly named [`products` frontmatter field](/contribute-docs/syntax/frontmatter.md#products) is used to drive elastic.co search filters.
36+
The `product` key and its subkeys are used to indicate feature availability and applicability. The similarly named [`products` frontmatter field](docs-builder://syntax/frontmatter.md#products) is used to drive elastic.co search filters.
3737
:::

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ There are more specific guidelines on badge placement to follow when using speci
3838

3939
### Page frontmatter
4040

41-
Use [`applies_to` in a page's frontmatter](/contribute-docs/syntax/applies.md#syntax) to provide signals that a page applies to the reader.
41+
Use [`applies_to` in a page's frontmatter](docs-builder://syntax/applies.md#syntax) to provide signals that a page applies to the reader.
4242

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

4747
### Headings [headings]
4848

49-
Use [section annotations](/contribute-docs/syntax/applies.md#section-level) on the next line after a heading when the entire content between that heading and the next [heading](/contribute-docs/syntax/headings.md) of the same or higher level is version or product-specific.
49+
Use [section annotations](docs-builder://syntax/applies.md#section-level) on the next line after a heading when the entire content between that heading and the next [heading](docs-builder://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](/contribute-docs/syntax/applies.md#inline-level) with headings.
61+
Do **not** use [inline annotations](docs-builder://syntax/applies.md#inline-level) with headings.
6262

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

contribute-docs/how-to/cumulative-docs/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For each type of applicability information, you can add `applies_to` metadata at
5050
or properties without disrupting the surrounding content.
5151

5252
For a full syntax reference for page, section, and inline level `applies_to` annotations,
53-
refer to [](/contribute-docs/syntax/applies.md).
53+
refer to [Applies to](docs-builder://syntax/applies.md).
5454

5555
## General guidelines
5656

contribute-docs/how-to/cumulative-docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ Read more about _how_ to tag content in:
8080
Learn how to integrate `applies_to` badges into docs content.
8181
* [Example scenarios](example-scenarios.md):
8282
Browse common scenarios you might run into as a docs contributor that require different approaches to labeling cumulative docs.
83-
* [`applies_to` syntax guide](/contribute-docs/syntax/applies.md):
83+
* [`applies_to` syntax guide](docs-builder://syntax/applies.md):
8484
Reference all valid values and syntax patterns available in `applies_to`.

contribute-docs/how-to/cumulative-docs/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The `applies_to` directive uses the following format:
66
<key>: <lifecycle> <version>
77
```
88

9-
This page provides minimal reference information on the `applies_to` directive. For more detailed information, refer to [](/contribute-docs/syntax/applies.md).
9+
This page provides minimal reference information on the `applies_to` directive. For more detailed information, refer to [Applies to](docs-builder://syntax/applies.md).
1010

1111
## key
1212

contribute-docs/syntax/admonitions.md

Lines changed: 0 additions & 156 deletions
This file was deleted.

contribute-docs/syntax/applies-switch.md

Lines changed: 0 additions & 147 deletions
This file was deleted.

0 commit comments

Comments
 (0)