adding architecture overview doc

This commit is contained in:
Shahed Nasser
2022-03-31 11:06:54 +03:00
parent cab5821f55
commit 289fca080c
2 changed files with 145 additions and 0 deletions
+12
View File
@@ -139,6 +139,18 @@ module.exports = {
},
]
},
{
type: "category",
label: 'Shipping',
collapsed: true,
items: [
{
type: "doc",
id: "advanced/backend/shipping/overview",
label: "Architecture Overview"
},
]
},
{
type: "doc",
id: "tutorial/adding-custom-functionality",