documentation
documentation copied to clipboard
Strapi Documentation
### What does it do? Changed to extensions import path ### Why is it needed? Because documentation says: extensions folder should be in src/admin
### Link to the documentation page or resource https://docs.strapi.io/dev-docs/backend-customization/middlewares#restricting-content-access-with-an-is-owner-policy ### Describe the bug In step 7 of documentation link above, under title: `Restricting content access with an "is-owner policy"`, the...
The components folder was pushed too far to the right because of duplicate hierarchy columns. ### What does it do? Removed duplicate file hierarchy column. ### Why is it needed?...
In this PR, I've reworded the TOC introduction labels to help users navigate better.
### Link to the documentation page or resource https://docs.strapi.io/dev-docs/api/entity-service/crud ### Describe the bug On the page https://docs.strapi.io/dev-docs/api/entity-service/crud are only fields and filters and populate mentioned. There is a parameter 'locale'...
### What does it do? Explain the use of the new standalone plugin CLI now that the strapi commands for plugins have been moved there ### Related issue(s)/PR(s) [The new...
The configuration parameters required by mysql2 are "name" and "password". The parameter "username" rises a warning. ### What does it do? I changed the name of mysql2 configuration from "username"...
Replaced "," with "." in file name in vite config for Typescript. What does it do? Replaced "," with "." in file name in vite config for Typescript
Replaced "," with "." in file name in vite config for Typescript. ### What does it do? Replaced "," with "." in file name in vite config for Typescript
### What does it do? Adds docs for the ugprade tool `codemods` command ### Why is it needed? it was missing ### Related issue(s)/PR(s) DX-1395