add references sidebar

This commit is contained in:
Shahed Nasser
2025-03-10 15:11:42 +02:00
parent 11db301f9b
commit affd5e83d4
9 changed files with 6878 additions and 6793 deletions
@@ -0,0 +1,11 @@
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 />