docs: triage issues + revamp troubleshooting guides (#14216)

* docs: triage issues + revamp troubleshooting guides

* small change
This commit is contained in:
Shahed Nasser
2025-12-04 17:12:48 +02:00
committed by GitHub
parent a00bba5cfc
commit e3e3c725db
23 changed files with 126 additions and 69 deletions
@@ -28,7 +28,7 @@ While this is the recommended way to create a Medusa application, you can altern
<Prerequisites items={[
{
text: "Node.js v20+ (LTS versions)",
text: "Node.js v20+ (LTS versions only)",
link: "https://nodejs.org/en/download"
},
{
@@ -36,7 +36,7 @@ While this is the recommended way to create a Medusa application, you can altern
link: "https://git-scm.com/downloads"
},
{
text: "PostgreSQL",
text: "PostgreSQL installed and running",
link: "https://www.postgresql.org/download/"
}
]} />