documentation
documentation copied to clipboard
Strapi Documentation
### What does it do? Added a deployment guide for [Fly.io](https://fly.io/) and [Postgres](https://fly.io/docs/reference/postgres/#creating-a-postgres-app). Pinging the Fly folks just in case they have better solutions to this @michaeldwan @jeromegn @lubien @ThisIsRahmat...
### Summary I read and followed [all instructions](https://docs.strapi.io/developer-docs/latest/setup-deployment-guides/deployment/hosting-guides/azure.html#optional-additions) how to deploy Strapi to an Azure App Service. (Except: I created a windows, **_not a linux_** app service plan) However, the...
### What does it do? Add populate creator fields documentation to the REST API ### Why is it needed? Significant v3->v4 pain point and needs to be documented for users....
Adds a new "Custom fields" page to the Development section, intended to custom field creators i.e. (plugin) developers. This reference documentation page: - quickly explains what custom fields (CF) are...
### What does it do? Add Hotjar in our documentation to better understand how the visitors interact with it. ### Why is it needed? To work on the most impactful...
Briefly explain how custom fields might appear in `schema.json` files for the models.
This PR mentions custom fields in the following existing sections: - the Server and Admin Panel APIs for plugins - the global `register()` and `bootstrap()` lifecycle functions - the Plugins...
### What does it do? Add a step to TS project conversion to preserve SQLite dbs ### Why is it needed? stop users from losing the db. ### Related issue(s)/PR(s)...
### What does it do? It adds examples of replacing a core action in addition to the examples of wrapping a core action that already exists. ### Why is it...
This PR will be a recipient to merge all of the new content for Custom Fields (both user guide and developer docs): It will include the following PRs: - [...