diff --git a/docs/config/all.py b/docs/config/all.py index 1f31c369..ae647999 100644 --- a/docs/config/all.py +++ b/docs/config/all.py @@ -23,7 +23,8 @@ # Other versions that display in the version picker menu. version_list = [ - {'name': '2.x', 'number': '/elasticsearch/2.x', 'title': '2.x', 'current': True}, + {'name': '3.x', 'number': '/elasticsearch/3', 'title': '3.x'}, + {'name': '2.x', 'number': '/elasticsearch/2', 'title': '2.x', 'current': True}, ] # Languages available. diff --git a/docs/en/index.rst b/docs/en/index.rst index d42d74ea..5bd207dc 100644 --- a/docs/en/index.rst +++ b/docs/en/index.rst @@ -13,7 +13,7 @@ To install the ElasticSearch plugin, you can use ``composer``. From your application's ROOT directory (where composer.json file is located) run the following:: - php composer.phar require cakephp/elastic-search "@stable" + php composer.phar require cakephp/elastic-search "^2.0" You will need to add the following line to your application's **src/Application.php** file:: diff --git a/docs/fr/index.rst b/docs/fr/index.rst index 2dd3438e..f4b2003f 100644 --- a/docs/fr/index.rst +++ b/docs/fr/index.rst @@ -13,7 +13,7 @@ Pour installer le plugin elasticsearch, vous pouvez utiliser ``composer``. A partir du répertoire ROOT de votre application (où se trouve le fichier composer.json), lancez ce qui suit:: - php composer.phar require cakephp/elastic-search "@stable" + php composer.phar require cakephp/elastic-search "^2.0" Vous devrez ajouter la ligne suivante au fichier **config/bootstrap.php** de votre application:: diff --git a/docs/ja/index.rst b/docs/ja/index.rst index d699e909..759fcbe0 100644 --- a/docs/ja/index.rst +++ b/docs/ja/index.rst @@ -11,7 +11,7 @@ ElasticSearch プラグインは、`elasticsearch