From 15c67d71acbb652b52e03faecb8c947d96e33321 Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Thu, 12 Oct 2017 19:17:57 +0200 Subject: [PATCH] Change documentation README.md order --- docs/3.x.x/en/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/3.x.x/en/README.md b/docs/3.x.x/en/README.md index 7f89da1a00..f2b0277a33 100644 --- a/docs/3.x.x/en/README.md +++ b/docs/3.x.x/en/README.md @@ -20,17 +20,17 @@ This documentation is only related to Strapi v3@alpha.6 ([v1 documentation is st **[Get Started](getting-started/installation.md)**
Learn how to install Strapi and start developing your API. +**[Command Line Interface](cli/CLI.md)**
+Get to know our CLI to make features the hacker way! + **[Concepts](concepts/concepts.md)**
Get to know more about Strapi and how it works. **[Guides](configurations/configurations.md)**
Get familiar with Strapi. Discover concrete examples on how to develop the features you need. -**[Command Line Interface](cli/CLI.md)**
-Get to know our CLI to make features the hacker way! - -**[Developing a plugin](plugins/development.md)**
-Understand how to develop your own plugin. +**[Plugins](plugins/development.md)**
+Understand how to install plugins and develop your owns. **[API Reference](api-reference/reference.md)**
Learn about Strapi's API, the `strapi` object that is available in your backend.