docs: changes for CLI tools (#10284)

* docs: changes for create-medusa-app

* update medusa cli
This commit is contained in:
Shahed Nasser
2024-11-26 11:55:22 +02:00
committed by GitHub
parent edc53495fd
commit e242a96fcd
3 changed files with 5 additions and 44 deletions

View File

@@ -64,21 +64,6 @@ npx create-medusa-app@latest
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
`--seed`
</Table.Cell>
<Table.Cell>
Whether to seed the database with demo data.
</Table.Cell>
<Table.Cell>
`false`
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
@@ -198,23 +183,6 @@ npx create-medusa-app@latest
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
`--v2`
</Table.Cell>
<Table.Cell>
Installs Medusa v2, which is still not ready for production.
</Table.Cell>
<Table.Cell>
`false`
</Table.Cell>
</Table.Row>
</Table.Body>
</Table>

View File

@@ -180,18 +180,6 @@ medusa new [<dir_name> [<starter_url>]]
The database host to use for database setup.
</Table.Cell>
</Table.Row>
<Table.Row>
<Table.Cell>
`--v2`
</Table.Cell>
<Table.Cell>
Installs Medusa v2, which is still not ready for production.
</Table.Cell>
</Table.Row>
</Table.Body>

View File

@@ -86,6 +86,11 @@ export const navDropdownItems: NavigationItem[] = [
title: "Next.js Starter",
link: "/resources/nextjs-starter",
},
{
type: "link",
title: "create-medusa-app",
link: "/resources/create-medusa-app",
},
{
type: "divider",
},