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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,19 +13,19 @@ With our markdown-based docs, there is no longer a new documentation set publish
13
13
This new behavior starts with the following **versions** of our products: Elastic Stack 9.0, ECE 4.0, ECK 3.0, and even more like EDOT docs. It also includes our unversioned products: Serverless and Elastic Cloud.
14
14
15
15
:::{note}
16
-
Nothing changes for our ASCIIDoc-based documentation system, that remains published and maintained for the following versions: Elastic Stack until 8.19, ECE until 3.8, ECK until 2.x, etc.
16
+
Nothing changes for our ASCIIDoc-based documentation system, that remains published and maintained for the following versions: Elastic Stack until 8.x, ECE until 3.x, ECK until 2.x, etc.
17
17
:::
18
18
19
19
**How does it change the way we write docs?**
20
20
21
21
As new minor versions are released, we want users to be able to distinguish which content applies to their own ecosystem and product versions without having to switch between different versions of a page.
22
22
23
-
This extends to deprecations and deletions: No information should be removed for supported product versions, unless it was never accurate. It can be refactored to improve clarity and flow, or to accommodate information for additional products, deployment types, and versions as needed.
23
+
This extends to deprecations and removals: No information should be removed for supported product versions, unless it was never accurate. It can be refactored to improve clarity and flow, or to accommodate information for additional products, deployment types, and versions as needed.
24
24
25
25
In order to achieve this, the markdown source files integrate a tagging system meant to identify:
26
26
27
-
*[Which Elastic products and deployment models the content applies to](#tagging-products-and-deployment-models).
28
-
*[When a feature goes into a new state as compared to the established base version](#tagging-version-related-changes-mandatory).
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
+
*[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
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.
Copy file name to clipboardExpand all lines: docs/contribute/deployment-models.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
@@ -4,7 +4,7 @@ navigation_title: Choose a deployment model
4
4
5
5
# Choose the docs deployment model for a repository
6
6
7
-
With Docs V3 (elastic.co/docs), a single branch is published per repository. This branch is set to `main`(or `master`) by default. This is known as the continuous deployment model. However, it is possible to instead publish a different branch, also known as the tagged deployment model.
7
+
With Docs V3 (elastic.co/docs), a single branch is published per repository. This branch is set to `main` by default. This is known as the continuous deployment model. However, it is possible to instead publish a different branch, also known as the tagged deployment model.
8
8
9
9
On this page, you'll learn how to choose the right deployment model for your repository, and how to change the deployment model. You'll also learn about the workflows for working in each deployment model.
Copy file name to clipboardExpand all lines: docs/contribute/index.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
@@ -33,7 +33,7 @@ In April 2025, we released our new documentation site. This site includes docume
33
33
34
34
#### Branches in V3
35
35
36
-
In Docs V3, a single branch is published per repository. This branch is set to `main`(or `master`) by default, but it is possible to instead publish a different branch by changing your repository's deployment model. You might want to change your deployment model so you can have more control over when content added for a specific release is published.
36
+
In Docs V3, a single branch is published per repository. This branch is set to `main` by default, but it is possible to instead publish a different branch by changing your repository's deployment model. You might want to change your deployment model so you can have more control over when content added for a specific release is published.
37
37
38
38
[Learn more about deployment models](deployment-models.md).
Copy file name to clipboardExpand all lines: docs/migration/versioning.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
@@ -17,7 +17,7 @@ In this new system, documentation is written **cumulatively**. This means that a
17
17
18
18
## Deployment models
19
19
20
-
In Docs V3, a single branch is published per repository. This branch is set to `main`(or `master`) by default, but it is possible to instead publish a different branch by changing your repository's deployment model. You might want to change your deployment model so you can have more control over when content added for a specific release is published.
20
+
In Docs V3, a single branch is published per repository. This branch is set to `main` by default, but it is possible to instead publish a different branch by changing your repository's deployment model. You might want to change your deployment model so you can have more control over when content added for a specific release is published.
21
21
22
22
*[Learn how to choose the right deployment model for your repository](/contribute/deployment-models.md)
23
23
*[Learn how to set up your selected deployment model](/configure/deployment-models.md)
0 commit comments