docs: read-only links + other changes (#11878)

* docs: read-only links + other changes

* re-generate

* fix vale errors
This commit is contained in:
Shahed Nasser
2025-03-18 08:31:09 +02:00
committed by GitHub
parent c3440e5e38
commit bc3d04dac9
16 changed files with 9951 additions and 8976 deletions
@@ -30,7 +30,7 @@ module.exports = defineConfig({
providers: [
{
resolve: "@medusajs/medusa/locking-postgres",
id: "postgres-lock",
id: "locking-postgres",
// set this if you want this provider to be used by default
// and you have other Locking Module Providers registered.
is_default: true,
@@ -72,7 +72,7 @@ module.exports = defineConfig({
providers: [
{
resolve: "@medusajs/medusa/locking-postgres",
id: "postgres-lock",
id: "locking-postgres",
is_default: true,
},
]