docs: added "Products Overview" user guide (#2082)

* docs: added products overview

* docs: small changes to orders overview
This commit is contained in:
Shahed Nasser
2022-08-23 16:37:02 +03:00
committed by GitHub
parent 7b6148c1dd
commit b87b83c7d3
3 changed files with 184 additions and 6 deletions

View File

@@ -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"
}
]
},