From cc14cb1868a8a4eda01968315d12f2db7dfdecec Mon Sep 17 00:00:00 2001 From: Vishal Kumar Singh Date: Sat, 11 Apr 2026 18:29:05 +0530 Subject: [PATCH 1/3] docs(cms): note supported browsers for Strapi Admin in Quick Start prerequisites --- docusaurus/docs/snippets/installation-prerequisites.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docusaurus/docs/snippets/installation-prerequisites.md b/docusaurus/docs/snippets/installation-prerequisites.md index fda3384edc..36dec066fc 100644 --- a/docusaurus/docs/snippets/installation-prerequisites.md +++ b/docusaurus/docs/snippets/installation-prerequisites.md @@ -6,3 +6,4 @@ Before installing Strapi, the following requirements must be installed on your c - - - (if using a SQLite database) +- **Web browser (Admin panel):** The Admin UI targets browsers matching the default query: `last 3 major versions`, `Firefox ESR`, `last 2 Opera versions`, and `not dead`. See for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root. From d0738e17846badf8fd7830cd6c741c172d475c1c Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Mon, 13 Apr 2026 10:40:09 +0200 Subject: [PATCH 2/3] Fix style --- docusaurus/docs/snippets/installation-prerequisites.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus/docs/snippets/installation-prerequisites.md b/docusaurus/docs/snippets/installation-prerequisites.md index 36dec066fc..a202449ce0 100644 --- a/docusaurus/docs/snippets/installation-prerequisites.md +++ b/docusaurus/docs/snippets/installation-prerequisites.md @@ -1,9 +1,9 @@ Before installing Strapi, the following requirements must be installed on your computer: - : Only are supported (currently `v20`, `v22`, and `v24`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v23, v25). -- Your preferred Node.js package manager: +- Your preferred Node.js package manager is installed: - (`v6` and above) - - -- (if using a SQLite database) -- **Web browser (Admin panel):** The Admin UI targets browsers matching the default query: `last 3 major versions`, `Firefox ESR`, `last 2 Opera versions`, and `not dead`. See for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root. +- is installed (if using a SQLite database) +- You use a supported web browser: The Admin panel targets browsers matching the default query: `last 3 major versions`, `Firefox ESR`, `last 2 Opera versions`, and `not dead`. See for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root. From 891bc67abe34fc19e4e9a1415b7ca6b29d7e182b Mon Sep 17 00:00:00 2001 From: Pierre Wizla Date: Mon, 13 Apr 2026 10:40:48 +0200 Subject: [PATCH 3/3] Refine style --- docusaurus/docs/snippets/installation-prerequisites.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docusaurus/docs/snippets/installation-prerequisites.md b/docusaurus/docs/snippets/installation-prerequisites.md index a202449ce0..444cf1673a 100644 --- a/docusaurus/docs/snippets/installation-prerequisites.md +++ b/docusaurus/docs/snippets/installation-prerequisites.md @@ -1,9 +1,9 @@ Before installing Strapi, the following requirements must be installed on your computer: - : Only are supported (currently `v20`, `v22`, and `v24`). Odd-number releases of Node, known as "current" versions of Node.js, are not supported (e.g. v23, v25). -- Your preferred Node.js package manager is installed: +- Your preferred Node.js package manager: - (`v6` and above) - - -- is installed (if using a SQLite database) -- You use a supported web browser: The Admin panel targets browsers matching the default query: `last 3 major versions`, `Firefox ESR`, `last 2 Opera versions`, and `not dead`. See for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root. +- (if using a SQLite database) +- A supported web browser: The Admin panel targets browsers matching the default query: `last 3 major versions`, `Firefox ESR`, `last 2 Opera versions`, and `not dead`. See for the current coverage matrix. Projects can override these defaults with a Browserslist configuration at the project root.