Skip to content

docs(cms): note supported browsers for Strapi Admin in Quick Start prerequisites#3045

Open
singhvishalkr wants to merge 1 commit intostrapi:mainfrom
singhvishalkr:cms/admin-panel-browser-prerequisites
Open

docs(cms): note supported browsers for Strapi Admin in Quick Start prerequisites#3045
singhvishalkr wants to merge 1 commit intostrapi:mainfrom
singhvishalkr:cms/admin-panel-browser-prerequisites

Conversation

@singhvishalkr
Copy link
Copy Markdown

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 in packages/core/strapi/src/node/create-build-context.ts:

  • last 3 major versions
  • Firefox ESR
  • last 2 Opera versions
  • not dead

Changes

  • Added a Web browser (Admin panel) bullet to docusaurus/docs/snippets/installation-prerequisites.md noting the default Browserslist query and linking to browsersl.ist for the current coverage matrix.
  • Mentioned that projects can override the defaults with a Browserslist configuration at the project root.

How to verify

  1. cd docusaurus && yarn && yarn dev -- open the Quick Start page and confirm the Prerequisites block includes the browser note.
  2. yarn build -- ensure the site builds with no broken links.

@singhvishalkr singhvishalkr requested a review from pwizla as a code owner April 11, 2026 12:59
@strapi-cla
Copy link
Copy Markdown

strapi-cla commented Apr 11, 2026

CLA assistant check
All committers have signed the CLA.

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 11, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
documentation Ready Ready Preview, Comment Apr 11, 2026 1:01pm

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Request]: Note default supported Strapi Admin Browsers

2 participants