Files
medusa-store/www/apps/resources/app/references-overview/page.mdx
2025-03-10 15:11:42 +02:00

11 lines
479 B
Plaintext

import { ChildDocs } from "docs-ui"
export const metadata = {
title: `References`,
}
# {metadata.title}
This section of the documentation holds references related to the Medusa server and admin. These references are useful for your development and customizations. You can find lists of emitted events, Medusa Admin widget injection zones, built-in workflows to use in your customizations, and more.
<ChildDocs hideItems={["Overview"]} defaultItemsPerRow={2} onlyTopLevel />