docs-util: add events to workflows reference (#12376)

This commit is contained in:
Shahed Nasser
2025-05-06 16:04:12 +03:00
committed by GitHub
parent aba4cba373
commit ecf3556589
10 changed files with 276 additions and 87 deletions
@@ -8,6 +8,8 @@ import {
CodeTabs,
CodeTab,
Table,
Badge,
Tooltip,
} from "docs-ui"
import { CommerceModuleSections } from "../CommerceModuleSections"
@@ -21,6 +23,8 @@ const MDXComponents: MDXComponentsType = {
CodeTabs,
CodeTab,
Table,
Badge,
Tooltip,
}
export default MDXComponents