Skip to content

Commit 8beb4db

Browse files
committed
updates
1 parent 0439e9c commit 8beb4db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/contribute/where-to-work.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11

2-
## **How do I know where to contribute?**
2+
# **How do I know where to contribute?**
33

44
The easiest way to find the source file for the page you want to update is to navigate to the page on the web and click **Edit this page**. This will take you to the source file in the correct repo.
55

66
The following outlines the general guidelines though to help you determine where the content might be living.
77

8-
### **9.0+ content**
8+
## **9.0+ content**
99

1010
For all 9.0+ content, it lives in one of three spots:
1111

1212
1. **Reference/settings content** lives in the new Markdown files in the code repo as it did pre 9.0. This enables folks to make updates that touch code \+ low-level docs in the same PR.
1313
2. **Narrative/conceptual and overview content** lives in [elastic/docs-content](https://github.com/elastic/docs-content). As an example the [ES|QL overview](https://docs-v3-preview.elastic.dev/elastic/docs-content/tree/main/explore-analyze/query-filter/languages/esql) lives in the **Explore & Analyze** section of the narrative docs. But the reference documentation lives in the reference section of the docs [ES|QL reference](https://docs-v3-preview.elastic.dev/elastic/elasticsearch/tree/main/reference/query-languages/esql)
1414
3. **API reference docs** live in the different OpenAPI spec repositories. This is where you need to update API docs published in the new API docs system
1515

16-
### **All content prior to 9.0+**
16+
## **All content prior to 9.0+**
1717

1818
If you are working in 8.x or below, you will use the existing asciidoc system. This means that if you need to update documentation for both 8.x and 9.x, you will have to work in two systems. See [What if I need to update both 8.x and 9.x docs?](https://docs-v3-preview.elastic.dev/elastic/docs-builder/tree/main/contribute/on-the-web#what-if-i-need-to-update-both-8.x-and-9.x-docs) for the processes on updating docs across different versions.
1919

0 commit comments

Comments
 (0)