Skip to content

[7.17][DOCS] References shared/version and adds doctype to index file (#1280) #1290

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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