Merge branch 'master' into master

This commit is contained in:
Jim LAURIE 2020-02-05 13:55:58 +01:00 committed by GitHub
commit 2cf6198b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 4 deletions

View File

@ -10,6 +10,12 @@ Users love Strapi because it is open source, MIT licensed, fully customizable an
### Get Started
::: danger
The Alpha version of Strapi is no longer supported, please use the Beta version. You can find the relevant [documentation here](https://strapi.io/documentation/).
:::
You are invited to get started using Strapi. You may explore Strapi by:
1. A [Quick Start Guide](../getting-started/quick-start.html) for more intermediate to advanced developers.

View File

@ -1,5 +1,11 @@
# Tutorial
::: danger
The Alpha version of Strapi is no longer supported, please use the Beta version. You can find the relevant [documentation here](https://strapi.io/documentation/).
:::
This Tutorial is written for developers who prefer a more detailed step-by-step introduction. (A less detailed introduction can be found at [Quick Start Guide](/3.0.0-alpha.x/getting-started/quick-start.html).)
<div class="video-container">

View File

@ -1,5 +1,11 @@
# Quick Start Guide
::: danger
The Alpha version of Strapi is no longer supported, please use the Beta version. You can find the relevant [documentation here](https://strapi.io/documentation/).
:::
Get ready to make Strapi up and running in **less than 5 minutes** 🚀
<div class="video-container">

View File

@ -606,7 +606,3 @@ db.getCollection('contentTypeCollection').update(
## Rebuilding your administration panel
Now delete the `.cache` and `build` folders. Then run `yarn develop`.
```
```