From 78172a7e651b571428ab50214ca95f9fe8f3ebb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Istv=C3=A1n=20Zolt=C3=A1n=20Szab=C3=B3?= Date: Thu, 1 Oct 2020 14:23:17 +0200 Subject: [PATCH] [DOCS] Reorganizes Overview and Installation chapters. --- docs/index.asciidoc | 4 ++-- docs/overview.asciidoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 66677c512..71ad41d60 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -5,10 +5,10 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[] include::overview.asciidoc[] -include::quickstart.asciidoc[] - include::installation.asciidoc[] +include::quickstart.asciidoc[] + include::configuration.asciidoc[] include::per-request-configuration.asciidoc[] diff --git a/docs/overview.asciidoc b/docs/overview.asciidoc index 05bf0f57d..2cd90c976 100644 --- a/docs/overview.asciidoc +++ b/docs/overview.asciidoc @@ -5,7 +5,7 @@ This is the official PHP client for {es}. It is designed to be a low-level client that does not stray from the REST API. All methods closely match the REST API, and furthermore, match the method -structure of other language clients (Ruby, Python, etc). We hope that this +structure of other language clients (Ruby, Python, and so on). We hope that this consistency makes it easy to get started with a client and to seamlessly switch from one language to the next with minimal effort.