78f49286d0
- 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
11 lines
235 B
Plaintext
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 /> |