mirror of
https://github.com/strapi/strapi.git
synced 2025-10-15 10:04:32 +00:00

* feat: add content source maps service * chore: refactor to fp and async.pipe * chore: use header instead of query param * fix: ignore polymorphic relations * chore: add error handling * fix: arrays of relations and medias * enhancement(getstarted): show nested values in preview * fix: update highlights when the dom changes * fix: highlight dimensions after text update * fix: strip away invisible characters from dom * fix: don't encode slugs * fix: handle fields in single components * enhancement: add rawWithIndices to traverseEntity patj * fix: handle components and repeatable components * fix: strapi utils build * fix: dynamic zones * chore: use dots for array indices not brackets * fix: content source map base url fallback * chore: use URLSearchParams instead of URL * chore: refinements * test: fieldUtils testing * fix: traverse-entity doc * chore: add traverse-entity tests * feat: scroll element into view on focus
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.