Skip to content

Commit 0df1b3c

Browse files
committed
fix
1 parent 1c72af0 commit 0df1b3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/contribute/_snippets/tagged-warning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
:::{caution}
1+
:::{warning}
22
Some repositories use a [tagged deployment model](deployment-models.md), which means that their docs are published from a branch that is not `main` or `master`. In these cases, documentation changes need to be made to `main` or `master`, and then backported to the relevant branches.
33

44
For detailed backporting guidance, refer to the example in [Choose the docs deployment model for a repository](/contribute/deployment-models.md#workflow-2-make-docs-updates-when-the-repo-is-publishing-docs-from-a-version-branch).

docs/contribute/locally.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ We write docs in Markdown. Refer to our [syntax](../syntax/index.md) guide for t
155155

156156
This documentation is **cumulative**. This means that a new set of docs is not published for every minor release. Instead, each page stays valid over time and incorporates version-specific changes directly within the content. [Learn how to write cumulative documentation](cumulative-docs.md).
157157

158-
:::{include} tagged-warning.md
158+
:::{include} _snippets/tagged-warning.md
159159
:::
160160

161161
## Step 5: Push your changes [#step-five]

docs/contribute/on-the-web.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ For content hosted on elastic.co/docs, most conceptual and narrative content is
3838
4. Make the necessary updates.
3939
5. Commit your changes and create a pull request.
4040

41-
:::{include} tagged-warning.md
41+
:::{include} _snippets/tagged-warning.md
4242
:::
4343

4444
## What if I need to update docs in both systems?

docs/migration/versioning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ To ensure a seamless experience for users and contributors, the new versioning a
88
* **Version awareness**: The documentation team tracks and maintains released versions for all products in a central configuration file.
99
* **Simplified contributor workflow**: For pages that apply to multiple versions or deployment types, we’ve optimized the contributor experience by reducing complexity. Contributors can now manage multi-context content with ease, without duplicating information or navigating confusing workflows.
1010

11-
In this new system, documentation is written **cumulatively**. This means that a new set of docs is not published for every minor release. Instead, each page stays valid over time and incorporates version-specific changes directly within the content. [Learn how to write cumulative documentation](cumulative-docs.md).
11+
In this new system, documentation is written **cumulatively**. This means that a new set of docs is not published for every minor release. Instead, each page stays valid over time and incorporates version-specific changes directly within the content. [Learn how to write cumulative documentation](/contribute/cumulative-docs.md).
1212

1313
## Tag processing
1414

0 commit comments

Comments
 (0)