docs: DX improvements to a workflow / step reference page (#10906)

This commit is contained in:
Shahed Nasser
2025-01-10 13:47:08 +02:00
committed by GitHub
parent 428fce5313
commit a126f40bbe
23 changed files with 138116 additions and 73 deletions

View File

@@ -4,6 +4,7 @@ import {
MDXComponents as UiMdxComponents,
TypeList,
WorkflowDiagram,
SourceCodeLink,
} from "docs-ui"
import { CommerceModuleSections } from "../CommerceModuleSections"
@@ -13,6 +14,7 @@ const MDXComponents: MDXComponentsType = {
TypeList,
WorkflowDiagram,
CommerceModuleSections,
SourceCodeLink,
}
export default MDXComponents