documentation
documentation copied to clipboard
Strapi Documentation
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/developer-resources/database-apis-reference/rest-api.html ### Describe the bug This is the data I added This is the Shu I got through the API Why is...
### Link to the documentation page or resource https://strapi.io/documentation/developer-docs/latest/getting-started/quick-start.html#_1-install-strapi-and-create-a-new-project ### Describe the bug Hello @derrickmehaffy cc @yvesdo Since August 12th we have observed an important decrease in some documentation pageviews....
### Summary in backend-customization/ https://docs.strapi.io/developer-docs/latest/development/backend-customization/controllers.html#adding-a-new-controller you have this example: ```js // path: ./src/api/restaurant/controllers/restaurant.js const { createCoreController } = require('@strapi/strapi').factories; module.exports = createCoreController('api::restaurant.restaurant', ({ strapi }) => ({ // Method 1:...
### Summary when updating an item through a [lifecycle hook](https://docs.strapi.io/developer-docs/latest/development/backend-customization/models.html#declarative-and-programmatic-usage), for some reason you cannot do it from a third function. ie: this will **not** update the data ``` function...
### Summary Documentation about email templates override (link below) doesn't works as expected. https://docs.strapi.io/developer-docs/latest/development/admin-customization.html#forgotten-password-email The sent email is never replaced, neither via the override by this method, nor via the...
_Originally created by @Aurelsicoko ^^ Thank you!_ Allows us to render custom icons in the sidebar (By default, the `sidebar-` configuration files interpret strings literally, rendering `` tags as text...
Hello, I want to add the following document: https://github.com/hitjethva/documentation/blob/main/docs/developer-docs/latest/setup-deployment-guides/installation/Install-Strapi-on-Atlantic-cloud-platform.md
Added a line to recommend WSL for windows users on step 5 of the postgres setup, as that was something that would have saved me some time while following the...
### Link to the documentation page or resource https://docs.strapi.io/developer-docs/latest/plugins/documentation.html#swagger-json-and-openapi-json-files ### Describe the bug This documentation appears to be stale. I was testing Strapi for a new project because I read...
### Summary In strapi v3 services have a search method that can be used like in the [example code for find](https://docs-v3.strapi.io/developer-docs/latest/development/backend-customization.html#collection-type). The v3 to v4 guide does not give any...