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/index.md
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,21 @@ Whether you're a technical writer or you've only edited Elastic docs once or twi
10
10
11
11
## Contribute to the docs [#contribute]
12
12
13
-
* Simple bugs and enhancements --> [Contribute on the web](on-the-web.md)
14
-
* Complex or multi-page updates --> [Contribute locally](locally.md)
15
-
* Test migrated content --> [Migration guide](../migration/guide/index.md)
13
+
:::{tip}
14
+
Starting with Elastic Stack version 9.0, Elastic documentation uses `docs-builder` to build documentation. Elastic Stack versions prior to 9.0 use our [legacy documentation build system](https://github.com/elastic/docs). The version of the docs you want to contribute to determines the tool and syntax you must use to update the docs.
15
+
:::
16
+
17
+
### Contribute to Elastic Stack version 8.x docs and earlier
18
+
19
+
To contribute to earlier versions of the Elastic Stack, you must work with our [legacy documentation build system](https://github.com/elastic/docs). This system using AsciiDoc as it's authoring format.
20
+
21
+
* For **simple bugfixes and enhancements** --> [Contribute on the web](on-the-web.md)
22
+
* For **complex or multi-page updates** --> See the [legacy documentation build guide](https://github.com/elastic/docs?tab=readme-ov-file#building-documentation)
23
+
24
+
### Contribute to Elastic Stack version 9.0 docs and later
25
+
26
+
* For **simple bugfixes and enhancements** --> [contribute on the web](on-the-web.md)
27
+
* For **complex or multi-page updates** --> [Contribute locally](locally.md)
0 commit comments