docs: add copy subscriber button (#12405)
* docs: add copy subscriber button * re-generate * fixes + update copy button
This commit is contained in:
@@ -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"),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user