Skip to content

Commit ea074f2

Browse files
authored
[7.17][DOCS] References shared/version and adds doctype to index file (#1280) (#1290)
* [DOCS] References shared/version and adds doctype to index file (#1280) * [DOCS] Adds doctype to index file. * [DOCS] Adds shared/versions to include in index. * [DOCS] Fixes link in community integrations. * Apply suggestions from code review
1 parent 85e8696 commit ea074f2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

docs/community.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,6 @@ _____________________
151151
This helper is a light library which wrap the official client elasticsearch-php.
152152
It will help you to manage your ES Indices with no downtime. This helper
153153
implements the philosophy described in the
154-
https://www.elastic.co/guide/en/elasticsearch/guide/master/index-aliases.html[official documentation]
154+
https://www.elastic.co/guide/en/elasticsearch/guide/current/index-aliases.html[official documentation]
155155
which can be summarized in a few words : *use alias instead of index directly*.
156156
_____________________

docs/index.asciidoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11

22
= Elasticsearch PHP Client
33

4+
:doctype: book
5+
6+
include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
47
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
58

69
include::overview.asciidoc[]

docs/release-notes.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@
255255
the phpdoc section (for example,
256256
https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
257257
For more information read the
258-
https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/experimental_and_beta_apis.html[experimental and beta APIs]
258+
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/experimental_and_beta_apis.html[experimental and beta APIs]
259259
section in the documentation.
260260
https://github.com/elastic/elasticsearch-php/pull/966[#966]
261261
* Removed `AlreadyExpiredException` since it has been removed

0 commit comments

Comments
 (0)