docs: added manage products documentation (#3867)

* docs: added manage products documentation

* lint fixes

* generated oas types
This commit is contained in:
Shahed Nasser
2023-04-18 13:20:15 +03:00
committed by GitHub
parent 9836adeec7
commit 8766b16e3b
8 changed files with 1189 additions and 77 deletions
+15 -41
View File
@@ -210,17 +210,18 @@ module.exports = {
},
},
},
{
type: 'doc',
id: 'deployments/server/deploying-on-microtica',
label: 'Deploy on Microtica',
customProps: {
themedImage: {
light: 'https://res.cloudinary.com/dza7lstvk/image/upload/v1681296578/Medusa%20Docs/Other/aF4ZuDS_t11rcu.png',
dark: 'https://res.cloudinary.com/dza7lstvk/image/upload/v1681296612/Medusa%20Docs/Other/Lg7NHQk_qo6oax.png'
}
}
},
{
type: "doc",
id: "deployments/server/deploying-on-microtica",
label: "Deploy on Microtica",
customProps: {
themedImage: {
light:
"https://res.cloudinary.com/dza7lstvk/image/upload/v1681296578/Medusa%20Docs/Other/aF4ZuDS_t11rcu.png",
dark: "https://res.cloudinary.com/dza7lstvk/image/upload/v1681296612/Medusa%20Docs/Other/Lg7NHQk_qo6oax.png",
},
},
},
{
type: "doc",
id: "deployments/server/deploying-on-qovery",
@@ -597,14 +598,6 @@ module.exports = {
id: "modules/products/categories",
label: "Categories",
},
{
type: "link",
href: "#",
label: "Collections",
customProps: {
sidebar_is_soon: true,
},
},
{
type: "html",
value: "How-to",
@@ -613,26 +606,15 @@ module.exports = {
},
},
{
type: "link",
href: "#",
type: "doc",
id: "modules/products/admin/manage-products",
label: "Admin: Manage Products",
customProps: {
sidebar_is_soon: true,
},
},
{
type: "doc",
id: "modules/products/admin/manage-categories",
label: "Admin: Manage Categories",
},
{
type: "link",
href: "#",
label: "Admin: Manage Collections",
customProps: {
sidebar_is_soon: true,
},
},
{
type: "doc",
id: "modules/products/admin/import-products",
@@ -648,14 +630,6 @@ module.exports = {
id: "modules/products/storefront/use-categories",
label: "Storefront: Use Categories",
},
{
type: "link",
href: "#",
label: "Storefront: Show Collections",
customProps: {
sidebar_is_soon: true,
},
},
],
},
{
@@ -2583,4 +2557,4 @@ module.exports = {
dirName: "references/entities/classes",
},
],
}
}