mirror of
https://github.com/strapi/strapi.git
synced 2025-11-02 10:55:37 +00:00
Change alpha version
This commit is contained in:
parent
56708f7cd8
commit
e80ce765af
@ -12,10 +12,10 @@ The most advanced open-source Content Management Framework to build powerful API
|
||||
|
||||
{% endcenter %}
|
||||
|
||||
## v3@alpha.6 is available!
|
||||
## v3@alpha.7 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.6 ([v1 documentation is still available](http://strapi.io/documentation/1.x.x)).
|
||||
This documentation is only related to Strapi v3@alpha.7 ([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.
|
||||
@ -36,4 +36,4 @@ Understand how to install plugins and develop your owns.
|
||||
Learn about Strapi's API, the `strapi` object that is available in your backend.
|
||||
|
||||
**[Migration guide](migration/migration-guide.md)**<br />
|
||||
Migrate from v1 to v3@alpha.6.
|
||||
Migrate from v1 to v3@alpha.7.
|
||||
|
||||
@ -166,7 +166,7 @@ module.exports = {
|
||||
|
||||
#### Advanced usage
|
||||
|
||||
Each function in the query file is bound with the ORM's model. It means that you can create generic query very easily. This feature is useful for CRUD such as we did in the [Content Manager plugin](https://github.com/strapi/strapi/tree/alpha.6/packages/strapi-plugin-content-manager/config/queries).
|
||||
Each function in the query file is bound with the ORM's model. It means that you can create generic query very easily. This feature is useful for CRUD such as we did in the [Content Manager plugin](https://github.com/strapi/strapi/tree/master/packages/strapi-plugin-content-manager/config/queries).
|
||||
|
||||
Mongoose ORM generic queries:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user