Add supported browsers for Strapi Admin in Quick Start Guide prerequisites#3045
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Thank you, @singhvishalkr, for your very first contributions to this repository and for the many PRs 😊 I'm going to fix this manually this time, but for the next PRs that you might create, please ensure PR titles meet the requirements defined in git-rules.md. Please ensure your AI tool includes these rules in its context ( In short:
Apart from that, please also refrain from using bold to highlight content. I know this is something most AI tools do, but this is not consistent with our content. The PR is now approved, merged, should be live on docs.strapi.io in a few minutes, and will be mentioned in the next weekly snapshot release. Thank you for your understanding |
Summary
Documents the default Browserslist targets used when building the Strapi Admin panel, in the Quick Start Prerequisites section (via the shared installation prerequisites snippet).
Closes #2905
Background
Strapi resolves the Admin build target with
browserslist.loadConfig({ path: cwd })and falls back to the default queries defined inpackages/core/strapi/src/node/create-build-context.ts:last 3 major versionsFirefox ESRlast 2 Opera versionsnot deadChanges
docusaurus/docs/snippets/installation-prerequisites.mdnoting the default Browserslist query and linking to browsersl.ist for the current coverage matrix.How to verify
cd docusaurus && yarn && yarn dev-- open the Quick Start page and confirm the Prerequisites block includes the browser note.yarn build-- ensure the site builds with no broken links.