Files
medusa-store/www/apps/resources/app/recipes/page.mdx
T
Shahed Nasser 78f49286d0 docs: updated marketplace recipe + added example (#8061)
- Moved recipes into its own section of the learning resources
- Updated the marketplace recipe overview
- Added an example implementation of the marketplace recipe

Closes DOCS-791
2024-07-11 15:56:41 +00:00

11 lines
235 B
Plaintext

import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Recipes`,
}
# {metadata.title}
This section of the documentation provides recipes for common use cases with example implementations.
<ChildDocs onlyTopLevel />