From eed680f24dbf1e24ef02fb0782bb00e44407385f Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Tue, 12 Nov 2024 17:36:12 +0100 Subject: [PATCH] Remove all "not v5" callouts --- docusaurus/docs/cloud/projects/runtime-logs.md | 2 -- docusaurus/docs/dev-docs/api/entity-service.md | 1 - docusaurus/docs/dev-docs/api/graphql.md | 2 -- docusaurus/docs/dev-docs/api/query-engine/bulk-operations.md | 1 - docusaurus/docs/dev-docs/api/query-engine/filtering.md | 1 - .../docs/dev-docs/api/rest/filters-locale-publication.md | 1 - .../docs/dev-docs/api/rest/guides/populate-creator-fields.md | 4 ---- .../docs/dev-docs/api/rest/guides/understanding-populate.md | 3 --- docusaurus/docs/dev-docs/api/rest/parameters.md | 2 -- docusaurus/docs/dev-docs/api/rest/populate-select.md | 1 - docusaurus/docs/dev-docs/api/rest/relations.md | 2 -- docusaurus/docs/dev-docs/api/rest/sort-pagination.md | 1 - docusaurus/docs/dev-docs/backend-customization/examples.md | 4 ---- .../dev-docs/backend-customization/examples/authentication.md | 4 ---- .../dev-docs/backend-customization/examples/middlewares.md | 4 ---- .../docs/dev-docs/backend-customization/examples/policies.md | 4 ---- .../docs/dev-docs/backend-customization/examples/routes.md | 4 ---- .../examples/services-and-controllers.md | 4 ---- docusaurus/docs/dev-docs/backend-customization/webhooks.md | 4 ---- docusaurus/docs/dev-docs/cli.md | 4 ---- docusaurus/docs/dev-docs/configurations/admin-panel.md | 4 ---- docusaurus/docs/dev-docs/configurations/api-tokens.md | 4 ---- docusaurus/docs/dev-docs/configurations/api.md | 4 ---- docusaurus/docs/dev-docs/configurations/cron.md | 4 ---- docusaurus/docs/dev-docs/configurations/environment.md | 4 ---- .../guides/access-cast-environment-variables.md | 4 ---- .../docs/dev-docs/configurations/guides/public-assets.md | 4 ---- docusaurus/docs/dev-docs/configurations/guides/rbac.md | 4 ---- docusaurus/docs/dev-docs/configurations/plugins.md | 4 ---- docusaurus/docs/dev-docs/configurations/server.md | 4 ---- docusaurus/docs/dev-docs/configurations/sso.md | 4 ---- docusaurus/docs/dev-docs/configurations/typescript.md | 4 ---- docusaurus/docs/dev-docs/custom-fields.md | 3 --- docusaurus/docs/dev-docs/data-management/export.md | 4 ---- docusaurus/docs/dev-docs/data-management/import.md | 4 ---- docusaurus/docs/dev-docs/data-management/transfer.md | 4 ---- docusaurus/docs/dev-docs/database-migrations.md | 4 ---- docusaurus/docs/dev-docs/error-handling.md | 4 ---- docusaurus/docs/dev-docs/faq.md | 4 ---- docusaurus/docs/dev-docs/plugins-extension.md | 4 ---- docusaurus/docs/dev-docs/plugins/documentation.md | 4 ---- docusaurus/docs/dev-docs/plugins/graphql.md | 4 ---- .../dev-docs/plugins/guides/pass-data-from-server-to-admin.md | 4 ---- .../docs/dev-docs/plugins/guides/store-and-access-data.md | 4 ---- docusaurus/docs/dev-docs/plugins/upload.md | 4 ---- docusaurus/docs/dev-docs/testing.md | 4 ---- .../user-docs/content-manager/adding-content-to-releases.md | 2 -- .../content-manager/configuring-view-of-content-type.md | 2 -- .../content-manager/introduction-to-content-manager.md | 1 - .../user-docs/content-manager/managing-relational-fields.md | 2 -- .../docs/user-docs/content-manager/reviewing-content.md | 2 -- .../content-manager/saving-and-publishing-content.md | 2 -- .../docs/user-docs/content-manager/translating-content.md | 2 -- .../content-type-builder/configuring-fields-content-type.md | 2 -- .../content-type-builder/creating-new-content-type.md | 2 -- .../introduction-to-content-types-builder.md | 2 -- .../user-docs/content-type-builder/managing-content-types.md | 1 - docusaurus/docs/user-docs/media-library/adding-assets.md | 2 -- .../media-library/introduction-to-the-media-library.md | 1 - docusaurus/docs/user-docs/media-library/managing-assets.md | 1 - .../user-docs/media-library/organizing-assets-with-folders.md | 1 - .../user-docs/plugins/installing-plugins-via-marketplace.md | 4 ---- docusaurus/docs/user-docs/plugins/introduction-to-plugins.md | 2 -- docusaurus/docs/user-docs/plugins/strapi-plugins.md | 2 -- docusaurus/docs/user-docs/releases/creating-a-release.md | 2 -- docusaurus/docs/user-docs/settings/API-tokens.md | 2 -- docusaurus/docs/user-docs/settings/admin-panel.md | 2 -- docusaurus/docs/user-docs/settings/audit-logs.md | 2 -- .../settings/configuring-users-permissions-plugin-settings.md | 2 -- docusaurus/docs/user-docs/settings/internationalization.md | 2 -- docusaurus/docs/user-docs/settings/media-library-settings.md | 2 -- docusaurus/docs/user-docs/settings/review-workflows.md | 2 -- docusaurus/docs/user-docs/settings/single-sign-on.md | 2 -- docusaurus/docs/user-docs/settings/transfer-tokens.md | 2 -- .../configuring-administrator-roles.md | 2 -- .../users-roles-permissions/configuring-end-users-roles.md | 2 -- .../users-roles-permissions/managing-administrators.md | 1 - .../user-docs/users-roles-permissions/managing-end-users.md | 2 -- 78 files changed, 216 deletions(-) diff --git a/docusaurus/docs/cloud/projects/runtime-logs.md b/docusaurus/docs/cloud/projects/runtime-logs.md index e4cb2fd759..f4b3cc43e9 100644 --- a/docusaurus/docs/cloud/projects/runtime-logs.md +++ b/docusaurus/docs/cloud/projects/runtime-logs.md @@ -9,8 +9,6 @@ tags: - Strapi Cloud --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Runtime logs From a chosen project's dashboard, the *Runtime logs* tab displays the live logs of the project. diff --git a/docusaurus/docs/dev-docs/api/entity-service.md b/docusaurus/docs/dev-docs/api/entity-service.md index 3f60915a9e..12ff3d0445 100644 --- a/docusaurus/docs/dev-docs/api/entity-service.md +++ b/docusaurus/docs/dev-docs/api/entity-service.md @@ -7,7 +7,6 @@ unlisted: true import EntityQueryKnex from '/docs/snippets/entity-query-knex.md' import BackendIntroCrosslink from '/docs/snippets/backend-custom-intro-crosslink.md' -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ESdeprecated from '/docs/snippets/entity-service-deprecated.md' # Entity Service API diff --git a/docusaurus/docs/dev-docs/api/graphql.md b/docusaurus/docs/dev-docs/api/graphql.md index b5a3ab11d0..899516c8b8 100644 --- a/docusaurus/docs/dev-docs/api/graphql.md +++ b/docusaurus/docs/dev-docs/api/graphql.md @@ -15,8 +15,6 @@ tags: - sort --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # GraphQL API The GraphQL API allows performing queries and mutations to interact with the [content-types](/dev-docs/backend-customization/models#content-types) through Strapi's [GraphQL plugin](/dev-docs/plugins/graphql.md). Results can be [filtered](#filters), [sorted](#sorting) and [paginated](#pagination). diff --git a/docusaurus/docs/dev-docs/api/query-engine/bulk-operations.md b/docusaurus/docs/dev-docs/api/query-engine/bulk-operations.md index a6ef42e5c0..006edd7a50 100644 --- a/docusaurus/docs/dev-docs/api/query-engine/bulk-operations.md +++ b/docusaurus/docs/dev-docs/api/query-engine/bulk-operations.md @@ -13,7 +13,6 @@ tags: - updateMany() --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ConsiderDocumentService from '/docs/snippets/consider-document-service.md' # Bulk Operations with the Query Engine API diff --git a/docusaurus/docs/dev-docs/api/query-engine/filtering.md b/docusaurus/docs/dev-docs/api/query-engine/filtering.md index 9f51157600..4a00923efc 100644 --- a/docusaurus/docs/dev-docs/api/query-engine/filtering.md +++ b/docusaurus/docs/dev-docs/api/query-engine/filtering.md @@ -11,7 +11,6 @@ tags: - Query Engine API --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ConsiderDocumentService from '/docs/snippets/consider-document-service.md' # Filtering with the Query Engine API diff --git a/docusaurus/docs/dev-docs/api/rest/filters-locale-publication.md b/docusaurus/docs/dev-docs/api/rest/filters-locale-publication.md index 9bc54f0a5a..2b21338b55 100644 --- a/docusaurus/docs/dev-docs/api/rest/filters-locale-publication.md +++ b/docusaurus/docs/dev-docs/api/rest/filters-locale-publication.md @@ -19,7 +19,6 @@ tags: import QsIntroFull from '/docs/snippets/qs-intro-full.md' import QsForQueryBody from '/docs/snippets/qs-for-query-body.md' import QsForQueryTitle from '/docs/snippets/qs-for-query-title.md' -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' # REST API: Filtering, Locale, and Publication State diff --git a/docusaurus/docs/dev-docs/api/rest/guides/populate-creator-fields.md b/docusaurus/docs/dev-docs/api/rest/guides/populate-creator-fields.md index 582baf8c92..7084812cb5 100644 --- a/docusaurus/docs/dev-docs/api/rest/guides/populate-creator-fields.md +++ b/docusaurus/docs/dev-docs/api/rest/guides/populate-creator-fields.md @@ -13,12 +13,8 @@ tags: - updatedBy --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # 🛠️ How to populate creator fields such as `createdBy` and `updatedBy` - - The creator fields `createdBy` and `updatedBy` are removed from the [REST API](/dev-docs/api/rest) response by default. These 2 fields can be returned in the REST API by activating the `populateCreatorFields` parameter at the content-type level. :::note diff --git a/docusaurus/docs/dev-docs/api/rest/guides/understanding-populate.md b/docusaurus/docs/dev-docs/api/rest/guides/understanding-populate.md index 03d9884dc5..00fb123b16 100644 --- a/docusaurus/docs/dev-docs/api/rest/guides/understanding-populate.md +++ b/docusaurus/docs/dev-docs/api/rest/guides/understanding-populate.md @@ -17,13 +17,10 @@ tags: import QsIntroFull from '/docs/snippets/qs-intro-full.md' import QsForQueryTitle from '/docs/snippets/qs-for-query-title.md' import QsForQueryBody from '/docs/snippets/qs-for-query-body.md' -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # 🧠 Understanding the `populate` parameter for the REST API - - :::note Note: Example responses might differ from your experience The content of this page might not be fully up-to-date with Strapi 5 yet: diff --git a/docusaurus/docs/dev-docs/api/rest/parameters.md b/docusaurus/docs/dev-docs/api/rest/parameters.md index 2c4f64ff7f..66f8bfa16f 100644 --- a/docusaurus/docs/dev-docs/api/rest/parameters.md +++ b/docusaurus/docs/dev-docs/api/rest/parameters.md @@ -14,8 +14,6 @@ tags: - status --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # REST API parameters API parameters can be used with the [REST API](/dev-docs/api/rest) to filter, sort, and paginate results and to select fields and relations to populate. Additionally, specific parameters related to optional Strapi features can be used, like the publication state and locale of a content-type. diff --git a/docusaurus/docs/dev-docs/api/rest/populate-select.md b/docusaurus/docs/dev-docs/api/rest/populate-select.md index 541693ffc8..78c38f3ed3 100644 --- a/docusaurus/docs/dev-docs/api/rest/populate-select.md +++ b/docusaurus/docs/dev-docs/api/rest/populate-select.md @@ -17,7 +17,6 @@ tags: import QsIntroFull from '/docs/snippets/qs-intro-full.md' import QsForQueryTitle from '/docs/snippets/qs-for-query-title.md' import QsForQueryBody from '/docs/snippets/qs-for-query-body.md' -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' # REST API: Population & Field Selection diff --git a/docusaurus/docs/dev-docs/api/rest/relations.md b/docusaurus/docs/dev-docs/api/rest/relations.md index 9136fbb09a..3f96dd08c6 100644 --- a/docusaurus/docs/dev-docs/api/rest/relations.md +++ b/docusaurus/docs/dev-docs/api/rest/relations.md @@ -10,8 +10,6 @@ tags: - REST API --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Managing relations with API requests Defining relations between content-types (that are designated as entities in the database layers) is connecting entities with each other. diff --git a/docusaurus/docs/dev-docs/api/rest/sort-pagination.md b/docusaurus/docs/dev-docs/api/rest/sort-pagination.md index 282b31b382..82d385a543 100644 --- a/docusaurus/docs/dev-docs/api/rest/sort-pagination.md +++ b/docusaurus/docs/dev-docs/api/rest/sort-pagination.md @@ -18,7 +18,6 @@ tags: import QsIntroFull from '/docs/snippets/qs-intro-full.md' import QsForQueryTitle from '/docs/snippets/qs-for-query-title.md' import QsForQueryBody from '/docs/snippets/qs-for-query-body.md' -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' # REST API: Sort & Pagination diff --git a/docusaurus/docs/dev-docs/backend-customization/examples.md b/docusaurus/docs/dev-docs/backend-customization/examples.md index c506311292..fa2c766034 100644 --- a/docusaurus/docs/dev-docs/backend-customization/examples.md +++ b/docusaurus/docs/dev-docs/backend-customization/examples.md @@ -6,12 +6,8 @@ pagination_prev: dev-docs/backend-customization pagination_next: dev-docs/backend-customization/examples/authentication --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Backend customization: An examples cookbook using FoodAdvisor - - The present section of the documentation is intended for developers who would like to get a deeper understanding of the Strapi back end customization possibilities. The section is a collection of examples that demonstrate how the core components of the back-end server of Strapi can be used in a real-world project. Front-end code that interacts with the back end may also be part of some examples, but displayed in collapsed blocks by default since front-end code examples are not the main focus of this cookbook. diff --git a/docusaurus/docs/dev-docs/backend-customization/examples/authentication.md b/docusaurus/docs/dev-docs/backend-customization/examples/authentication.md index 9026c3056f..3609416b99 100644 --- a/docusaurus/docs/dev-docs/backend-customization/examples/authentication.md +++ b/docusaurus/docs/dev-docs/backend-customization/examples/authentication.md @@ -6,12 +6,8 @@ pagination_prev: dev-docs/backend-customization/examples pagination_next: dev-docs/backend-customization/examples/services-and-controllers --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Examples cookbook: Authentication flow with JWT - - :::prerequisites This page is part of the back end customization examples cookbook. Please ensure you've read its [introduction](/dev-docs/backend-customization/examples). ::: diff --git a/docusaurus/docs/dev-docs/backend-customization/examples/middlewares.md b/docusaurus/docs/dev-docs/backend-customization/examples/middlewares.md index 313b1a03e5..9f25c97918 100644 --- a/docusaurus/docs/dev-docs/backend-customization/examples/middlewares.md +++ b/docusaurus/docs/dev-docs/backend-customization/examples/middlewares.md @@ -5,12 +5,8 @@ displayed_sidebar: devDocsSidebar pagination_prev: dev-docs/backend-customization/examples/routes --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Examples cookbook: Custom global middlewares - - :::prerequisites This page is part of the back end customization examples cookbook. Please ensure you've read its [introduction](/dev-docs/backend-customization/examples). ::: diff --git a/docusaurus/docs/dev-docs/backend-customization/examples/policies.md b/docusaurus/docs/dev-docs/backend-customization/examples/policies.md index a6339b861c..dfbf390bfc 100644 --- a/docusaurus/docs/dev-docs/backend-customization/examples/policies.md +++ b/docusaurus/docs/dev-docs/backend-customization/examples/policies.md @@ -6,12 +6,8 @@ pagination_prev: dev-docs/backend-customization/examples/services-and-controller pagination_next: dev-docs/backend-customization/examples/routes --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Examples cookbook: Custom policies - - :::prerequisites This page is part of the back end customization examples cookbook. Please ensure you've read its [introduction](/dev-docs/backend-customization/examples). ::: diff --git a/docusaurus/docs/dev-docs/backend-customization/examples/routes.md b/docusaurus/docs/dev-docs/backend-customization/examples/routes.md index dc82df162e..b4239e6798 100644 --- a/docusaurus/docs/dev-docs/backend-customization/examples/routes.md +++ b/docusaurus/docs/dev-docs/backend-customization/examples/routes.md @@ -6,12 +6,8 @@ pagination_prev: dev-docs/backend-customization/examples/policies pagination_next: dev-docs/backend-customization/examples/middlewares --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Examples cookbook: Custom routes - - :::prerequisites This page is part of the back end customization examples cookbook. Please ensure you've read its [introduction](/dev-docs/backend-customization/examples). ::: diff --git a/docusaurus/docs/dev-docs/backend-customization/examples/services-and-controllers.md b/docusaurus/docs/dev-docs/backend-customization/examples/services-and-controllers.md index 831703309a..0907552052 100644 --- a/docusaurus/docs/dev-docs/backend-customization/examples/services-and-controllers.md +++ b/docusaurus/docs/dev-docs/backend-customization/examples/services-and-controllers.md @@ -15,12 +15,8 @@ tags: - services --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Examples cookbook: Custom services and controllers - - :::prerequisites This page is part of the back end customization examples cookbook. Please ensure you've read its [introduction](/dev-docs/backend-customization/examples). ::: diff --git a/docusaurus/docs/dev-docs/backend-customization/webhooks.md b/docusaurus/docs/dev-docs/backend-customization/webhooks.md index 14880c7521..be40221ec7 100644 --- a/docusaurus/docs/dev-docs/backend-customization/webhooks.md +++ b/docusaurus/docs/dev-docs/backend-customization/webhooks.md @@ -13,12 +13,8 @@ tags: - webhooks --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Webhooks - - Webhook is a construct used by an application to notify other applications that an event occurred. More precisely, webhook is a user-defined HTTP callback. Using a webhook is a good way to tell third party providers to start some processing (CI, build, deployment ...). The way a webhook works is by delivering information to a receiving application through HTTP requests (typically POST requests). diff --git a/docusaurus/docs/dev-docs/cli.md b/docusaurus/docs/dev-docs/cli.md index 7a1097b314..f4b799a8db 100644 --- a/docusaurus/docs/dev-docs/cli.md +++ b/docusaurus/docs/dev-docs/cli.md @@ -13,12 +13,8 @@ tags: - strapi report --- -import NotV5 from '/docs/snippets/\_not-updated-to-v5.md' - # Command Line Interface (CLI) - - Strapi comes with a full featured Command Line Interface (CLI) which lets you scaffold and manage your project in seconds. The CLI works with both the `yarn` and `npm` package managers. :::caution diff --git a/docusaurus/docs/dev-docs/configurations/admin-panel.md b/docusaurus/docs/dev-docs/configurations/admin-panel.md index dfc4a6f36c..2e224b86b5 100644 --- a/docusaurus/docs/dev-docs/configurations/admin-panel.md +++ b/docusaurus/docs/dev-docs/configurations/admin-panel.md @@ -13,12 +13,8 @@ tags: - password --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Admin panel configuration - - The `./config/admin.js` is used to define admin panel configuration for the Strapi application. ## Available options diff --git a/docusaurus/docs/dev-docs/configurations/api-tokens.md b/docusaurus/docs/dev-docs/configurations/api-tokens.md index cc1c2d3498..8a489a832d 100644 --- a/docusaurus/docs/dev-docs/configurations/api-tokens.md +++ b/docusaurus/docs/dev-docs/configurations/api-tokens.md @@ -12,12 +12,8 @@ tags: - REST API --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # API tokens - - Authentication strategies in Strapi can either be based on the use of the [Users & Permissions plugin](/user-docs/users-roles-permissions) or on the built-in API token feature. Using API tokens allows executing a request on [REST API](/dev-docs/api/rest) or [GraphQL API](/dev-docs/api/graphql) endpoints as an authenticated user. diff --git a/docusaurus/docs/dev-docs/configurations/api.md b/docusaurus/docs/dev-docs/configurations/api.md index a44d953514..5cd7f1a0f7 100644 --- a/docusaurus/docs/dev-docs/configurations/api.md +++ b/docusaurus/docs/dev-docs/configurations/api.md @@ -8,12 +8,8 @@ tags: - REST API --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # API configuration - - General settings for API calls can be set in the `./config/api.js` file: | Property | Description | Type | Default | diff --git a/docusaurus/docs/dev-docs/configurations/cron.md b/docusaurus/docs/dev-docs/configurations/cron.md index f01c73a3fd..3ef0e3af29 100644 --- a/docusaurus/docs/dev-docs/configurations/cron.md +++ b/docusaurus/docs/dev-docs/configurations/cron.md @@ -8,12 +8,8 @@ tags: - cron job --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Cron jobs - - :::prerequisites The `cron.enabled` configuration option should be set to `true` in the `./config/server.js` (or `./config/server.ts` for TypeScript projects) [file](/dev-docs/configurations/server). ::: diff --git a/docusaurus/docs/dev-docs/configurations/environment.md b/docusaurus/docs/dev-docs/configurations/environment.md index 4e4a958aab..23dcfd0954 100644 --- a/docusaurus/docs/dev-docs/configurations/environment.md +++ b/docusaurus/docs/dev-docs/configurations/environment.md @@ -8,12 +8,8 @@ tags: - environment --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Environment configuration and variables - - Strapi provides specific environment variable names. Defining them in an environment file (e.g., `.env`) will make these variables and their values available in your code. :::tip diff --git a/docusaurus/docs/dev-docs/configurations/guides/access-cast-environment-variables.md b/docusaurus/docs/dev-docs/configurations/guides/access-cast-environment-variables.md index 37c4008bd6..412f8c2f1f 100644 --- a/docusaurus/docs/dev-docs/configurations/guides/access-cast-environment-variables.md +++ b/docusaurus/docs/dev-docs/configurations/guides/access-cast-environment-variables.md @@ -10,12 +10,8 @@ tags: - environment --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # How to access and cast environment variables - - In most use cases there will be different configurations between environments (e.g. database credentials). Instead of writing those credentials into configuration files, variables can be defined in a `.env` file at the root of the application: diff --git a/docusaurus/docs/dev-docs/configurations/guides/public-assets.md b/docusaurus/docs/dev-docs/configurations/guides/public-assets.md index b7944fc176..34ad09bb7b 100644 --- a/docusaurus/docs/dev-docs/configurations/guides/public-assets.md +++ b/docusaurus/docs/dev-docs/configurations/guides/public-assets.md @@ -10,12 +10,8 @@ tags: - public assets --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # How to use public assets with Strapi - - Public assets are static files (e.g. images, video, CSS files, etc.) that you want to make accessible to the outside world. Because an API may need to serve static assets, every new Strapi project includes by default a folder named `/public`. Any file located in this directory is accessible if the request's path doesn't match any other defined route and if it matches a public file name (e.g. an image named `company-logo.png` in `./public/` is accessible through `/company-logo.png` URL). diff --git a/docusaurus/docs/dev-docs/configurations/guides/rbac.md b/docusaurus/docs/dev-docs/configurations/guides/rbac.md index 4751b75646..b44618d816 100644 --- a/docusaurus/docs/dev-docs/configurations/guides/rbac.md +++ b/docusaurus/docs/dev-docs/configurations/guides/rbac.md @@ -13,12 +13,8 @@ tags: - Users, Roles & Permissions --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # How to create custom conditions for Role-Based Access Control (RBAC) - - Role-Based Access Control (RBAC) is an approach to restricting access to some users. In a Strapi application, users of the admin panel are administrators. Their roles and permissions are [configured in the admin panel](/user-docs/users-roles-permissions/configuring-administrator-roles). ## Declaring new conditions diff --git a/docusaurus/docs/dev-docs/configurations/plugins.md b/docusaurus/docs/dev-docs/configurations/plugins.md index 979e5227c4..75b8e5d045 100644 --- a/docusaurus/docs/dev-docs/configurations/plugins.md +++ b/docusaurus/docs/dev-docs/configurations/plugins.md @@ -14,12 +14,8 @@ tags: --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Plugins configuration - - Plugin configurations are stored in `/config/plugins.js|ts` (see [project structure](/dev-docs/project-structure)). Each plugin can be configured with the following available parameters: | Parameter | Description | Type | diff --git a/docusaurus/docs/dev-docs/configurations/server.md b/docusaurus/docs/dev-docs/configurations/server.md index bc9e3425cf..59394424af 100644 --- a/docusaurus/docs/dev-docs/configurations/server.md +++ b/docusaurus/docs/dev-docs/configurations/server.md @@ -12,12 +12,8 @@ tags: - port --- -import NotV5 from '/docs/snippets/\_not-updated-to-v5.md' - # Server configuration - - The `./config/server.js` file is used to define the server configuration for a Strapi application. :::caution diff --git a/docusaurus/docs/dev-docs/configurations/sso.md b/docusaurus/docs/dev-docs/configurations/sso.md index 5aeca782e7..db2e580aea 100644 --- a/docusaurus/docs/dev-docs/configurations/sso.md +++ b/docusaurus/docs/dev-docs/configurations/sso.md @@ -12,12 +12,8 @@ tags: - SSO --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Single Sign-On - - Single Sign-On on Strapi allows you to configure additional sign-in and sign-up methods for your administration panel. :::prerequisites diff --git a/docusaurus/docs/dev-docs/configurations/typescript.md b/docusaurus/docs/dev-docs/configurations/typescript.md index 6d92fe89b6..11a29450b6 100644 --- a/docusaurus/docs/dev-docs/configurations/typescript.md +++ b/docusaurus/docs/dev-docs/configurations/typescript.md @@ -10,12 +10,8 @@ tags: - typescript --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # TypeScript configuration - - [TypeScript](/dev-docs/typescript)-enabled Strapi projects have a specific project structure and handle TypeScript project configuration through [`tsconfig.json` files](#project-structure-and-typescript-specific-configuration-files). Strapi also has dedicated TypeScript features that are configured [in the `config/typescript.js|ts` file](#strapi-specific-configuration-for-typescript). diff --git a/docusaurus/docs/dev-docs/custom-fields.md b/docusaurus/docs/dev-docs/custom-fields.md index 3f5a6edfe5..48a1071199 100644 --- a/docusaurus/docs/dev-docs/custom-fields.md +++ b/docusaurus/docs/dev-docs/custom-fields.md @@ -13,12 +13,9 @@ tags: --- import CustomFieldRequiresPlugin from '/docs/snippets/custom-field-requires-plugin.md' -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' # Custom fields - - Custom fields extend Strapi’s capabilities by adding new types of fields to content-types and components. Once created or added to Strapi via plugins, custom fields can be used in the Content-Type Builder and Content Manager just like built-in fields. The present documentation is intended for custom field creators: it describes which APIs and functions developers must use to create a new custom field. The [User Guide](/user-docs/plugins/introduction-to-plugins.md#custom-fields) describes how to add and use custom fields from Strapi's admin panel. diff --git a/docusaurus/docs/dev-docs/data-management/export.md b/docusaurus/docs/dev-docs/data-management/export.md index bf672770ad..72ca7f7cd7 100644 --- a/docusaurus/docs/dev-docs/data-management/export.md +++ b/docusaurus/docs/dev-docs/data-management/export.md @@ -15,12 +15,8 @@ tags: - tar.gz.enc file --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Data export - - The `strapi export` command is used to export data from a local Strapi instance. By default, the `strapi export` command exports data as an encrypted and compressed `tar.gz.enc` file which includes: - the project configuration, diff --git a/docusaurus/docs/dev-docs/data-management/import.md b/docusaurus/docs/dev-docs/data-management/import.md index b8232a697a..39d57aec6e 100644 --- a/docusaurus/docs/dev-docs/data-management/import.md +++ b/docusaurus/docs/dev-docs/data-management/import.md @@ -13,12 +13,8 @@ tags: - tar.gz.enc file --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Data import - - The `strapi import` command is used to import data from a file. By default, the `strapi import` command imports data from an encrypted and compressed `tar.gz.enc` file which includes: - the project configuration, diff --git a/docusaurus/docs/dev-docs/data-management/transfer.md b/docusaurus/docs/dev-docs/data-management/transfer.md index 800cbef2aa..23b08e3bcb 100644 --- a/docusaurus/docs/dev-docs/data-management/transfer.md +++ b/docusaurus/docs/dev-docs/data-management/transfer.md @@ -10,12 +10,8 @@ tags: - environment --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Data transfer - - The `strapi transfer` command streams your data from one Strapi instance to another Strapi instance. The `transfer` command uses strict schema matching, meaning your two Strapi instances need to be exact copies of each other except for the contained data. The default `transfer` command transfers your content (entities and relations), files (assets), project configuration, and schemas. The command allows you to transfer data: - from a local Strapi instance to a remote Strapi instance diff --git a/docusaurus/docs/dev-docs/database-migrations.md b/docusaurus/docs/dev-docs/database-migrations.md index be88790692..39be8e3a6f 100644 --- a/docusaurus/docs/dev-docs/database-migrations.md +++ b/docusaurus/docs/dev-docs/database-migrations.md @@ -3,12 +3,8 @@ title: Database migrations description: Strapi database migrations are ways to modify the database --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Database migrations - - Database migrations exist to run one-time queries against the database, typically to modify the tables structure or the data when upgrading the Strapi application. These migrations are run automatically when the application starts and are executed before the automated schema migrations that Strapi also performs on boot. :::callout 🚧 Experimental feature diff --git a/docusaurus/docs/dev-docs/error-handling.md b/docusaurus/docs/dev-docs/error-handling.md index 256640eb19..0a30a7cdc6 100644 --- a/docusaurus/docs/dev-docs/error-handling.md +++ b/docusaurus/docs/dev-docs/error-handling.md @@ -14,12 +14,8 @@ tags: - strapi-utils --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Error handling - - Strapi is natively handling errors with a standard format. There are 2 use cases for error handling: diff --git a/docusaurus/docs/dev-docs/faq.md b/docusaurus/docs/dev-docs/faq.md index 5bfbc61937..a164684aa8 100644 --- a/docusaurus/docs/dev-docs/faq.md +++ b/docusaurus/docs/dev-docs/faq.md @@ -19,12 +19,8 @@ tags: --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Frequently Asked Questions - - Below are answers and solutions to most common issues that you may experience when working with Strapi. ## Why can't I create or update content-types in production/staging? diff --git a/docusaurus/docs/dev-docs/plugins-extension.md b/docusaurus/docs/dev-docs/plugins-extension.md index 391a679d1b..c1e9fe81c3 100644 --- a/docusaurus/docs/dev-docs/plugins-extension.md +++ b/docusaurus/docs/dev-docs/plugins-extension.md @@ -12,12 +12,8 @@ tags: - services --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Plugins extension - - Strapi comes with [plugins](/dev-docs/plugins) that can be installed from the [Marketplace](/user-docs/plugins/installing-plugins-via-marketplace#installing-marketplace-plugins-and-providers) or as npm packages. You can also create your own plugins (see [plugins development](/dev-docs/plugins/developing-plugins)) or extend the existing ones. :::warning diff --git a/docusaurus/docs/dev-docs/plugins/documentation.md b/docusaurus/docs/dev-docs/plugins/documentation.md index aca0a24bf6..3dfcbbf87a 100644 --- a/docusaurus/docs/dev-docs/plugins/documentation.md +++ b/docusaurus/docs/dev-docs/plugins/documentation.md @@ -13,12 +13,8 @@ tags: - Swagger UI --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Documentation plugin - - The Documentation plugin is useful to document the available endpoints once you created an API. If installed, the Documentation plugin will inspect content types and routes found on all APIs in your project and any plugin specified in the configuration. The plugin will then programmatically generate documentation to match the [OpenAPI specification](https://swagger.io/specification/). The Documentation plugin generates the [paths objects](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#paths-object) and [schema objects](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md#schema-object) and converts all Strapi types to [OpenAPI data types](https://swagger.io/docs/specification/data-models/data-types/). diff --git a/docusaurus/docs/dev-docs/plugins/graphql.md b/docusaurus/docs/dev-docs/plugins/graphql.md index 6b2a444b10..9a997756d5 100644 --- a/docusaurus/docs/dev-docs/plugins/graphql.md +++ b/docusaurus/docs/dev-docs/plugins/graphql.md @@ -17,12 +17,8 @@ tags: --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # GraphQL plugin - - By default Strapi create [REST endpoints](/dev-docs/api/rest#endpoints) for each of your content-types. With the GraphQL plugin, you will be able to add a GraphQL endpoint to fetch and mutate your content. :::strapi Looking for the GraphQL API documentation? diff --git a/docusaurus/docs/dev-docs/plugins/guides/pass-data-from-server-to-admin.md b/docusaurus/docs/dev-docs/plugins/guides/pass-data-from-server-to-admin.md index 7d5c7a4cda..71e3765f34 100644 --- a/docusaurus/docs/dev-docs/plugins/guides/pass-data-from-server-to-admin.md +++ b/docusaurus/docs/dev-docs/plugins/guides/pass-data-from-server-to-admin.md @@ -12,12 +12,8 @@ tags: - plugins development guides --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # How to pass data from server to admin panel with a Strapi plugin - - Strapi is **headless** . The admin panel is completely separate from the server. When [developing a Strapi plugin](/dev-docs/plugins/developing-plugins) you might want to pass data from the `/server` to the `/admin` folder. Within the `/server` folder you have access to the Strapi object and can do database queries whereas in the `/admin` folder you can't. diff --git a/docusaurus/docs/dev-docs/plugins/guides/store-and-access-data.md b/docusaurus/docs/dev-docs/plugins/guides/store-and-access-data.md index 85ab122cc1..bbdd5082e6 100644 --- a/docusaurus/docs/dev-docs/plugins/guides/store-and-access-data.md +++ b/docusaurus/docs/dev-docs/plugins/guides/store-and-access-data.md @@ -11,12 +11,8 @@ tags: - plugins development guides --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # How to store and access data from a Strapi plugin - - To store data with a Strapi [plugin](/dev-docs/plugins/developing-plugins), use a plugin content-type. Plugin content-types work exactly like other [content-types](/dev-docs/backend-customization/models). Once the content-type is [created](#create-a-content-type-for-your-plugin), you can start [interacting with the data](#interact-with-data-from-the-plugin). ## Create a content-type for your plugin diff --git a/docusaurus/docs/dev-docs/plugins/upload.md b/docusaurus/docs/dev-docs/plugins/upload.md index 6aafbd00ed..ca2158acac 100644 --- a/docusaurus/docs/dev-docs/plugins/upload.md +++ b/docusaurus/docs/dev-docs/plugins/upload.md @@ -11,12 +11,8 @@ tags: --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Upload plugin - - The Upload plugin is the backend powering the Media Library available by default in the Strapi admin panel. The Upload plugin is installed by default and can not be uninstalled. Using either the Media Library from the admin panel or the upload API directly, you can upload any kind of file for use in your Strapi application. By default Strapi provides a [provider](/dev-docs/providers) that uploads files to a local directory, which by default will be `public/uploads/` in your Strapi project. Additional providers are available should you want to upload your files to another location. diff --git a/docusaurus/docs/dev-docs/testing.md b/docusaurus/docs/dev-docs/testing.md index 6476bdad88..434de77916 100644 --- a/docusaurus/docs/dev-docs/testing.md +++ b/docusaurus/docs/dev-docs/testing.md @@ -8,12 +8,8 @@ tags: - environment --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Unit testing - - :::strapi The Strapi blog has a tutorial on how to implement [API testing with Jest and Supertest](https://strapi.io/blog/automated-testing-for-strapi-api-with-jest-and-supertest) and [how to add unit tests to your Strapi plugin](https://strapi.io/blog/how-to-add-unit-tests-to-your-strapi-plugin). ::: diff --git a/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md b/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md index ae58312ba2..47e0e2e6fc 100644 --- a/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md +++ b/docusaurus/docs/user-docs/content-manager/adding-content-to-releases.md @@ -9,8 +9,6 @@ tags: - Strapi Cloud --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Including content in a release Using the [Releases](/user-docs/releases/introduction) feature, you can group several entries to publish them altogether. Adding entries to a release is done from the Content Manager. You can also remove an entry from a release while updating the entry. diff --git a/docusaurus/docs/user-docs/content-manager/configuring-view-of-content-type.md b/docusaurus/docs/user-docs/content-manager/configuring-view-of-content-type.md index eae2f1fb51..071090c03a 100644 --- a/docusaurus/docs/user-docs/content-manager/configuring-view-of-content-type.md +++ b/docusaurus/docs/user-docs/content-manager/configuring-view-of-content-type.md @@ -10,8 +10,6 @@ tags: - Content-type edit view --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring the views of a content-type Depending on their type, content-types can be divided into 2 interfaces: the list view and the edit view. Both interfaces can be configured. diff --git a/docusaurus/docs/user-docs/content-manager/introduction-to-content-manager.md b/docusaurus/docs/user-docs/content-manager/introduction-to-content-manager.md index 4016c5391f..923bd11db0 100644 --- a/docusaurus/docs/user-docs/content-manager/introduction-to-content-manager.md +++ b/docusaurus/docs/user-docs/content-manager/introduction-to-content-manager.md @@ -13,7 +13,6 @@ tags: - introduction --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # Introduction to the Content Manager diff --git a/docusaurus/docs/user-docs/content-manager/managing-relational-fields.md b/docusaurus/docs/user-docs/content-manager/managing-relational-fields.md index 93cf091854..35403a1e13 100644 --- a/docusaurus/docs/user-docs/content-manager/managing-relational-fields.md +++ b/docusaurus/docs/user-docs/content-manager/managing-relational-fields.md @@ -10,8 +10,6 @@ tags: - one-choice relational fields --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Managing relational fields Relation-type fields added to a content-type from the Content-type Builder allow establishing a relation with another collection type. These fields are called "relational fields". diff --git a/docusaurus/docs/user-docs/content-manager/reviewing-content.md b/docusaurus/docs/user-docs/content-manager/reviewing-content.md index 4aec74ab59..9880c329f1 100644 --- a/docusaurus/docs/user-docs/content-manager/reviewing-content.md +++ b/docusaurus/docs/user-docs/content-manager/reviewing-content.md @@ -7,8 +7,6 @@ tags: - review workflows --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Reviewing content Using the [Review Workflows](/user-docs/settings/review-workflows) feature, you can manage content throughout the content creation process. In the Content Manager, you can change the review stage of the content from the edit view, and keep moving it between stages as needed. You can also change the assignee of the content, assigning it to a Strapi admin user for review. diff --git a/docusaurus/docs/user-docs/content-manager/saving-and-publishing-content.md b/docusaurus/docs/user-docs/content-manager/saving-and-publishing-content.md index 5805735ea2..d19e7b79dd 100644 --- a/docusaurus/docs/user-docs/content-manager/saving-and-publishing-content.md +++ b/docusaurus/docs/user-docs/content-manager/saving-and-publishing-content.md @@ -10,8 +10,6 @@ tags: - unpublishing content --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Saving, publishing and deleting content Strapi allows you to manage your content throughout its whole lifecycle, whether you are working on its draft version, about to finish it and share it with the world, or wanting to delete it when it's obsolete. diff --git a/docusaurus/docs/user-docs/content-manager/translating-content.md b/docusaurus/docs/user-docs/content-manager/translating-content.md index 2546c8f214..fde21064f1 100644 --- a/docusaurus/docs/user-docs/content-manager/translating-content.md +++ b/docusaurus/docs/user-docs/content-manager/translating-content.md @@ -12,8 +12,6 @@ tags: - single type --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Translating content With the [Internationalization feature](/user-docs/plugins/strapi-plugins#-internationalization-plugin) enabled for a content-type, it is possible to manage content in more than one language, called "locale". To manage content in a specific locale, the latter must be added beforehand through the Internationalization settings (see [Configuring Internationalization locales](../settings/internationalization)). diff --git a/docusaurus/docs/user-docs/content-type-builder/configuring-fields-content-type.md b/docusaurus/docs/user-docs/content-type-builder/configuring-fields-content-type.md index 3b6a73d877..04fd3de91e 100644 --- a/docusaurus/docs/user-docs/content-type-builder/configuring-fields-content-type.md +++ b/docusaurus/docs/user-docs/content-type-builder/configuring-fields-content-type.md @@ -12,8 +12,6 @@ tags: - password --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring fields for content-types :::note Development-only diff --git a/docusaurus/docs/user-docs/content-type-builder/creating-new-content-type.md b/docusaurus/docs/user-docs/content-type-builder/creating-new-content-type.md index a6f04b62f1..ccfb5473ac 100644 --- a/docusaurus/docs/user-docs/content-type-builder/creating-new-content-type.md +++ b/docusaurus/docs/user-docs/content-type-builder/creating-new-content-type.md @@ -9,8 +9,6 @@ tags: - single type --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Creating content-types :::note Development-only diff --git a/docusaurus/docs/user-docs/content-type-builder/introduction-to-content-types-builder.md b/docusaurus/docs/user-docs/content-type-builder/introduction-to-content-types-builder.md index b56cc4a551..4700458743 100644 --- a/docusaurus/docs/user-docs/content-type-builder/introduction-to-content-types-builder.md +++ b/docusaurus/docs/user-docs/content-type-builder/introduction-to-content-types-builder.md @@ -11,8 +11,6 @@ tags: pagination_next: user-docs/content-type-builder/creating-new-content-type --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Introduction to the Content-type Builder The Content-type Builder is a core plugin of Strapi. It is a feature that is always activated by default and cannot be deactivated. The Content-type Builder is however only accessible when the application is in a development environment. diff --git a/docusaurus/docs/user-docs/content-type-builder/managing-content-types.md b/docusaurus/docs/user-docs/content-type-builder/managing-content-types.md index e026b0e20a..528c1b8a7b 100644 --- a/docusaurus/docs/user-docs/content-type-builder/managing-content-types.md +++ b/docusaurus/docs/user-docs/content-type-builder/managing-content-types.md @@ -9,7 +9,6 @@ tags: - single type --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # Managing content-types diff --git a/docusaurus/docs/user-docs/media-library/adding-assets.md b/docusaurus/docs/user-docs/media-library/adding-assets.md index bb087b269b..5297a0d0a8 100644 --- a/docusaurus/docs/user-docs/media-library/adding-assets.md +++ b/docusaurus/docs/user-docs/media-library/adding-assets.md @@ -9,8 +9,6 @@ tags: - media library --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Adding assets The Media Library displays all assets uploaded in the application, either via the [Media Library](/user-docs/media-library) or the [Content Manager](/user-docs/content-manager/writing-content.md#filling-up-fields) when managing a media field. diff --git a/docusaurus/docs/user-docs/media-library/introduction-to-the-media-library.md b/docusaurus/docs/user-docs/media-library/introduction-to-the-media-library.md index c82f0b5b73..517339897c 100644 --- a/docusaurus/docs/user-docs/media-library/introduction-to-the-media-library.md +++ b/docusaurus/docs/user-docs/media-library/introduction-to-the-media-library.md @@ -12,7 +12,6 @@ tags: pagination_next: user-docs/media-library/adding-assets --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # Introduction to the Media Library diff --git a/docusaurus/docs/user-docs/media-library/managing-assets.md b/docusaurus/docs/user-docs/media-library/managing-assets.md index 76970725dc..eb5400a22c 100644 --- a/docusaurus/docs/user-docs/media-library/managing-assets.md +++ b/docusaurus/docs/user-docs/media-library/managing-assets.md @@ -9,7 +9,6 @@ tags: - media library --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # Managing individual assets diff --git a/docusaurus/docs/user-docs/media-library/organizing-assets-with-folders.md b/docusaurus/docs/user-docs/media-library/organizing-assets-with-folders.md index f3e548c9f7..3b7e6e4c8f 100644 --- a/docusaurus/docs/user-docs/media-library/organizing-assets-with-folders.md +++ b/docusaurus/docs/user-docs/media-library/organizing-assets-with-folders.md @@ -10,7 +10,6 @@ tags: - Users, Roles & Permissions --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # Organizing assets with folders diff --git a/docusaurus/docs/user-docs/plugins/installing-plugins-via-marketplace.md b/docusaurus/docs/user-docs/plugins/installing-plugins-via-marketplace.md index e25510e988..6877b4b690 100644 --- a/docusaurus/docs/user-docs/plugins/installing-plugins-via-marketplace.md +++ b/docusaurus/docs/user-docs/plugins/installing-plugins-via-marketplace.md @@ -9,12 +9,8 @@ tags: - upload plugin --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Using the Marketplace - - The Marketplace is where users can find additional plugins to customize Strapi applications, and additional [providers](/user-docs/plugins#providers/) to extend plugins. The Marketplace is located in the admin panel, indicated by ![Marketplace icon](/img/assets/icons/v5/ShoppingCart.svg) _Marketplace_. In the Marketplace, users can browse or search for plugins and providers, link to detailed descriptions for each, and submit new plugins and providers. :::note strapi In-app Marketplace vs. Market website diff --git a/docusaurus/docs/user-docs/plugins/introduction-to-plugins.md b/docusaurus/docs/user-docs/plugins/introduction-to-plugins.md index df8f00e3e1..75d4e3e8e5 100644 --- a/docusaurus/docs/user-docs/plugins/introduction-to-plugins.md +++ b/docusaurus/docs/user-docs/plugins/introduction-to-plugins.md @@ -12,8 +12,6 @@ tags: pagination_next: user-docs/plugins/installing-plugins-via-marketplace --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Introduction to plugins Strapi is built around different types of plugins. Every default Strapi application comes with the following pre-installed plugins: diff --git a/docusaurus/docs/user-docs/plugins/strapi-plugins.md b/docusaurus/docs/user-docs/plugins/strapi-plugins.md index 58a21055a3..677e474aa9 100644 --- a/docusaurus/docs/user-docs/plugins/strapi-plugins.md +++ b/docusaurus/docs/user-docs/plugins/strapi-plugins.md @@ -13,8 +13,6 @@ tags: - Strapi plugin --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # List of Strapi plugins Strapi builds and maintains plugins that extend the functionality of a core Strapi application. This section is a reference guide to the pre-installed plugins and additional plugins developed by Strapi, which are available in the [Marketplace](/user-docs/plugins/installing-plugins-via-marketplace/). Additional documentation on plugins is provided in the relevant sections of the User Guide and the Developer Documentation, however, a brief plugin description, how the installed plugin works, and changes to the admin panel is provided. diff --git a/docusaurus/docs/user-docs/releases/creating-a-release.md b/docusaurus/docs/user-docs/releases/creating-a-release.md index 0b7553fd5b..715e93a301 100644 --- a/docusaurus/docs/user-docs/releases/creating-a-release.md +++ b/docusaurus/docs/user-docs/releases/creating-a-release.md @@ -8,8 +8,6 @@ tags: - Strapi Cloud --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Creating a release The ![Releases icon](/img/assets/icons/v5/PaperPlane.svg) [Releases](/user-docs/releases/introduction) page allows creating new releases that will be used to organize entries. diff --git a/docusaurus/docs/user-docs/settings/API-tokens.md b/docusaurus/docs/user-docs/settings/API-tokens.md index dc010bdc98..c103b5ec1b 100644 --- a/docusaurus/docs/user-docs/settings/API-tokens.md +++ b/docusaurus/docs/user-docs/settings/API-tokens.md @@ -7,8 +7,6 @@ tags: - GraphQL API --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Managing API tokens :::prerequisites diff --git a/docusaurus/docs/user-docs/settings/admin-panel.md b/docusaurus/docs/user-docs/settings/admin-panel.md index adc164df9f..8b4e9154bb 100644 --- a/docusaurus/docs/user-docs/settings/admin-panel.md +++ b/docusaurus/docs/user-docs/settings/admin-panel.md @@ -6,8 +6,6 @@ tags: - company logo --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Customizing the logo The default Strapi logos, displayed in the main navigation of a Strapi application and the authentication pages, can be modified from ![Settings icon](/img/assets/icons/v5/Cog.svg) *Settings > Global settings > Overview*. diff --git a/docusaurus/docs/user-docs/settings/audit-logs.md b/docusaurus/docs/user-docs/settings/audit-logs.md index d5c7a9cd67..2abbfbcb9f 100644 --- a/docusaurus/docs/user-docs/settings/audit-logs.md +++ b/docusaurus/docs/user-docs/settings/audit-logs.md @@ -10,8 +10,6 @@ tags: - Strapi Cloud --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Audit Logs The **Audit Logs** section provides a searchable and filterable display of all activities performed by users of the Strapi application. diff --git a/docusaurus/docs/user-docs/settings/configuring-users-permissions-plugin-settings.md b/docusaurus/docs/user-docs/settings/configuring-users-permissions-plugin-settings.md index f827226bfa..bc8416ac7d 100644 --- a/docusaurus/docs/user-docs/settings/configuring-users-permissions-plugin-settings.md +++ b/docusaurus/docs/user-docs/settings/configuring-users-permissions-plugin-settings.md @@ -7,8 +7,6 @@ tags: - Users, Roles & Permissions --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring Users & Permissions plugin settings The Users & Permissions plugin is managed from the *Users & Permissions plugin* settings section, accessible from ![Settings icon](/img/assets/icons/v5/Cog.svg) *Settings* in the main navigation of the admin panel. This settings section allows to configure the available providers, email templates and the advanced settings of the plugin. It also allows to define the end-users roles and their related permissions (see [Configuring end-user roles](../users-roles-permissions/configuring-end-users-roles.md)). diff --git a/docusaurus/docs/user-docs/settings/internationalization.md b/docusaurus/docs/user-docs/settings/internationalization.md index 98be10983b..c6bce974d5 100644 --- a/docusaurus/docs/user-docs/settings/internationalization.md +++ b/docusaurus/docs/user-docs/settings/internationalization.md @@ -7,8 +7,6 @@ tags: - plugins --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring Internationalization locales The [Internationalization plugin](/user-docs/plugins/strapi-plugins.md#-internationalization-plugin) allows to manage content in different languages, called "locales". Once the Internationalization plugin is installed in a Strapi application (see [Installing plugins via the Marketplace](/user-docs/plugins/installing-plugins-via-marketplace.md)), administrators can manage locales from ![Settings icon](/img/assets/icons/v5/Cog.svg) *Settings > Global settings > Internationalization*. diff --git a/docusaurus/docs/user-docs/settings/media-library-settings.md b/docusaurus/docs/user-docs/settings/media-library-settings.md index 40410d69b7..dee3e88eca 100644 --- a/docusaurus/docs/user-docs/settings/media-library-settings.md +++ b/docusaurus/docs/user-docs/settings/media-library-settings.md @@ -7,8 +7,6 @@ tags: - plugins --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring the Media Library The [Media Library](/user-docs/media-library) displays all assets uploaded in the Strapi application. The Media Library settings allow controlling the format, file size, and orientation of uploaded assets. Those settings can be configured from ![Settings icon](/img/assets/icons/v5/Cog.svg) *Settings > Global settings > Media Library*. diff --git a/docusaurus/docs/user-docs/settings/review-workflows.md b/docusaurus/docs/user-docs/settings/review-workflows.md index a81b4ef96d..f9fab7e8f8 100644 --- a/docusaurus/docs/user-docs/settings/review-workflows.md +++ b/docusaurus/docs/user-docs/settings/review-workflows.md @@ -8,8 +8,6 @@ tags: - Strapi Cloud --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Managing Review Workflows The Review Workflows feature allows you to create and manage workflows for your various content-types. Each workflow can consist of any review stages for your content, enabling your team to collaborate in the content creation flow from draft to publication. diff --git a/docusaurus/docs/user-docs/settings/single-sign-on.md b/docusaurus/docs/user-docs/settings/single-sign-on.md index e9516d454b..92dc05eab5 100644 --- a/docusaurus/docs/user-docs/settings/single-sign-on.md +++ b/docusaurus/docs/user-docs/settings/single-sign-on.md @@ -7,8 +7,6 @@ tags: - Single Sign-On (SSO) --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring Single Sign-On (SSO) Single Sign-On (SSO) can be made available on a Strapi application to allow administrators to authenticate through an identity provider (e.g. Microsoft Azure Active Directory). SSO configurations can be done from ![Settings icon](/img/assets/icons/v5/Cog.svg) *Settings > Global settings > Single Sign-On*. diff --git a/docusaurus/docs/user-docs/settings/transfer-tokens.md b/docusaurus/docs/user-docs/settings/transfer-tokens.md index 3005e6788a..561e55330d 100644 --- a/docusaurus/docs/user-docs/settings/transfer-tokens.md +++ b/docusaurus/docs/user-docs/settings/transfer-tokens.md @@ -7,8 +7,6 @@ tags: - transfer tokens --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Managing transfer tokens :::prerequisites diff --git a/docusaurus/docs/user-docs/users-roles-permissions/configuring-administrator-roles.md b/docusaurus/docs/user-docs/users-roles-permissions/configuring-administrator-roles.md index 4fb2738643..827d2ec678 100644 --- a/docusaurus/docs/user-docs/users-roles-permissions/configuring-administrator-roles.md +++ b/docusaurus/docs/user-docs/users-roles-permissions/configuring-administrator-roles.md @@ -4,8 +4,6 @@ displayed_sidebar: userDocsSidebar sidebar_position: 2 --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring administrator roles (RBAC) Administrators are the users of an admin panel of a Strapi application. Administrator accounts and roles are managed with the Role-Based Access Control (RBAC) feature. It is available in the *Administration panel* section of the ![Settings icon](/img/assets/icons/v5/Cog.svg) *Settings* sub navigation. diff --git a/docusaurus/docs/user-docs/users-roles-permissions/configuring-end-users-roles.md b/docusaurus/docs/user-docs/users-roles-permissions/configuring-end-users-roles.md index e313aa8449..e260c6ebf2 100644 --- a/docusaurus/docs/user-docs/users-roles-permissions/configuring-end-users-roles.md +++ b/docusaurus/docs/user-docs/users-roles-permissions/configuring-end-users-roles.md @@ -5,8 +5,6 @@ displayed_sidebar: userDocsSidebar sidebar_position: 4 --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Configuring end-user roles End-users are the users who consume the content that is created and managed with a Strapi application and displayed on front-end applications (e.g. websites, mobile applications, connected devices etc.). Unlike the administrators, they do not have access to the admin panel. diff --git a/docusaurus/docs/user-docs/users-roles-permissions/managing-administrators.md b/docusaurus/docs/user-docs/users-roles-permissions/managing-administrators.md index 25819554ab..fddba5c4a7 100644 --- a/docusaurus/docs/user-docs/users-roles-permissions/managing-administrators.md +++ b/docusaurus/docs/user-docs/users-roles-permissions/managing-administrators.md @@ -4,7 +4,6 @@ displayed_sidebar: userDocsSidebar sidebar_position: 3 --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' import ScreenshotNumberReference from '/src/components/ScreenshotNumberReference.jsx'; # Managing administrator accounts diff --git a/docusaurus/docs/user-docs/users-roles-permissions/managing-end-users.md b/docusaurus/docs/user-docs/users-roles-permissions/managing-end-users.md index 7dc1fdc854..79d18898ed 100644 --- a/docusaurus/docs/user-docs/users-roles-permissions/managing-end-users.md +++ b/docusaurus/docs/user-docs/users-roles-permissions/managing-end-users.md @@ -5,8 +5,6 @@ displayed_sidebar: userDocsSidebar sidebar_position: 5 --- -import NotV5 from '/docs/snippets/_not-updated-to-v5.md' - # Managing end-user accounts End-users are the users who consume the content that is created and managed with a Strapi application and displayed on front-end applications (e.g. websites, mobile applications, connected devices etc.). Unlike the administrators, they do not have access to the admin panel.