mirror of
https://github.com/strapi/strapi.git
synced 2026-01-08 13:17:47 +00:00
Merge pull request #627 from strapi/enhancement/tutorials-doc
Enhancement/tutorials doc
This commit is contained in:
commit
5f3bbb0b44
@ -9,13 +9,16 @@ The most advanced open-source Content Management Framework to build powerful API
|
||||
[](https://www.npmjs.org/package/strapi)
|
||||
[](https://travis-ci.org/strapi/strapi)
|
||||
[](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.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)**<br />
|
||||
Learn how to install Strapi and start developing your API.
|
||||
|
||||
@ -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)
|
||||
|
||||
13
docs/3.x.x/en/tutorials/README.md
Normal file
13
docs/3.x.x/en/tutorials/README.md
Normal file
@ -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)
|
||||
Loading…
x
Reference in New Issue
Block a user