mirror of
https://github.com/strapi/strapi.git
synced 2025-07-29 03:50:26 +00:00

* overwrite the Authorization header when passed as config * replace axios call with fetchClient and remove axios cancel from the admin * replace axios call in the UseCasePage form * replace axios with useFetchClient inside the App component for the analytics call * replace axios calls with the post useFetchClient inside the AuthPage * remove axios instances inside the CollectionTypeFormWrapper and the SingleTypeFormWrapper * Replace axios call with useFetchClient inside the Register component * replace axios call with useFetchClient sinde the urlToFile utils * remove axios instances inside the useFetchContentTypeLayout * remove axios instances inside the ComponentSettingsView component * update test urlToFile * remove axios as dependency in admin and remove cancel token from ListView * remove axios dependency from the admin * revert dependency * replace the downloadFile axios call with getFetchClient * remove console log * fix issue if preferedLanguage is null * replace axios call with getFetchClient inside the urlToAssets utility * revert back cancel token inside CollectionTypeFormWrapper * revert cancel token logic * add the logic to handle paths without prepending slash * remove tip for the relative path * move the fetchMarketplaceProviders util inside the useFetchMarketplaceProviders file * use fetch instead of useFetchClient for external calls * remove the control of the preferedLanguage inside the Profile page * move up useFetchClient call * refactor normalize url * add mock getFetchClient in FromComputerForm test * fix check full url * refactor fetch * cleanup code * fix comments * fix review comments * refaactor fetch calls and fix types and format code * add more info in the documentation * fix unit tests marketplace and add a constants file shared between the two hooks * change the import order * refactor hooks returining type * move whatwg-fetch import inside the admin-test-util and small refactoring * fix test, remove comments and remove only
Strapi contributor documentation
If you are looking for the official Strapi documentation, it is available here
This documentation is a contributor documentation made for anyone that wants to contribute to the project.
To run the documentation website, follow the instructions below.
Installation
$ yarn
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build
directory and can be served using any static contents hosting service.