Skip to content
This repository was archived by the owner on Sep 21, 2021. It is now read-only.

Commit a10d667

Browse files
authored
Elasticsearch: The Definitive Guide is no longer maintained
We no longer maintain Elasticsearch: 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. I'll backport the changes to the 2.x and 1.x branches as well. ### 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
2 parents 3feada4 + 18e9848 commit a10d667

4 files changed

+28
-91
lines changed

CONTRIBUTING.md

-71
This file was deleted.

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
# The Definitive Guide to Elasticsearch
1+
# Elasticsearch: The Definitive Guide
2+
3+
This repository contains the source for the legacy [Elasticsearch: The Definitive Guide](https://www.elastic.co/guide/en/elasticsearch/guide/current/index.html)
4+
documentation and is no longer maintained. For the latest information, see the
5+
<a
6+
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html">current
7+
Elasticsearch documentation</a>.
28

3-
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-
59
## Building the Definitive Guide
610

711
In order to build this project, we rely on our [docs infrastructure](https://github.com/elastic/docs).
@@ -26,13 +30,16 @@ The Definitive Guide is written in Asciidoc and the docs repo also contains a [s
2630

2731
The Definitive Guide is available for multiple versions of Elasticsearch:
2832

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)
33+
* The [`1.x` branch](https://github.com/elastic/elasticsearch-definitive-guide/tree/1.x) applies to Elasticsearch 1.x
34+
* The [`2.x` and `master` branches](https://github.com/elastic/elasticsearch-definitive-guide/tree/2.x) apply to Elasticsearch 2.x
3235

3336
## Contributing
3437

35-
Before contributing a change please read our [contribution guide](CONTRIBUTING.md).
38+
This repository is no longer maintained. Pull requests and issues will not be
39+
addressed.
40+
41+
To contribute to the current Elasticsearch docs, refer to the [Elasticsearch
42+
repository](https://github.com/elastic/elasticsearch/).
3643

3744
## License
3845

book-extra-title-page.html

+2-9
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,9 @@ <h3 class="author">
4747
</strong>
4848
</p>
4949
<p>
50-
If you would like to purchase an eBook or printed version of this book once it is complete, you can do so from O'Reilly Media:
50+
If you would like to purchase an eBook or printed version of this book, you can do so from O'Reilly Media:
5151
<a class="ulink" href="http://www.oreilly.com/catalog/0636920028505" target="_top">
5252
Buy this book from O'Reilly Media
5353
</a>
5454
</p>
55-
<p>
56-
We welcome feedback – if you spot any errors or would like to suggest improvements, please
57-
<a class="ulink" href="https://github.com/elasticsearch/elasticsearch-definitive-guide/issues" target="_top">
58-
open an issue
59-
</a>
60-
on the GitHub repo.
61-
</p>
62-
</div>
55+
</div>

page_header.html

+12-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
This information may not apply to the latest version of Elasticsearch.
2-
For the most up to date information, see the current version of the
3-
<a href="https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html">
4-
Elasticsearch Reference</a>.
1+
<p>
2+
<strong>WARNING</strong>: This documentation covers Elasticsearch 2.x. The 2.x
3+
versions of Elasticsearch have passed their
4+
<a href="https://www.elastic.co/support/eol">EOL dates</a>. If you are running
5+
a 2.x version, we strongly advise you to upgrade.
6+
</p>
7+
<p>
8+
This documentation is no longer maintained and may be removed. For the latest
9+
information, see the <a
10+
href="https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html">current
11+
Elasticsearch documentation</a>.
12+
</p>

0 commit comments

Comments
 (0)