From 7ef60701fe2c73a567951b03f55d8ab411c6d6f1 Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Mon, 12 Feb 2018 11:43:55 +0100 Subject: [PATCH 1/3] Change version in README.md documentation --- docs/3.x.x/en/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/3.x.x/en/README.md b/docs/3.x.x/en/README.md index dab7d7d2ed..6e0d68fc17 100644 --- a/docs/3.x.x/en/README.md +++ b/docs/3.x.x/en/README.md @@ -12,10 +12,10 @@ The most advanced open-source Content Management Framework to build powerful API {% 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. From 859a96df3a29e4f931219219575248187451f02c Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Mon, 12 Feb 2018 11:48:29 +0100 Subject: [PATCH 2/3] Add Heroku deploy button in documentation README.md --- docs/3.x.x/en/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/3.x.x/en/README.md b/docs/3.x.x/en/README.md index 6e0d68fc17..e666fd751f 100644 --- a/docs/3.x.x/en/README.md +++ b/docs/3.x.x/en/README.md @@ -9,6 +9,9 @@ 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 %} From 54e0dd1d84045b579d3a9f02981131e722204a0d Mon Sep 17 00:00:00 2001 From: Pierre Burgy Date: Mon, 12 Feb 2018 12:07:36 +0100 Subject: [PATCH 3/3] Add tutorials in doc --- docs/3.x.x/en/SUMMARY.md | 2 +- docs/3.x.x/en/tutorials/README.md | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 docs/3.x.x/en/tutorials/README.md 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)