Skip to content

Commit

Permalink
[apis] add upcoming branches and drop old 5.x branches
Browse files Browse the repository at this point in the history
(cherry picked from commit ef0bc69)
  • Loading branch information
spalger committed Feb 6, 2019
1 parent fd4b0f7 commit b5986be
Show file tree
Hide file tree
Showing 21 changed files with 2,912 additions and 63,312 deletions.
458 changes: 245 additions & 213 deletions docs/api_methods.asciidoc

Large diffs are not rendered by default.

5,258 changes: 0 additions & 5,258 deletions docs/api_methods_5_0.asciidoc

This file was deleted.

5,335 changes: 0 additions & 5,335 deletions docs/api_methods_5_1.asciidoc

This file was deleted.

5,335 changes: 0 additions & 5,335 deletions docs/api_methods_5_2.asciidoc

This file was deleted.

5,317 changes: 0 additions & 5,317 deletions docs/api_methods_5_3.asciidoc

This file was deleted.

5,465 changes: 0 additions & 5,465 deletions docs/api_methods_5_4.asciidoc

This file was deleted.

5,469 changes: 0 additions & 5,469 deletions docs/api_methods_5_5.asciidoc

This file was deleted.

710 changes: 339 additions & 371 deletions docs/api_methods_6_6.asciidoc → docs/api_methods_6_5.asciidoc

Large diffs are not rendered by default.

16 changes: 7 additions & 9 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Default in Node:::
+
WARNING: This default will track the latest version of Elasticsearch, and is only intended to be used during development. It is highly recommended that you set this parameter in all code that is headed to production.

Default ::: `'6.5'`
Default ::: `'6.6'`

Options in node :::
* `'6.6'`
Expand All @@ -63,16 +63,12 @@ Options in node :::
* `'6.1'`
* `'6.0'`
* `'5.6'`
* `'5.5'`
* `'5.4'`
* `'5.3'`
* `'5.2'`
* `'5.1'`
* `'5.0'`
* `'2.4'`
* `'1.7'`
* `'0.90'`
* `'6.x'` (unstable)
* `'6.7'` (unstable)
* `'7.0'` (unstable)
* `'7.x'` (unstable)
* `'master'` (unstable)

Options in the browser :::
Expand All @@ -81,7 +77,9 @@ Options in the browser :::
* `'6.4'`
* `'6.3'`
* `'6.2'`
* `'6.x'` (unstable)
* `'6.7'` (unstable)
* `'7.0'` (unstable)
* `'7.x'` (unstable)
* `'master'` (unstable)


Expand Down
16 changes: 2 additions & 14 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ include::logging.asciidoc[]

include::development.asciidoc[]

include::api_methods_6_6.asciidoc[]

include::api_methods.asciidoc[]

include::api_methods_6_5.asciidoc[]

include::api_methods_6_4.asciidoc[]

include::api_methods_6_3.asciidoc[]
Expand All @@ -36,18 +36,6 @@ include::api_methods_6_0.asciidoc[]

include::api_methods_5_6.asciidoc[]

include::api_methods_5_5.asciidoc[]

include::api_methods_5_4.asciidoc[]

include::api_methods_5_3.asciidoc[]

include::api_methods_5_2.asciidoc[]

include::api_methods_5_1.asciidoc[]

include::api_methods_5_0.asciidoc[]

include::api_methods_2_4.asciidoc[]

include::api_methods_1_7.asciidoc[]
Expand Down
8 changes: 2 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,14 @@
"6.1",
"6.0",
"5.6",
"5.5",
"5.4",
"5.3",
"5.2",
"5.1",
"5.0",
"2.4",
"1.7",
"0.90"
],
"unstable_es_branches": [
"6.7",
"7.0",
"7.x",
"master"
]
},
Expand Down
Loading

0 comments on commit b5986be

Please sign in to comment.