strapi/docs/3.x.x/en/README.md
DMehaffy 8e81dfb27a Update v12 Readme.md
Updated reference to alpha.12
2018-04-25 04:50:20 -07:00

42 lines
1.8 KiB
Markdown

{% center %}
![Logo](https://cldup.com/7umchwdUBh.png)
### API creation made simple, secure and fast.
The most advanced open-source Content Management Framework to build powerful API with no effort.
<br />
[![npm version](https://img.shields.io/npm/v/strapi.svg)](https://www.npmjs.org/package/strapi)
[![npm downloads](https://img.shields.io/npm/dm/strapi.svg)](https://www.npmjs.org/package/strapi)
[![Build status](https://travis-ci.org/strapi/strapi.svg?branch=master)](https://travis-ci.org/strapi/strapi)
[![Slack status](http://strapi-slack.herokuapp.com/badge.svg)](http://slack.strapi.io)
<a href="https://heroku.com/deploy?template=https://github.com/strapi/strapi-heroku-app">
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy" height="20px">
</a>
{% endcenter %}
## v3@alpha.12 is available!
We've been working on a major update for Strapi during the past months, rewriting the core framework and the dashboard.
This documentation is only related to Strapi v3@alpha.12 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)).
**[Get Started](getting-started/installation.md)**<br />
Learn how to install Strapi and start developing your API.
**[Command Line Interface](cli/CLI.md)**<br />
Get to know our CLI to make features the hacker way!
**[Concepts](concepts/concepts.md)**<br />
Get to know more about Strapi and how it works.
**[Guides](configurations/configurations.md)**<br />
Get familiar with Strapi. Discover concrete examples on how to develop the features you need.
**[Plugin Development](plugin-development/quick-start.md)**<br />
Understand how to develop your own plugin.
**[API Reference](api-reference/reference.md)**<br />
Learn about Strapi's API, the `strapi` object that is available in your backend.
**[Migration guide](migration/migration-guide.md)**<br />