Files
medusa-store/www/apps/resources/app/tools/page.mdx
Shahed Nasser 009d00f27d docs: redesign table of content (#12647)
* implement toc

* added to projects

* fixes and adapt for references

* added product frontmatter

* remove action menu from 404 pages
2025-05-30 16:55:36 +03:00

17 lines
474 B
Plaintext

---
generate_toc: true
---
import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Tools`,
}
# {metadata.title}
In this section of the documentation, you'll find tools that are useful for your development as you build a commerce application with Medusa. You'll find CLI tools, SDKs, storefront starters, and more.
For each of these tools, you'll learn how to set them up and use them in your project.
<ChildDocs hideItems={["Overview", "Medusa UI"]} />