Skip to content

Commit 78172a7

Browse files
committed
[DOCS] Reorganizes Overview and Installation chapters.
1 parent a446ee4 commit 78172a7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/index.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
55

66
include::overview.asciidoc[]
77

8-
include::quickstart.asciidoc[]
9-
108
include::installation.asciidoc[]
119

10+
include::quickstart.asciidoc[]
11+
1212
include::configuration.asciidoc[]
1313

1414
include::per-request-configuration.asciidoc[]

docs/overview.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This is the official PHP client for {es}. It is designed to be a low-level
55
client that does not stray from the REST API.
66

77
All methods closely match the REST API, and furthermore, match the method
8-
structure of other language clients (Ruby, Python, etc). We hope that this
8+
structure of other language clients (Ruby, Python, and so on). We hope that this
99
consistency makes it easy to get started with a client and to seamlessly switch
1010
from one language to the next with minimal effort.
1111

0 commit comments

Comments
 (0)