File tree 1 file changed +17
-0
lines changed
1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,23 @@ Elasticsearch documentation build process.
3
3
4
4
See: https://github.com/elastic/docs
5
5
6
+ === Backporting doc fixes
7
+
8
+ * Doc changes should generally be made against master and backported through to the current version
9
+ (as applicable).
10
+
11
+ * Changes can also be backported to the maintenance version of the previous major version.
12
+ This is typically reserved for technical corrections, as it can require resolving more complex
13
+ merge conflicts, fixing test failures, and figuring out where to apply the change.
14
+
15
+ * Avoid backporting to out-of-maintenance versions.
16
+ Docs follow the same policy as code and fixes are not ordinarily merged to
17
+ versions that are out of maintenance.
18
+
19
+ * Do not backport doc changes to https://www.elastic.co/support/eol[EOL versions].
20
+
21
+ === Snippet testing
22
+
6
23
Snippets marked with `[source,console]` are automatically annotated with
7
24
"VIEW IN CONSOLE" and "COPY AS CURL" in the documentation and are automatically
8
25
tested by the command `./gradlew -pdocs check`. To test just the docs from a
You can’t perform that action at this time.
0 commit comments