diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index fb6f47597a..40249dd8e2 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -21,7 +21,7 @@ To help us to merge your PR please follow these bullet points:
#### My PR is a:
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ff5385dc36..fcb5960cf3 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -53,7 +53,7 @@ The core team will review your pull request and will either merge it, request ch
To facilitate the contribution, we have drastically reduced the amount of commands necessary to install the entire development environment.
-First of all, you need to check if you're using the [required versions of Node.js and npm](https://strapi.io/documentation/3.x.x/getting-started/install-requirements.html)
+First of all, you need to check if you're using the [required versions of Node.js and npm](https://strapi.io/documentation/3.0.0-beta.x/getting-started/install-requirements.html)
Then, please follow the instructions below:
diff --git a/README.md b/README.md
index f300d107d5..2b48b4280a 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ Strapi is a free and open-source Headless CMS delivering your content anywhere y
## Getting Started
-Read the Getting Started tutorial or follow the steps below:
+Read the Getting Started tutorial or follow the steps below:
#### 🖐 Requirements
diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js
index f097bcfcf5..ad59a735b8 100644
--- a/docs/.vuepress/config.js
+++ b/docs/.vuepress/config.js
@@ -59,7 +59,7 @@ module.exports = {
themeConfig: {
versions: [
['Version 3.0.0-beta.x', '/3.0.0-beta.x/'],
- ['Version 3.x.x', '/3.x.x/'],
+ ['Version 3.0.0-alpha.x', '/3.0.0-alpha.x/'],
['Version 1.x.x', '/1.x.x/'],
],
repo: 'strapi/strapi',
@@ -157,76 +157,76 @@ module.exports = {
],
},
],
- '/3.x.x/': [
+ '/3.0.0-alpha.x/': [
{
collapsable: false,
title: '🚀 Getting started',
children: [
- '/3.x.x/getting-started/introduction',
- '/3.x.x/getting-started/install-requirements',
- '/3.x.x/getting-started/quick-start',
- '/3.x.x/getting-started/quick-start-tutorial',
+ '/3.0.0-alpha.x/getting-started/introduction',
+ '/3.0.0-alpha.x/getting-started/install-requirements',
+ '/3.0.0-alpha.x/getting-started/quick-start',
+ '/3.0.0-alpha.x/getting-started/quick-start-tutorial',
],
},
{
collapsable: true,
title: '💡 Guides',
children: [
- '/3.x.x/concepts/concepts',
- '/3.x.x/guides/api-documentation',
- '/3.x.x/guides/authentication',
- '/3.x.x/configurations/configurations',
- '/3.x.x/guides/controllers',
- '/3.x.x/guides/databases',
- '/3.x.x/guides/deployment',
- '/3.x.x/guides/email',
- '/3.x.x/guides/upload',
- '/3.x.x/guides/filters',
- '/3.x.x/guides/graphql',
- '/3.x.x/guides/i18n',
- '/3.x.x/guides/models',
- '/3.x.x/guides/policies',
- '/3.x.x/guides/public-assets',
- '/3.x.x/guides/requests',
- '/3.x.x/guides/responses',
- '/3.x.x/guides/routing',
- '/3.x.x/guides/services',
- '/3.x.x/guides/webhooks',
+ '/3.0.0-alpha.x/concepts/concepts',
+ '/3.0.0-alpha.x/guides/api-documentation',
+ '/3.0.0-alpha.x/guides/authentication',
+ '/3.0.0-alpha.x/configurations/configurations',
+ '/3.0.0-alpha.x/guides/controllers',
+ '/3.0.0-alpha.x/guides/databases',
+ '/3.0.0-alpha.x/guides/deployment',
+ '/3.0.0-alpha.x/guides/email',
+ '/3.0.0-alpha.x/guides/upload',
+ '/3.0.0-alpha.x/guides/filters',
+ '/3.0.0-alpha.x/guides/graphql',
+ '/3.0.0-alpha.x/guides/i18n',
+ '/3.0.0-alpha.x/guides/models',
+ '/3.0.0-alpha.x/guides/policies',
+ '/3.0.0-alpha.x/guides/public-assets',
+ '/3.0.0-alpha.x/guides/requests',
+ '/3.0.0-alpha.x/guides/responses',
+ '/3.0.0-alpha.x/guides/routing',
+ '/3.0.0-alpha.x/guides/services',
+ '/3.0.0-alpha.x/guides/webhooks',
],
},
{
collapsable: true,
title: '⚙️️ Advanced',
children: [
- '/3.x.x/advanced/customize-admin',
- '/3.x.x/advanced/hooks',
- '/3.x.x/advanced/logging',
- '/3.x.x/advanced/middlewares',
- '/3.x.x/advanced/usage-information',
+ '/3.0.0-alpha.x/advanced/customize-admin',
+ '/3.0.0-alpha.x/advanced/hooks',
+ '/3.0.0-alpha.x/advanced/logging',
+ '/3.0.0-alpha.x/advanced/middlewares',
+ '/3.0.0-alpha.x/advanced/usage-information',
],
},
{
collapsable: true,
title: '🔌 Plugin Development',
children: [
- '/3.x.x/plugin-development/quick-start',
- '/3.x.x/plugin-development/plugin-architecture',
- '/3.x.x/plugin-development/backend-development',
- '/3.x.x/plugin-development/frontend-development',
- '/3.x.x/plugin-development/frontend-use-cases',
- '/3.x.x/plugin-development/utils',
- // '/3.x.x/plugin-development/ui-components', TODO: Add this file
+ '/3.0.0-alpha.x/plugin-development/quick-start',
+ '/3.0.0-alpha.x/plugin-development/plugin-architecture',
+ '/3.0.0-alpha.x/plugin-development/backend-development',
+ '/3.0.0-alpha.x/plugin-development/frontend-development',
+ '/3.0.0-alpha.x/plugin-development/frontend-use-cases',
+ '/3.0.0-alpha.x/plugin-development/utils',
+ // '/3.0.0-alpha.x/plugin-development/ui-components', TODO: Add this file
],
},
{
collapsable: true,
title: '💻 Command Line Interface',
- children: ['/3.x.x/cli/CLI'],
+ children: ['/3.0.0-alpha.x/cli/CLI'],
},
{
collapsable: true,
title: '🏗 API Reference',
- children: ['/3.x.x/api-reference/reference'],
+ children: ['/3.0.0-alpha.x/api-reference/reference'],
},
{
collapsable: false,
@@ -236,8 +236,8 @@ module.exports = {
'https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md',
'Contributing guide',
],
- '/3.x.x/migration-guide/',
- '/3.x.x/articles/',
+ '/3.0.0-alpha.x/migration-guide/',
+ '/3.0.0-alpha.x/articles/',
],
},
],
diff --git a/docs/3.x.x/README.md b/docs/3.0.0-alpha.x/README.md
similarity index 100%
rename from docs/3.x.x/README.md
rename to docs/3.0.0-alpha.x/README.md
diff --git a/docs/3.x.x/advanced/customize-admin.md b/docs/3.0.0-alpha.x/advanced/customize-admin.md
similarity index 100%
rename from docs/3.x.x/advanced/customize-admin.md
rename to docs/3.0.0-alpha.x/advanced/customize-admin.md
diff --git a/docs/3.x.x/advanced/hooks.md b/docs/3.0.0-alpha.x/advanced/hooks.md
similarity index 100%
rename from docs/3.x.x/advanced/hooks.md
rename to docs/3.0.0-alpha.x/advanced/hooks.md
diff --git a/docs/3.x.x/advanced/logging.md b/docs/3.0.0-alpha.x/advanced/logging.md
similarity index 100%
rename from docs/3.x.x/advanced/logging.md
rename to docs/3.0.0-alpha.x/advanced/logging.md
diff --git a/docs/3.x.x/advanced/middlewares.md b/docs/3.0.0-alpha.x/advanced/middlewares.md
similarity index 100%
rename from docs/3.x.x/advanced/middlewares.md
rename to docs/3.0.0-alpha.x/advanced/middlewares.md
diff --git a/docs/3.x.x/advanced/usage-information.md b/docs/3.0.0-alpha.x/advanced/usage-information.md
similarity index 100%
rename from docs/3.x.x/advanced/usage-information.md
rename to docs/3.0.0-alpha.x/advanced/usage-information.md
diff --git a/docs/3.x.x/api-reference/reference.md b/docs/3.0.0-alpha.x/api-reference/reference.md
similarity index 100%
rename from docs/3.x.x/api-reference/reference.md
rename to docs/3.0.0-alpha.x/api-reference/reference.md
diff --git a/docs/3.x.x/articles/README.md b/docs/3.0.0-alpha.x/articles/README.md
similarity index 100%
rename from docs/3.x.x/articles/README.md
rename to docs/3.0.0-alpha.x/articles/README.md
diff --git a/docs/3.x.x/assets/CreateContentTypeScreenAddContentButton.jpg b/docs/3.0.0-alpha.x/assets/CreateContentTypeScreenAddContentButton.jpg
similarity index 100%
rename from docs/3.x.x/assets/CreateContentTypeScreenAddContentButton.jpg
rename to docs/3.0.0-alpha.x/assets/CreateContentTypeScreenAddContentButton.jpg
diff --git a/docs/3.x.x/assets/buttons.png b/docs/3.0.0-alpha.x/assets/buttons.png
similarity index 100%
rename from docs/3.x.x/assets/buttons.png
rename to docs/3.0.0-alpha.x/assets/buttons.png
diff --git a/docs/3.x.x/assets/getting-started_add_entry-.png b/docs/3.0.0-alpha.x/assets/getting-started_add_entry-.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_add_entry-.png
rename to docs/3.0.0-alpha.x/assets/getting-started_add_entry-.png
diff --git a/docs/3.x.x/assets/getting-started_add_entry.png b/docs/3.0.0-alpha.x/assets/getting-started_add_entry.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_add_entry.png
rename to docs/3.0.0-alpha.x/assets/getting-started_add_entry.png
diff --git a/docs/3.x.x/assets/getting-started_allow_access.png b/docs/3.0.0-alpha.x/assets/getting-started_allow_access.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_allow_access.png
rename to docs/3.0.0-alpha.x/assets/getting-started_allow_access.png
diff --git a/docs/3.x.x/assets/getting-started_create_content_type.png b/docs/3.0.0-alpha.x/assets/getting-started_create_content_type.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_create_content_type.png
rename to docs/3.0.0-alpha.x/assets/getting-started_create_content_type.png
diff --git a/docs/3.x.x/assets/getting-started_list_fields.png b/docs/3.0.0-alpha.x/assets/getting-started_list_fields.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_list_fields.png
rename to docs/3.0.0-alpha.x/assets/getting-started_list_fields.png
diff --git a/docs/3.x.x/assets/getting-started_manage_role_home.png b/docs/3.0.0-alpha.x/assets/getting-started_manage_role_home.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_manage_role_home.png
rename to docs/3.0.0-alpha.x/assets/getting-started_manage_role_home.png
diff --git a/docs/3.x.x/assets/getting-started_no_content_type.png b/docs/3.0.0-alpha.x/assets/getting-started_no_content_type.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_no_content_type.png
rename to docs/3.0.0-alpha.x/assets/getting-started_no_content_type.png
diff --git a/docs/3.x.x/assets/getting-started_no_entry.png b/docs/3.0.0-alpha.x/assets/getting-started_no_entry.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_no_entry.png
rename to docs/3.0.0-alpha.x/assets/getting-started_no_entry.png
diff --git a/docs/3.x.x/assets/getting-started_no_entry_.png b/docs/3.0.0-alpha.x/assets/getting-started_no_entry_.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_no_entry_.png
rename to docs/3.0.0-alpha.x/assets/getting-started_no_entry_.png
diff --git a/docs/3.x.x/assets/getting-started_with_entry.png b/docs/3.0.0-alpha.x/assets/getting-started_with_entry.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_with_entry.png
rename to docs/3.0.0-alpha.x/assets/getting-started_with_entry.png
diff --git a/docs/3.x.x/assets/getting-started_with_entry_.png b/docs/3.0.0-alpha.x/assets/getting-started_with_entry_.png
similarity index 100%
rename from docs/3.x.x/assets/getting-started_with_entry_.png
rename to docs/3.0.0-alpha.x/assets/getting-started_with_entry_.png
diff --git a/docs/3.x.x/assets/internationalization.gif b/docs/3.0.0-alpha.x/assets/internationalization.gif
similarity index 100%
rename from docs/3.x.x/assets/internationalization.gif
rename to docs/3.0.0-alpha.x/assets/internationalization.gif
diff --git a/docs/3.x.x/assets/popup-warning.png b/docs/3.0.0-alpha.x/assets/popup-warning.png
similarity index 100%
rename from docs/3.x.x/assets/popup-warning.png
rename to docs/3.0.0-alpha.x/assets/popup-warning.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/AddContentTypeMenuItem.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/AddContentTypeMenuItem.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/AddContentTypeMenuItem.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/AddContentTypeMenuItem.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/AddStrapiRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/AddStrapiRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/AddStrapiRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/AddStrapiRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/AddTextFieldRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/AddTextFieldRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/AddTextFieldRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/AddTextFieldRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/AdminUserInUsers.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/AdminUserInUsers.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/AdminUserInUsers.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/AdminUserInUsers.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/AfterRegistrationScreenAdminPanel.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/AfterRegistrationScreenAdminPanel.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/AfterRegistrationScreenAdminPanel.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/AfterRegistrationScreenAdminPanel.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/CreateContentTypeScreen.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/CreateContentTypeScreen.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/CreateContentTypeScreen.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/CreateContentTypeScreen.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/RestaurantNameAndDescription.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/RestaurantNameAndDescription.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/RestaurantNameAndDescription.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/RestaurantNameAndDescription.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/addContemporaryCategoryToRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/addContemporaryCategoryToRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/addContemporaryCategoryToRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/addContemporaryCategoryToRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/addItalianCategoryToRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/addItalianCategoryToRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/addItalianCategoryToRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/addItalianCategoryToRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/addNewRelationScreen.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/addNewRelationScreen.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/addNewRelationScreen.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/addNewRelationScreen.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/addTheRestaurantData.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/addTheRestaurantData.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/addTheRestaurantData.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/addTheRestaurantData.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoriesListed.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoriesListed.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoriesListed.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoriesListed.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryAddClickNewFieldRelation.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryAddClickNewFieldRelation.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryAddClickNewFieldRelation.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryAddClickNewFieldRelation.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryAddNewField.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryAddNewField.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryAddNewField.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryAddNewField.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryAddStringField.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryAddStringField.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryAddStringField.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryAddStringField.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryChangePermissionToRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryChangePermissionToRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryChangePermissionToRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryChangePermissionToRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryContentTypeScreen.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryContentTypeScreen.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryContentTypeScreen.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryContentTypeScreen.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryHasManyToMany.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryHasManyToMany.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryHasManyToMany.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryHasManyToMany.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryNameAndDescription.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryNameAndDescription.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryNameAndDescription.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryNameAndDescription.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryStringAdvancedSettings.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryStringAdvancedSettings.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryStringAdvancedSettings.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryStringAdvancedSettings.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/categoryStringNameField.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryStringNameField.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/categoryStringNameField.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/categoryStringNameField.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/clickRelationFieldCategory.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/clickRelationFieldCategory.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/clickRelationFieldCategory.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/clickRelationFieldCategory.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/forbiddenAccessToRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/forbiddenAccessToRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/forbiddenAccessToRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/forbiddenAccessToRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/listedItalianCategory.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/listedItalianCategory.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/listedItalianCategory.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/listedItalianCategory.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/listedRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/listedRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/listedRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/listedRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/mainAdminPanel.jpg b/docs/3.0.0-alpha.x/assets/quick-start-detailed/mainAdminPanel.jpg
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/mainAdminPanel.jpg
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/mainAdminPanel.jpg
diff --git a/docs/3.x.x/assets/quick-start-detailed/nowSaveCategory.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/nowSaveCategory.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/nowSaveCategory.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/nowSaveCategory.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/restaurantAddFields.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantAddFields.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/restaurantAddFields.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantAddFields.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/restaurantAddNewField.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantAddNewField.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/restaurantAddNewField.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantAddNewField.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/restaurantAdvancedSettingsStringField.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantAdvancedSettingsStringField.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/restaurantAdvancedSettingsStringField.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantAdvancedSettingsStringField.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/restaurantStringAndText.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantStringAndText.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/restaurantStringAndText.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantStringAndText.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/restaurantTextFieldAdvancedSettings.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantTextFieldAdvancedSettings.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/restaurantTextFieldAdvancedSettings.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantTextFieldAdvancedSettings.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/restaurantTextFieldBaseSettings.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantTextFieldBaseSettings.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/restaurantTextFieldBaseSettings.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/restaurantTextFieldBaseSettings.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/rolesAndPermissions.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/rolesAndPermissions.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/rolesAndPermissions.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/rolesAndPermissions.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/rolesFindAndRoute.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/rolesFindAndRoute.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/rolesFindAndRoute.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/rolesFindAndRoute.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/saveCategoryWaiting.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/saveCategoryWaiting.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/saveCategoryWaiting.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/saveCategoryWaiting.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/saveRestaurantContentType.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/saveRestaurantContentType.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/saveRestaurantContentType.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/saveRestaurantContentType.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/saveRestaurantNameField.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/saveRestaurantNameField.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/saveRestaurantNameField.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/saveRestaurantNameField.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/selectCategoryFromRestaurant.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/selectCategoryFromRestaurant.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/selectCategoryFromRestaurant.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/selectCategoryFromRestaurant.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/strapi-welcome-screen.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/strapi-welcome-screen.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/strapi-welcome-screen.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/strapi-welcome-screen.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/strapiWelcomePage.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/strapiWelcomePage.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/strapiWelcomePage.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/strapiWelcomePage.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/successApiCall.jpg b/docs/3.0.0-alpha.x/assets/quick-start-detailed/successApiCall.jpg
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/successApiCall.jpg
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/successApiCall.jpg
diff --git a/docs/3.x.x/assets/quick-start-detailed/successApiCall.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/successApiCall.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/successApiCall.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/successApiCall.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/verifyContentTypes.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/verifyContentTypes.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/verifyContentTypes.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/verifyContentTypes.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/waitForRestart.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/waitForRestart.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/waitForRestart.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/waitForRestart.png
diff --git a/docs/3.x.x/assets/quick-start-detailed/welcome-screen-entered-information.png b/docs/3.0.0-alpha.x/assets/quick-start-detailed/welcome-screen-entered-information.png
similarity index 100%
rename from docs/3.x.x/assets/quick-start-detailed/welcome-screen-entered-information.png
rename to docs/3.0.0-alpha.x/assets/quick-start-detailed/welcome-screen-entered-information.png
diff --git a/docs/3.x.x/assets/terminal_new.png b/docs/3.0.0-alpha.x/assets/terminal_new.png
similarity index 100%
rename from docs/3.x.x/assets/terminal_new.png
rename to docs/3.0.0-alpha.x/assets/terminal_new.png
diff --git a/docs/3.x.x/assets/terminal_start.png b/docs/3.0.0-alpha.x/assets/terminal_start.png
similarity index 100%
rename from docs/3.x.x/assets/terminal_start.png
rename to docs/3.0.0-alpha.x/assets/terminal_start.png
diff --git a/docs/3.x.x/cli/CLI.md b/docs/3.0.0-alpha.x/cli/CLI.md
similarity index 100%
rename from docs/3.x.x/cli/CLI.md
rename to docs/3.0.0-alpha.x/cli/CLI.md
diff --git a/docs/3.x.x/concepts/concepts.md b/docs/3.0.0-alpha.x/concepts/concepts.md
similarity index 100%
rename from docs/3.x.x/concepts/concepts.md
rename to docs/3.0.0-alpha.x/concepts/concepts.md
diff --git a/docs/3.x.x/configurations/configurations.md b/docs/3.0.0-alpha.x/configurations/configurations.md
similarity index 100%
rename from docs/3.x.x/configurations/configurations.md
rename to docs/3.0.0-alpha.x/configurations/configurations.md
diff --git a/docs/3.x.x/getting-started/install-requirements.md b/docs/3.0.0-alpha.x/getting-started/install-requirements.md
similarity index 98%
rename from docs/3.x.x/getting-started/install-requirements.md
rename to docs/3.0.0-alpha.x/getting-started/install-requirements.md
index 6533525c4d..3df4e4be3a 100644
--- a/docs/3.x.x/getting-started/install-requirements.md
+++ b/docs/3.0.0-alpha.x/getting-started/install-requirements.md
@@ -120,5 +120,5 @@ npm -v
---
::: tip NEXT STEPS
-👏 Congrats, you are all set! Now that Node.js is installed you can proceed to the [Quick start](/3.x.x/getting-started/quick-start.html).
+👏 Congrats, you are all set! Now that Node.js is installed you can proceed to the [Quick start](/3.0.0-alpha.x/getting-started/quick-start.html).
:::
diff --git a/docs/3.x.x/getting-started/introduction.md b/docs/3.0.0-alpha.x/getting-started/introduction.md
similarity index 100%
rename from docs/3.x.x/getting-started/introduction.md
rename to docs/3.0.0-alpha.x/getting-started/introduction.md
diff --git a/docs/3.x.x/getting-started/quick-start-tutorial.md b/docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md
similarity index 98%
rename from docs/3.x.x/getting-started/quick-start-tutorial.md
rename to docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md
index 648799feaa..9b49c5af6f 100644
--- a/docs/3.x.x/getting-started/quick-start-tutorial.md
+++ b/docs/3.0.0-alpha.x/getting-started/quick-start-tutorial.md
@@ -1,16 +1,16 @@
-# Tutorial
+# Tutorial
-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.x.x/getting-started/quick-start.html).)
+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).)
-By following this tutorial, we will get Strapi installed globally onto your system, and then create your first Strapi project.
+By following this tutorial, we will get Strapi installed globally onto your system, and then create your first Strapi project.
::: tip NOTE
-You need to have ***Node.js and npm*** installed on your system prior to following these steps. If you do not have Node.js and npm installed or are not sure, please visit our [Installation Requirements](http://localhost:8080/documentation/3.x.x/getting-started/install-requirements.html).
+You need to have ***Node.js and npm*** installed on your system prior to following these steps. If you do not have Node.js and npm installed or are not sure, please visit our [Installation Requirements](http://localhost:8080/documentation/3.0.0-alpha.x/getting-started/install-requirements.html).
:::
@@ -151,11 +151,11 @@ From here you can add and edit users.
## 4. Create a Content Type
-At this point, your project is empty. You need to create a **Content Type**.
+At this point, your project is empty. You need to create a **Content Type**.
-We can define a **Content Type** as a collection of entered data represented by fields. For example, a **Content Type** called `restaurant` may be intended to display information regarding restaurants. A `restaurant` has a `name`, a main `image`, a `description`, maybe even a link to the `restaurant menu`.
+We can define a **Content Type** as a collection of entered data represented by fields. For example, a **Content Type** called `restaurant` may be intended to display information regarding restaurants. A `restaurant` has a `name`, a main `image`, a `description`, maybe even a link to the `restaurant menu`.
-Another example, is a **Content Type** called `menu` which is made up of `menu items`. These have a `name`, `description of the menu item`, an `image` and perhaps even a `list of ingredients`.
+Another example, is a **Content Type** called `menu` which is made up of `menu items`. These have a `name`, `description of the menu item`, an `image` and perhaps even a `list of ingredients`.
Any collection of entered data that can have fields can be a **Content Type**. They allow you to manage a class of information in an organized manner.
@@ -177,7 +177,7 @@ Content Type `name` is always **singular**. For example, `restaurant` not `resta
The Restaurant Content Type will have a **String** field for the restaurant name, and a **Text** field (with a **WYSIWYG editor**) for the restaurant description.
-1. Let's now add a content type.
+1. Let's now add a content type.
Click the **"+ Add Content Type"** button.
@@ -400,5 +400,5 @@ Forbidden Access Looks like this:
- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi).
- Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub.
- Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news.
- - [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack.
+ - [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack.
:::
diff --git a/docs/3.x.x/getting-started/quick-start.md b/docs/3.0.0-alpha.x/getting-started/quick-start.md
similarity index 100%
rename from docs/3.x.x/getting-started/quick-start.md
rename to docs/3.0.0-alpha.x/getting-started/quick-start.md
diff --git a/docs/3.x.x/guides/api-documentation.md b/docs/3.0.0-alpha.x/guides/api-documentation.md
similarity index 99%
rename from docs/3.x.x/guides/api-documentation.md
rename to docs/3.0.0-alpha.x/guides/api-documentation.md
index e33831da1b..62a58a2da9 100644
--- a/docs/3.x.x/guides/api-documentation.md
+++ b/docs/3.0.0-alpha.x/guides/api-documentation.md
@@ -174,7 +174,7 @@ You can add all the entries listed in the [specification](https://swagger.io/spe
],
"externalDocs": {
"description": "Find out more",
- "url": "https://strapi.io/documentation/3.x.x/"
+ "url": "https://strapi.io/documentation/3.0.0-alpha.x/"
},
"security": [ // This field is important to add your jwt token in the SWAGGER UI
{
diff --git a/docs/3.x.x/guides/authentication.md b/docs/3.0.0-alpha.x/guides/authentication.md
similarity index 100%
rename from docs/3.x.x/guides/authentication.md
rename to docs/3.0.0-alpha.x/guides/authentication.md
diff --git a/docs/3.x.x/guides/controllers.md b/docs/3.0.0-alpha.x/guides/controllers.md
similarity index 100%
rename from docs/3.x.x/guides/controllers.md
rename to docs/3.0.0-alpha.x/guides/controllers.md
diff --git a/docs/3.x.x/guides/databases.md b/docs/3.0.0-alpha.x/guides/databases.md
similarity index 90%
rename from docs/3.x.x/guides/databases.md
rename to docs/3.0.0-alpha.x/guides/databases.md
index 1f8325727d..acf2f58da6 100644
--- a/docs/3.x.x/guides/databases.md
+++ b/docs/3.0.0-alpha.x/guides/databases.md
@@ -3,7 +3,7 @@
Strapi gives you the option to choose the most appropriate database for your project. It currently supports **PostgreSQL**, **MongoDB**, **SQLite**, **MySQL** and
**MariaDB**. The following documentation covers how to install these databases locally (for development purposes) and on various hosted or cloud server solutions (for staging or production purposes).
-(Deploying **Strapi** itself is covered in the [Deployment Guide](/3.x.x/guides/deployment.html).)
+(Deploying **Strapi** itself is covered in the [Deployment Guide](/3.0.0-alpha.x/guides/deployment.html).)
**Table of contents:**
@@ -15,7 +15,7 @@ Strapi gives you the option to choose the most appropriate database for your pro
## SQLite Installation
-SQLite is the default ([Quick Start](/3.x.x/getting-started/quick-start.html)) and recommended database to quickly create an app locally.
+SQLite is the default ([Quick Start](/3.0.0-alpha.x/getting-started/quick-start.html)) and recommended database to quickly create an app locally.
### Install SQLite locally
@@ -25,7 +25,7 @@ Simply use the `strapi new my-project --quickstart` command.
strapi new my-project --quickstart
```
-This will create a new project and launch it in the browser. (The [Quick Start Guide](/3.x.x/getting-started/quick-start.html) is a complete step-by-step tutorial.)
+This will create a new project and launch it in the browser. (The [Quick Start Guide](/3.0.0-alpha.x/getting-started/quick-start.html) is a complete step-by-step tutorial.)
## MongoDB Installation
@@ -33,7 +33,7 @@ This will create a new project and launch it in the browser. (The [Quick Start G
In order to use Strapi with [MongoDB](https://www.mongodb.com/) in production, you must have and use MongoDB on your local development environment. These instructions show how to start using Strapi with a MongoDB database.
- - You must have [Strapi installed globally](/3.x.x/getting-started/quick-start-tutorial.html#_1-install-strapi-globally).
+ - You must have [Strapi installed globally](/3.0.0-alpha.x/getting-started/quick-start-tutorial.html#_1-install-strapi-globally).
### 1. Install MongoDB on your development environment
@@ -148,7 +148,7 @@ You have now installed MongoDB for _Linux_. You are now ready to [install Strapi
### 2. Install Strapi locally with MongoDB
-Follow these steps to create a Strapi project locally using the MongoDB database.
+Follow these steps to create a Strapi project locally using the MongoDB database.
**Note:** MongoDB must already be running in the background.
@@ -163,21 +163,21 @@ strapi new my-project
- Use your `down arrow` key and select `Custom (manual settings)` and press `enter`:
```bash
-? Choose your installation type
- Quickstart (recommended)
-❯ Custom (manual settings)
+? Choose your installation type
+ Quickstart (recommended)
+❯ Custom (manual settings)
```
- Select `MongoDB` and press `enter`:
```bash
? Choose your installation type Custom (manual settings)
-? Choose your main database:
- SQLite
-❯ MongoDB
- MySQL
- Postgres
-```
+? Choose your main database:
+ SQLite
+❯ MongoDB
+ MySQL
+ Postgres
+```
- Press `enter` to select the remaining default options. It will look something like this:
@@ -189,9 +189,9 @@ strapi new my-project
? Host: 127.0.0.1
? +srv connection: false
? Port (It will be ignored if you enable +srv): 27017
-? Username:
-? Password:
-? Authentication database (Maybe "admin" or blank):
+? Username:
+? Password:
+? Authentication database (Maybe "admin" or blank):
? Enable SSL connection: false
⏳ Testing database connection...
@@ -217,7 +217,7 @@ $ strapi start
```
-You have successfully installed Strapi with MongoDB on your local development environment. You are now ready to [create your first user](/3.x.x/getting-started/quick-start.html#_3-create-an-admin-user).
+You have successfully installed Strapi with MongoDB on your local development environment. You are now ready to [create your first user](/3.0.0-alpha.x/getting-started/quick-start.html#_3-create-an-admin-user).
---
@@ -225,24 +225,24 @@ You have successfully installed Strapi with MongoDB on your local development en
Follow these steps to configure a local Strapi project to use a [MongoDB Atlas](https://www.mongodb.com/cloud/atlas) free 512 MB account in production. (Please see [MongoDB Atlas Documentation](https://docs.atlas.mongodb.com/getting-started/) if you have any questions.)
-- You must have already [created your Strapi project using MongoDB](/3.x.x/guides/databases.html#install-strapi-locally-with-mongodb).
+- You must have already [created your Strapi project using MongoDB](/3.0.0-alpha.x/guides/databases.html#install-strapi-locally-with-mongodb).
- You must have already created a [free MongoDB Atlas account](https://www.mongodb.com/cloud/atlas).
1. Log in to your account to create a **Project** and a **Cluster**
- First you need to `Create a new Project`.
- - Then click `Build a Cluster`, from the options page:
- - Choose **AWS** as your **Cloud Provider & Region**.
+ - Then click `Build a Cluster`, from the options page:
+ - Choose **AWS** as your **Cloud Provider & Region**.
- Select a **Region**. (Note: some **Regions** do not have a _free tier_.)
- In **Cluster Tier**, select **Shared Sandbox**, _Tier_ `MO`.
- In **Cluster Name**, name your cluster.
- Click the green `Create Cluster` button. You will get a message that says, "*Your cluster is being created...*"
2. Next, click on the `Security` tab (next to `Overview`):
- - Click the green `+ ADD NEW USER` button:
+ - Click the green `+ ADD NEW USER` button:
- Enter a `username`.
- Enter a `password`.
- Under `User Privileges` ensure **`Read and write to any database`** is selected. Then click `Add User` to save.
-
+
3. Then `whitelist` your IP address. Under `Security`, click to `IP Whitelist`
- Click the green `+ ADD IP ADDRESS`
- Next click `ALLOW ACCESS FROM ANYWHERE`. **Note:** In permanent projects you would configure this with the appropriate IP addresses.
@@ -254,7 +254,7 @@ MongoDB Atlas automatically exposes the database credentials into a single envir
- Under the `Overview` tab, click `CONNECT` and then `Connect Your Application`.
- Under `1. Choose your driver version`, select **DRIVER** as `Node.js` and **VERSION** as `2.2.12 or later`.
- This should show a **Connection String Only** similar to this:
-
+
`mongodb://paulbocuse:@strapi-heroku-shard-00-00-o777o.mongodb.net:27017,strapi-heroku-shard-00-01-o606o.mongodb.net:27017,strapi-heroku-shard-00-02-o606o.mongodb.net:27017/test?ssl=true&replicaSet=Strapi-Heroku-shard-0&authSource=admin&retryWrites=true`
- You are interested in everything **AFTER** the **@** symbol. This is your **Database Host** variable. So in this case,
@@ -263,7 +263,7 @@ MongoDB Atlas automatically exposes the database credentials into a single envir
- You created earlier a `cluster name`, `username` and `password`. These are the other variables needed to configure your project to connect to MongoDB Atlas.
- Keep these five MongoDB Atlas database variables from your MongoDB Atlas account ready and available.
+ Keep these five MongoDB Atlas database variables from your MongoDB Atlas account ready and available.
5. Update your database config file
diff --git a/docs/3.x.x/guides/deployment.md b/docs/3.0.0-alpha.x/guides/deployment.md
similarity index 96%
rename from docs/3.x.x/guides/deployment.md
rename to docs/3.0.0-alpha.x/guides/deployment.md
index fd3e9eddc1..7633d9d4c9 100644
--- a/docs/3.x.x/guides/deployment.md
+++ b/docs/3.0.0-alpha.x/guides/deployment.md
@@ -2,7 +2,7 @@
Strapi gives you many possible deployment options for your project or application. Strapi can be deployed on traditional hosting servers or services such as Heroku, AWS, Azure and others. The following documentation covers how to develop locally with Strapi and deploy Strapi with various hosting options.
-(Deploying **databases** along with Strapi is covered in the [Databases Guide](/3.x.x/guides/databases.html).)
+(Deploying **databases** along with Strapi is covered in the [Databases Guide](/3.0.0-alpha.x/guides/databases.html).)
**Table of contents:**
@@ -87,7 +87,7 @@ If you want to host the administration on another server than the API, [please t
## Digital Ocean
-This is a step-by-step guide for deploying a Strapi project to [Digital Ocean](https://www.digitalocean.com/). Databases can be on a [Digital Ocean Droplet](https://www.digitalocean.com/docs/droplets/) or hosted externally as a service. Prior to starting this guide, you should have created a [Strapi project](/3.x.x/getting-started/quick-start.html).
+This is a step-by-step guide for deploying a Strapi project to [Digital Ocean](https://www.digitalocean.com/). Databases can be on a [Digital Ocean Droplet](https://www.digitalocean.com/docs/droplets/) or hosted externally as a service. Prior to starting this guide, you should have created a [Strapi project](/3.0.0-alpha.x/getting-started/quick-start.html).
### Digital Ocean Install Requirements
@@ -319,7 +319,7 @@ NODE_ENV=production npm run start
```
-Minimumly, [create an admin user](http://localhost:8080/documentation/3.x.x/getting-started/quick-start.html#_3-create-an-admin-user).
+Minimumly, [create an admin user](http://localhost:8080/documentation/3.0.0-alpha.x/getting-started/quick-start.html#_3-create-an-admin-user).
You will next need to [install and configure PM2 Runtime](#install-and-configure-pm2-runtime).
@@ -620,11 +620,11 @@ Follow the instructions and return to your command line.
### 3. Create a new project (or use an existing one)
-Create a [new Strapi project](/3.x.x/getting-started/quick-start.html) (if you want to deploy an existing project go to step 4).
+Create a [new Strapi project](/3.0.0-alpha.x/getting-started/quick-start.html) (if you want to deploy an existing project go to step 4).
::: warning NOTE
-If you plan to use **MongoDB** with your project, [refer to the create a Strapi project with MongoDB section of the documentation](/3.x.x/guides/databases.html#install-mongodb-locally) then, jump to step 4.
+If you plan to use **MongoDB** with your project, [refer to the create a Strapi project with MongoDB section of the documentation](/3.0.0-alpha.x/guides/databases.html#install-mongodb-locally) then, jump to step 4.
:::
@@ -783,11 +783,11 @@ npm install pg --save
Please follow these steps the **deploy a Strapi app with MongoDB on Heroku**.
-You must have completed the [steps to use Strapi with MongoDB Atlas in production](/3.x.x/guides/databases.html#install-on-atlas-mongodb-atlas).
+You must have completed the [steps to use Strapi with MongoDB Atlas in production](/3.0.0-alpha.x/guides/databases.html#install-on-atlas-mongodb-atlas).
##### 1. Set environment variables
-When you [set-up your MongoDB Atlas database](/3.x.x/guides/databases.html#install-on-atlas-mongodb-atlas) you created and noted the five key/value pairs that correspond to your **MongoDB Atlas** database. These five keys are: `DATABASE_NAME`, `DATABASE_USERNAME`, `DATABASE_PASSWORD`, `DATABASE PORT`, and `DATABASE_HOST`.
+When you [set-up your MongoDB Atlas database](/3.0.0-alpha.x/guides/databases.html#install-on-atlas-mongodb-atlas) you created and noted the five key/value pairs that correspond to your **MongoDB Atlas** database. These five keys are: `DATABASE_NAME`, `DATABASE_USERNAME`, `DATABASE_PASSWORD`, `DATABASE PORT`, and `DATABASE_HOST`.
Strapi expects a variable for each database connection detail (host, username, etc.). So, from **MongoDB Atlas**, you have to set the environment variables in the Heroku config (for **DATABASE_HOST** you need to surround the URL with **""**, and set **DATABASE_PORT** to nothing):
@@ -857,7 +857,7 @@ heroku open
If you see the Strapi Welcome page, you have correctly set-up, configured and deployed your Strapi project on Heroku. You will now need to set-up your `admin user` as the production database is brand-new (and empty).
-You can now continue with the [Tutorial - Creating an Admin User](/3.x.x/getting-started/quick-start-tutorial.html#_3-create-an-admin-user), if you have any questions on how to proceed.
+You can now continue with the [Tutorial - Creating an Admin User](/3.0.0-alpha.x/getting-started/quick-start-tutorial.html#_3-create-an-admin-user), if you have any questions on how to proceed.
::: warning NOTE
For security reasons, the Content Type Builder plugin is disabled in production. To update content structure, please make your changes locally and deploy again.
diff --git a/docs/3.x.x/guides/email.md b/docs/3.0.0-alpha.x/guides/email.md
similarity index 100%
rename from docs/3.x.x/guides/email.md
rename to docs/3.0.0-alpha.x/guides/email.md
diff --git a/docs/3.x.x/guides/filters.md b/docs/3.0.0-alpha.x/guides/filters.md
similarity index 100%
rename from docs/3.x.x/guides/filters.md
rename to docs/3.0.0-alpha.x/guides/filters.md
diff --git a/docs/3.x.x/guides/graphql.md b/docs/3.0.0-alpha.x/guides/graphql.md
similarity index 100%
rename from docs/3.x.x/guides/graphql.md
rename to docs/3.0.0-alpha.x/guides/graphql.md
diff --git a/docs/3.x.x/guides/i18n.md b/docs/3.0.0-alpha.x/guides/i18n.md
similarity index 100%
rename from docs/3.x.x/guides/i18n.md
rename to docs/3.0.0-alpha.x/guides/i18n.md
diff --git a/docs/3.x.x/guides/models.md b/docs/3.0.0-alpha.x/guides/models.md
similarity index 100%
rename from docs/3.x.x/guides/models.md
rename to docs/3.0.0-alpha.x/guides/models.md
diff --git a/docs/3.x.x/guides/policies.md b/docs/3.0.0-alpha.x/guides/policies.md
similarity index 100%
rename from docs/3.x.x/guides/policies.md
rename to docs/3.0.0-alpha.x/guides/policies.md
diff --git a/docs/3.x.x/guides/public-assets.md b/docs/3.0.0-alpha.x/guides/public-assets.md
similarity index 100%
rename from docs/3.x.x/guides/public-assets.md
rename to docs/3.0.0-alpha.x/guides/public-assets.md
diff --git a/docs/3.x.x/guides/requests.md b/docs/3.0.0-alpha.x/guides/requests.md
similarity index 100%
rename from docs/3.x.x/guides/requests.md
rename to docs/3.0.0-alpha.x/guides/requests.md
diff --git a/docs/3.x.x/guides/responses.md b/docs/3.0.0-alpha.x/guides/responses.md
similarity index 100%
rename from docs/3.x.x/guides/responses.md
rename to docs/3.0.0-alpha.x/guides/responses.md
diff --git a/docs/3.x.x/guides/restapi.md b/docs/3.0.0-alpha.x/guides/restapi.md
similarity index 100%
rename from docs/3.x.x/guides/restapi.md
rename to docs/3.0.0-alpha.x/guides/restapi.md
diff --git a/docs/3.x.x/guides/routing.md b/docs/3.0.0-alpha.x/guides/routing.md
similarity index 100%
rename from docs/3.x.x/guides/routing.md
rename to docs/3.0.0-alpha.x/guides/routing.md
diff --git a/docs/3.x.x/guides/services.md b/docs/3.0.0-alpha.x/guides/services.md
similarity index 100%
rename from docs/3.x.x/guides/services.md
rename to docs/3.0.0-alpha.x/guides/services.md
diff --git a/docs/3.x.x/guides/upload.md b/docs/3.0.0-alpha.x/guides/upload.md
similarity index 100%
rename from docs/3.x.x/guides/upload.md
rename to docs/3.0.0-alpha.x/guides/upload.md
diff --git a/docs/3.x.x/guides/webhooks.md b/docs/3.0.0-alpha.x/guides/webhooks.md
similarity index 100%
rename from docs/3.x.x/guides/webhooks.md
rename to docs/3.0.0-alpha.x/guides/webhooks.md
diff --git a/docs/3.x.x/migration-guide/README.md b/docs/3.0.0-alpha.x/migration-guide/README.md
similarity index 100%
rename from docs/3.x.x/migration-guide/README.md
rename to docs/3.0.0-alpha.x/migration-guide/README.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-1-to-3.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-1-to-3.md
similarity index 98%
rename from docs/3.x.x/migration-guide/migration-guide-1-to-3.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-1-to-3.md
index f4828709f8..af3a3504d4 100644
--- a/docs/3.x.x/migration-guide/migration-guide-1-to-3.md
+++ b/docs/3.0.0-alpha.x/migration-guide/migration-guide-1-to-3.md
@@ -35,7 +35,7 @@ The structure of the configurations has been harmonised and simplified. Files ha
- `./config/environments/**/response.json` added
- `./config/environments/**/custom.json` added
-Please refer to the [new documentation](https://github.com/strapi/strapi/blob/master/docs/3.x.x/en/configurations/configurations.md) to set the correct values in each file.
+Please refer to the [new documentation](https://github.com/strapi/strapi/blob/master/docs/3.0.0-alpha.x/en/configurations/configurations.md) to set the correct values in each file.
::: note
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.10-to-alpha.11.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.10-to-alpha.11.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.10-to-alpha.11.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.10-to-alpha.11.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.11-to-alpha.12.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.11-to-alpha.12.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.11-to-alpha.12.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.11-to-alpha.12.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.1-to-alpha.12.2.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.1-to-alpha.12.2.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.1-to-alpha.12.2.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.1-to-alpha.12.2.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.2-to-alpha.12.3.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.2-to-alpha.12.3.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.2-to-alpha.12.3.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.2-to-alpha.12.3.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.3-to-alpha.12.4.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.3-to-alpha.12.4.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.3-to-alpha.12.4.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.3-to-alpha.12.4.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.4-to-alpha.12.5.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.4-to-alpha.12.5.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.4-to-alpha.12.5.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.4-to-alpha.12.5.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.5-to-alpha.12.6.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.5-to-alpha.12.6.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.5-to-alpha.12.6.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.5-to-alpha.12.6.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.6-to-alpha.12.7.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.6-to-alpha.12.7.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.6-to-alpha.12.7.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.6-to-alpha.12.7.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.12.7-to-alpha.13.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.7-to-alpha.13.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.12.7-to-alpha.13.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.12.7-to-alpha.13.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.13-to-alpha.13.1.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.13-to-alpha.13.1.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.13-to-alpha.13.1.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.13-to-alpha.13.1.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.13.1-to-alpha.14.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.13.1-to-alpha.14.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.13.1-to-alpha.14.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.13.1-to-alpha.14.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.14-to-alpha.14.1.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14-to-alpha.14.1.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.14-to-alpha.14.1.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14-to-alpha.14.1.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.14.1-to-alpha.14.2.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.1-to-alpha.14.2.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.14.1-to-alpha.14.2.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.1-to-alpha.14.2.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.14.2-to-alpha.14.3.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.2-to-alpha.14.3.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.14.2-to-alpha.14.3.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.2-to-alpha.14.3.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.14.3-to-alpha.14.4.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.3-to-alpha.14.4.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.14.3-to-alpha.14.4.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.3-to-alpha.14.4.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.14.4-to-alpha.14.5.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.4-to-alpha.14.5.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.14.4-to-alpha.14.5.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.4-to-alpha.14.5.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.14.5-to-alpha.15.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.5-to-alpha.15.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.14.5-to-alpha.15.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.14.5-to-alpha.15.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.15-to-alpha.16.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.15-to-alpha.16.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.15-to-alpha.16.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.15-to-alpha.16.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.16-to-alpha.17.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.16-to-alpha.17.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.16-to-alpha.17.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.16-to-alpha.17.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.17-to-alpha.18.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.17-to-alpha.18.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.17-to-alpha.18.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.17-to-alpha.18.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.18-to-alpha.19.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.18-to-alpha.19.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.18-to-alpha.19.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.18-to-alpha.19.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.19-to-alpha.20.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.19-to-alpha.20.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.19-to-alpha.20.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.19-to-alpha.20.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.20-to-alpha.21.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.20-to-alpha.21.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.20-to-alpha.21.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.20-to-alpha.21.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.21-to-alpha.22.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.21-to-alpha.22.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.21-to-alpha.22.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.21-to-alpha.22.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.22-to-alpha.23.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.22-to-alpha.23.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.22-to-alpha.23.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.22-to-alpha.23.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.23-to-alpha.24.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.23-to-alpha.24.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.23-to-alpha.24.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.23-to-alpha.24.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.24-to-alpha.25.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.24-to-alpha.25.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.24-to-alpha.25.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.24-to-alpha.25.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.25-to-alpha.26.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.7.4-to-alpha.8.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.7.4-to-alpha.8.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.7.4-to-alpha.8.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.7.4-to-alpha.8.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.8-to-alpha.9.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.8-to-alpha.9.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.8-to-alpha.9.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.8-to-alpha.9.md
diff --git a/docs/3.x.x/migration-guide/migration-guide-alpha.9-to-alpha.10.md b/docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.9-to-alpha.10.md
similarity index 100%
rename from docs/3.x.x/migration-guide/migration-guide-alpha.9-to-alpha.10.md
rename to docs/3.0.0-alpha.x/migration-guide/migration-guide-alpha.9-to-alpha.10.md
diff --git a/docs/3.x.x/plugin-development/backend-development.md b/docs/3.0.0-alpha.x/plugin-development/backend-development.md
similarity index 100%
rename from docs/3.x.x/plugin-development/backend-development.md
rename to docs/3.0.0-alpha.x/plugin-development/backend-development.md
diff --git a/docs/3.x.x/plugin-development/frontend-development.md b/docs/3.0.0-alpha.x/plugin-development/frontend-development.md
similarity index 100%
rename from docs/3.x.x/plugin-development/frontend-development.md
rename to docs/3.0.0-alpha.x/plugin-development/frontend-development.md
diff --git a/docs/3.x.x/plugin-development/frontend-use-cases.md b/docs/3.0.0-alpha.x/plugin-development/frontend-use-cases.md
similarity index 100%
rename from docs/3.x.x/plugin-development/frontend-use-cases.md
rename to docs/3.0.0-alpha.x/plugin-development/frontend-use-cases.md
diff --git a/docs/3.x.x/plugin-development/plugin-architecture.md b/docs/3.0.0-alpha.x/plugin-development/plugin-architecture.md
similarity index 100%
rename from docs/3.x.x/plugin-development/plugin-architecture.md
rename to docs/3.0.0-alpha.x/plugin-development/plugin-architecture.md
diff --git a/docs/3.x.x/plugin-development/plugin-left-menu.md b/docs/3.0.0-alpha.x/plugin-development/plugin-left-menu.md
similarity index 100%
rename from docs/3.x.x/plugin-development/plugin-left-menu.md
rename to docs/3.0.0-alpha.x/plugin-development/plugin-left-menu.md
diff --git a/docs/3.x.x/plugin-development/quick-start.md b/docs/3.0.0-alpha.x/plugin-development/quick-start.md
similarity index 100%
rename from docs/3.x.x/plugin-development/quick-start.md
rename to docs/3.0.0-alpha.x/plugin-development/quick-start.md
diff --git a/docs/3.x.x/plugin-development/ui-components.md b/docs/3.0.0-alpha.x/plugin-development/ui-components.md
similarity index 100%
rename from docs/3.x.x/plugin-development/ui-components.md
rename to docs/3.0.0-alpha.x/plugin-development/ui-components.md
diff --git a/docs/3.x.x/plugin-development/utils.md b/docs/3.0.0-alpha.x/plugin-development/utils.md
similarity index 100%
rename from docs/3.x.x/plugin-development/utils.md
rename to docs/3.0.0-alpha.x/plugin-development/utils.md
diff --git a/docs/3.0.0-beta.x/guides/api-documentation.md b/docs/3.0.0-beta.x/guides/api-documentation.md
index 0b58c397a5..da4901494d 100644
--- a/docs/3.0.0-beta.x/guides/api-documentation.md
+++ b/docs/3.0.0-beta.x/guides/api-documentation.md
@@ -116,7 +116,7 @@ Here are the file that needs to be created in order to change the documentation
],
"externalDocs": {
"description": "Find out more",
- "url": "https://strapi.io/documentation/3.x.x/"
+ "url": "https://strapi.io/documentation/3.0.0-alpha.x/"
},
"security": [
{
diff --git a/docs/3.0.0-beta.x/guides/deployment.md b/docs/3.0.0-beta.x/guides/deployment.md
index 9efa6f8ce9..5cc35b3321 100644
--- a/docs/3.0.0-beta.x/guides/deployment.md
+++ b/docs/3.0.0-beta.x/guides/deployment.md
@@ -66,7 +66,7 @@ If you want to host the administration on another server than the API, [please t
## Digital Ocean
-This is a step-by-step guide for deploying a Strapi project to [Digital Ocean](https://www.digitalocean.com/). Databases can be on a [Digital Ocean Droplet](https://www.digitalocean.com/docs/droplets/) or hosted externally as a service. Prior to starting this guide, you should have created a [Strapi project](/3.x.x/getting-started/quick-start.html).
+This is a step-by-step guide for deploying a Strapi project to [Digital Ocean](https://www.digitalocean.com/). Databases can be on a [Digital Ocean Droplet](https://www.digitalocean.com/docs/droplets/) or hosted externally as a service. Prior to starting this guide, you should have created a [Strapi project](/3.0.0-beta.x/getting-started/quick-start.html).
### Digital Ocean Install Requirements
@@ -298,7 +298,7 @@ NODE_ENV=production npm run start
```
-Minimumly, [create an admin user](http://localhost:8080/documentation/3.x.x/getting-started/quick-start.html#_3-create-an-admin-user).
+Minimumly, [create an admin user](http://localhost:8080/documentation/3.0.0-beta.x/getting-started/quick-start.html#_3-create-an-admin-user).
You will next need to [install and configure PM2 Runtime](#install-and-configure-pm2-runtime).
diff --git a/docs/README.md b/docs/README.md
index 0a27d4a613..045ba5f0a8 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,5 @@
---
meta:
- http-equiv: refresh
- content: 0;url=/documentation/3.x.x/
+ content: 0;url=/documentation/3.0.0-beta.x/
---
diff --git a/examples/getstarted/extensions/documentation/documentation/1.0.0/full_documentation.json b/examples/getstarted/extensions/documentation/documentation/1.0.0/full_documentation.json
index 9db8e73d95..b632601bb2 100644
--- a/examples/getstarted/extensions/documentation/documentation/1.0.0/full_documentation.json
+++ b/examples/getstarted/extensions/documentation/documentation/1.0.0/full_documentation.json
@@ -36,7 +36,7 @@
],
"externalDocs": {
"description": "Find out more",
- "url": "https://strapi.io/documentation/3.x.x/"
+ "url": "https://strapi.io/documentation/3.0.0-beta.x/"
},
"security": [
{
diff --git a/packages/strapi-plugin-content-type-builder/admin/src/containers/ModelPage/DocumentationSection.js b/packages/strapi-plugin-content-type-builder/admin/src/containers/ModelPage/DocumentationSection.js
index 701dbb75c5..5f3c508380 100644
--- a/packages/strapi-plugin-content-type-builder/admin/src/containers/ModelPage/DocumentationSection.js
+++ b/packages/strapi-plugin-content-type-builder/admin/src/containers/ModelPage/DocumentationSection.js
@@ -7,7 +7,7 @@ const DocumentationSection = () => (
{(message) => (
- {message}
+ {message}
)}
diff --git a/packages/strapi-plugin-documentation/config/settings.json b/packages/strapi-plugin-documentation/config/settings.json
index f2886cf0ce..d650f5666d 100755
--- a/packages/strapi-plugin-documentation/config/settings.json
+++ b/packages/strapi-plugin-documentation/config/settings.json
@@ -35,7 +35,7 @@
],
"externalDocs": {
"description": "Find out more",
- "url": "https://strapi.io/documentation/3.x.x/"
+ "url": "https://strapi.io/documentation/3.0.0-beta.x/"
},
"security": [
{
diff --git a/packages/strapi-plugin-documentation/public/index.html b/packages/strapi-plugin-documentation/public/index.html
index 67387334d0..3da6aa6830 100755
--- a/packages/strapi-plugin-documentation/public/index.html
+++ b/packages/strapi-plugin-documentation/public/index.html
@@ -32,426 +32,426 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+