docs: added "Products Overview" user guide (#2082)
* docs: added products overview * docs: small changes to orders overview
This commit is contained in:
@@ -501,8 +501,18 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/orders/index",
|
||||
label: "Introduction"
|
||||
id: "user-guide/orders/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
collapsed: false,
|
||||
label: "Products",
|
||||
items: [
|
||||
{
|
||||
type: "doc",
|
||||
id: "user-guide/products/index"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user