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
{{ message }}
This repository was archived by the owner on Sep 21, 2021. It is now read-only.
We no longer maintain the Definitive Guide or this repo. These docs only
cover the 1.x and 2.x versions of Elasticsearch, which have passed their EOL
dates.
Those interested in the latest info should use the [current Elasticsearch
docs][0] instead.
Changes:
* Updates the page header and README to clearly state the docs are no longer maintained.
* Updates the contribution guidelines to discourage pull request and issues.
* Removes a section of the title page for contributions.
[0]: https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html
This repository contains the sources to the "Definitive Guide to Elasticsearch" which you can [read online](https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html).
4
-
5
10
## Building the Definitive Guide
6
11
7
12
In order to build this project, we rely on our [docs infrastructure](https://github.com/elastic/docs).
@@ -26,13 +31,16 @@ The Definitive Guide is written in Asciidoc and the docs repo also contains a [s
26
31
27
32
The Definitive Guide is available for multiple versions of Elasticsearch:
28
33
29
-
* The [branch `1.x`](https://github.com/elastic/elasticsearch-definitive-guide/tree/1.x) applies to Elasticsearch 1.x
30
-
* The [branch `2.x`](https://github.com/elastic/elasticsearch-definitive-guide/tree/2.x) applies to Elasticsearch 2.x
31
-
* The [branch `master`](https://github.com/elastic/elasticsearch-definitive-guide/tree/2.x) applies to master branch of Elasticsearch (the current development version)
34
+
* The [`1.x` branch](https://github.com/elastic/elasticsearch-definitive-guide/tree/1.x) applies to Elasticsearch 1.x
35
+
* The [`2.x` and `master` branches](https://github.com/elastic/elasticsearch-definitive-guide/tree/2.x) apply to Elasticsearch 2.x
32
36
33
37
## Contributing
34
38
35
-
Before contributing a change please read our [contribution guide](CONTRIBUTING.md).
39
+
This repository is no longer maintained. Pull requests and issues will not be
40
+
addressed.
41
+
42
+
To contribute to the current Elasticsearch docs, refer to the [Elasticsearch
0 commit comments