diff --git a/docs/3.x.x/en/README.md b/docs/3.x.x/en/README.md index dab7d7d2ed..e666fd751f 100644 --- a/docs/3.x.x/en/README.md +++ b/docs/3.x.x/en/README.md @@ -9,13 +9,16 @@ The most advanced open-source Content Management Framework to build powerful API [![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) + + Deploy + {% endcenter %} -## v3@alpha.8 is available! +## v3@alpha.9 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.8 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)). +This documentation is only related to Strapi v3@alpha.9 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)). **[Get Started](getting-started/installation.md)**
Learn how to install Strapi and start developing your API. diff --git a/docs/3.x.x/en/SUMMARY.md b/docs/3.x.x/en/SUMMARY.md index e3b077afaa..2f9ca65070 100644 --- a/docs/3.x.x/en/SUMMARY.md +++ b/docs/3.x.x/en/SUMMARY.md @@ -49,7 +49,7 @@ * [Table of contents](api-reference/reference.md) ### Tutorials -* Coming soon +* [Table of contents](tutorials/README.md) ### Migration * [Migrating from v1 to v3](migration/migration-guide.md) diff --git a/docs/3.x.x/en/tutorials/README.md b/docs/3.x.x/en/tutorials/README.md new file mode 100644 index 0000000000..7040501137 --- /dev/null +++ b/docs/3.x.x/en/tutorials/README.md @@ -0,0 +1,13 @@ +## Tutorials + +After having realized the [Getting Started guide](https://strapi.io/getting-started), it is time to go further with Strapi. Official and community tutorials are here to help you: + +### Development + + - [Building a static blog using Gatsby and Strapi (official)](https://hackernoon.com/building-a-static-blog-using-gatsby-and-strapi-8b5acfc82ad8) + +### Deployment + +- [Using mLab with Strapi (official)](https://medium.com/@strapi/using-mlab-with-strapi-e3f968a9c530) +- [How to deploy a Strapi API on Ubuntu 16.04 (official)](https://medium.com/@strapi/how-to-deploy-a-strapi-api-on-ubuntu-16-04-17f8fbbf5c5b) +- [Deploying a Strapi API on Heroku (official)](https://medium.com/@strapi/deploying-a-strapi-api-on-heroku-9c8b7809675c)