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: contribute-docs/index.md
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,21 +4,38 @@ navigation_title: Contribute to the docs
4
4
5
5
# Contribute to Elastic documentation
6
6
7
-
Find the relevant pages for contributing to the official Elastic documentation.
7
+
In April 2025, Elastic migrated to a new documentation system at [elastic.co/docs](https://www.elastic.co/docs), using Markdown and the [`docs-builder`](https://elastic.github.io/docs-builder/) toolchain.
8
8
9
-
## Contribute to current docs
9
+
This documentation site includes docs for
10
+
- {{stack}} 9.x
11
+
- {{ece}} 4.x
12
+
- {{eck}} 3.x
13
+
- All unversioned products like {{ech}} and {{serverless-full}}.
14
+
15
+
This documentation is [**cumulative**](how-to/cumulative-docs/index.md): a new set of docs is not published for every minor release. Instead, each page stays valid over time and incorporates version-specific changes.
10
16
11
-
We have two distinct systems for contributing to the current Elastic docs:
17
+
:::{tip}
18
+
To learn more about the new docs UX, read [how to use the documentation](/get-started/howto-use-the-docs.md).
19
+
:::
20
+
21
+
## Contribute to current docs
12
22
13
23
|System|What it covers|Published at|Format|How to contribute
|API references|Elastic REST APIs|[elastic.co/docs/api](https://www.elastic.co/docs/api/)|[OpenAPI](https://swagger.io/specification/)|[Contribute to API docs](./api-docs/index.md)|
|API references|Elastic REST APIs|[elastic.co/docs/api](https://www.elastic.co/docs/api/)|[OpenAPI](https://swagger.io/specification/)|[Contribute to API docs](api-docs/index.md)|
17
27
18
28
:::{note}
19
-
If you need to update documentation in both the current and legacy systems, you'll need two separate PRs. Refer to [Updating docs in both systems](./legacy-docs.md#updating-docs-in-both-systems).
29
+
If you need to update documentation in both the current and legacy systems, you'll need two separate PRs. Refer to [Updating docs in both systems](legacy-docs.md#updating-docs-in-both-systems).
20
30
:::
21
31
32
+
## Report issues or request features
33
+
34
+
|Issue type|Where to report|
35
+
|----|----|
36
+
|Documentation|- [Open a docs issue](https://github.com/elastic/docs-content/issues/new?template=internal-request.yaml) or [fix it yourself](locally.md) <br> - Elastic employees can use the [internal repo](https://github.com/elastic/docs-content-internal/issues/new/choose)|
0 commit comments