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.