docs: rearrange user guide (#2127)
* added lists guide * restructure existing guides * added new pages after restructuring * added blank pages + rearranged sidebar
This commit is contained in:
+3
-115
@@ -495,121 +495,9 @@ module.exports = {
|
||||
],
|
||||
userGuideSidebar: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/index",
|
||||
label: "Introduction"
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Orders",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/orders/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Products",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/products/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Customers",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/customers/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Discounts",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/discounts/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Gift Cards",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/gift-cards/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Price Lists",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/price-lists/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Regions",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/regions/index"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/regions/manage"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Taxes",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/taxes/index"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/taxes/manage"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Sales Channels",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/sales-channels/index"
|
||||
},
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/sales-channels/manage"
|
||||
}
|
||||
]
|
||||
},
|
||||
type: 'autogenerated',
|
||||
dirName: 'user-guide', // '.' means the current docs folder
|
||||
}
|
||||
],
|
||||
servicesSidebar: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user