added tools section
This commit is contained in:
@@ -14,7 +14,7 @@ Learn more about Medusa's architecture in [this documentation](!docs!/learn/intr
|
||||
|
||||
</Note>
|
||||
|
||||
You can build your storefront from scratch, or built it on top of the [Next.js Starter storefront](../nextjs-starter/page.mdx). This section of the documentation provides guides to help you build a storefront from scratch for your Medusa application.
|
||||
You can build your storefront from scratch, or build it on top of the [Next.js Starter storefront](../nextjs-starter/page.mdx). This section of the documentation provides guides to help you build a storefront from scratch for your Medusa application.
|
||||
|
||||
<ChildDocs showItems={["General"]} />
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
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"]} />
|
||||
Reference in New Issue
Block a user