Skip to content

Commit 2d81d54

Browse files
committed
update guide
1 parent 687b77f commit 2d81d54

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

docs/contribute/index.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,21 @@ Whether you're a technical writer or you've only edited Elastic docs once or twi
1010

1111
## Contribute to the docs [#contribute]
1212

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)
1628

1729
## Report a bug
1830

0 commit comments

Comments
 (0)