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
@@ -10,8 +10,10 @@ import {
Table,
Badge,
Tooltip,
CopyGeneratedSnippetButton,
} from "docs-ui"
import { CommerceModuleSections } from "../CommerceModuleSections"
import { EventHeader } from "../EventHeader"
const MDXComponents: MDXComponentsType = {
...UiMdxComponents,
@@ -27,6 +29,8 @@ const MDXComponents: MDXComponentsType = {
Tooltip: (props) => {
return <Tooltip {...props} />
},
EventHeader,
CopyGeneratedSnippetButton,
}
export default MDXComponents