docs: add copy subscriber button (#12405)

* docs: add copy subscriber button

* re-generate

* fixes + update copy button
This commit is contained in:
Shahed Nasser
2025-05-08 12:48:44 +03:00
committed by GitHub
parent f929185021
commit f81eb51b67
38 changed files with 20525 additions and 18707 deletions
+11 -1
View File
@@ -66,7 +66,7 @@ async function main() {
"commerce-modules"
),
allowedFilesPatterns: [
/^(?!.*\/(workflows|js-sdk|extend|events|admin-widget-zones)\/).*$/,
/^(?!.*\/(workflows|js-sdk|extend|admin-widget-zones)\/).*$/,
],
},
{
@@ -101,6 +101,16 @@ async function main() {
},
},
},
{
dir: path.join(
process.cwd(),
"..",
"resources",
"references",
"modules",
"events"
),
},
{
dir: path.join(process.cwd(), "..", "resources", "app", "medusa-cli"),
},