Skip to content

Commit

Permalink
[7.17][DOCS] References shared/version and adds doctype to index file (
Browse files Browse the repository at this point in the history
…#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
  • Loading branch information
szabosteve authored Feb 13, 2023
1 parent 85e8696 commit ea074f2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/community.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,6 @@ _____________________
This helper is a light library which wrap the official client elasticsearch-php.
It will help you to manage your ES Indices with no downtime. This helper
implements the philosophy described in the
https://www.elastic.co/guide/en/elasticsearch/guide/master/index-aliases.html[official documentation]
https://www.elastic.co/guide/en/elasticsearch/guide/current/index-aliases.html[official documentation]
which can be summarized in a few words : *use alias instead of index directly*.
_____________________
3 changes: 3 additions & 0 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

= Elasticsearch PHP Client

:doctype: book

include::{docs-root}/shared/versions/stack/{source_branch}.asciidoc[]
include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

include::overview.asciidoc[]
Expand Down
2 changes: 1 addition & 1 deletion docs/release-notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
the phpdoc section (for example,
https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
For more information read the
https://www.elastic.co/guide/en/elasticsearch/client/php-api/master/experimental_and_beta_apis.html[experimental and beta APIs]
https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/experimental_and_beta_apis.html[experimental and beta APIs]
section in the documentation.
https://github.com/elastic/elasticsearch-php/pull/966[#966]
* Removed `AlreadyExpiredException` since it has been removed
Expand Down

0 comments on commit ea074f2

Please sign in to comment.