Files
medusa-store/www/apps/resources/app/recipes/page.mdx
Shahed Nasser 5deb8eaf50 docs: support multiple sidebars in a project (#11768)
* changed to new sidebar across projects except resources

* finalize multi sidebar support

* clean up

* remove redundant property

* small changes

* fixes

* generate

* fix error

* fix initial open
2025-03-07 15:47:38 +02:00

11 lines
260 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 hideItems={["Overview"]} />