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
@@ -35,7 +35,7 @@ module.exports = defineConfig({
providers: [
{
resolve: "@medusajs/medusa/locking-redis",
id: "redis-lock",
id: "locking-redis",
// set this if you want this provider to be used by default
// and you have other Locking Module Providers registered.
is_default: true,
@@ -253,7 +253,7 @@ module.exports = defineConfig({
providers: [
{
resolve: "@medusajs/medusa/locking-redis",
id: "redis-lock",
id: "locking-redis",
is_default: true,
options: {
// ...