Skip to content

Commit

Permalink
[DOCS] Adds Connecting section to PHP docs (#1077)
Browse files Browse the repository at this point in the history
* [DOCS] Adds Connecting section to PHP docs.

* [DOCS] Removes security from index.

* [DOCS] Removes security references.

* [DOCS] Fix redirects

* Update docs/connecting.asciidoc

Co-authored-by: lcawl <[email protected]>
  • Loading branch information
szabosteve and lcawl committed Dec 9, 2020
1 parent dfd2b62 commit c60f704
Show file tree
Hide file tree
Showing 7 changed files with 475 additions and 439 deletions.
4 changes: 2 additions & 2 deletions docs/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ $client = ClientBuilder::create()
->build();
----
<1> Your Cloud ID provided by the Elastic Cloud platform
<2> Your ApiKey pair as described https://www.elastic.co/guide/en/elasticsearch/client/php-api/current/security.html[here]
<2> Your ApiKey pair as described <<authentication,here>>.


=== Authorization and Encryption

For details about HTTP Authorization and SSL encryption, see
<<security,Authorization and SSL>>.
<<authentication,Authorization and SSL>>.


=== Set retries
Expand Down
Loading

0 comments on commit c60f704

Please sign in to comment.