fix: update docu.json routes to match nested folder structure
This commit is contained in:
36
docu.json
36
docu.json
@@ -66,8 +66,8 @@
|
||||
},
|
||||
{
|
||||
"title": "Quick Setup Wizard",
|
||||
"href": "/quick-setup"
|
||||
}
|
||||
"href": "/getting-started/quick-setup"
|
||||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -82,15 +82,15 @@
|
||||
"items": [
|
||||
{
|
||||
"title": "Orders",
|
||||
"href": "/orders"
|
||||
"href": "/store/orders"
|
||||
},
|
||||
{
|
||||
"title": "My Customers (VIP)",
|
||||
"href": "/customers"
|
||||
"href": "/store/customers"
|
||||
},
|
||||
{
|
||||
"title": "Products",
|
||||
"href": "/products"
|
||||
"href": "/store/products"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -106,15 +106,15 @@
|
||||
"items": [
|
||||
{
|
||||
"title": "Newsletter",
|
||||
"href": "/newsletter"
|
||||
"href": "/marketing/newsletter"
|
||||
},
|
||||
{
|
||||
"title": "Coupons",
|
||||
"href": "/coupons"
|
||||
"href": "/marketing/coupons"
|
||||
},
|
||||
{
|
||||
"title": "Wishlist",
|
||||
"href": "/wishlist"
|
||||
"href": "/marketing/wishlist"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -130,15 +130,15 @@
|
||||
"items": [
|
||||
{
|
||||
"title": "Visual Editor",
|
||||
"href": "/visual-editor"
|
||||
"href": "/builder/visual-editor"
|
||||
},
|
||||
{
|
||||
"title": "Section Components",
|
||||
"href": "/sections"
|
||||
"href": "/builder/sections"
|
||||
},
|
||||
{
|
||||
"title": "Special Pages (Shop/Cart)",
|
||||
"href": "/special-pages"
|
||||
"href": "/builder/special-pages"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -154,31 +154,31 @@
|
||||
"items": [
|
||||
{
|
||||
"title": "General Settings",
|
||||
"href": "/general"
|
||||
"href": "/configuration/general"
|
||||
},
|
||||
{
|
||||
"title": "Appearance (Colors/Type)",
|
||||
"href": "/appearance"
|
||||
"href": "/configuration/appearance"
|
||||
},
|
||||
{
|
||||
"title": "Modules",
|
||||
"href": "/modules"
|
||||
"href": "/configuration/modules"
|
||||
},
|
||||
{
|
||||
"title": "Email Settings",
|
||||
"href": "/email"
|
||||
"href": "/configuration/email"
|
||||
},
|
||||
{
|
||||
"title": "Security",
|
||||
"href": "/security"
|
||||
"href": "/configuration/security"
|
||||
},
|
||||
{
|
||||
"title": "Payment & Shipping",
|
||||
"href": "/payment-shipping"
|
||||
"href": "/configuration/payment-shipping"
|
||||
},
|
||||
{
|
||||
"title": "Licensing",
|
||||
"href": "/licensing"
|
||||
"href": "/configuration/licensing"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user