fix: update docu.json routes to match nested folder structure

This commit is contained in:
Dwindi Ramadhana
2026-02-05 00:47:59 +07:00
parent 1d1daefb37
commit 24a53d18ed

View File

@@ -66,8 +66,8 @@
}, },
{ {
"title": "Quick Setup Wizard", "title": "Quick Setup Wizard",
"href": "/quick-setup" "href": "/getting-started/quick-setup"
} },
] ]
}, },
{ {
@@ -82,15 +82,15 @@
"items": [ "items": [
{ {
"title": "Orders", "title": "Orders",
"href": "/orders" "href": "/store/orders"
}, },
{ {
"title": "My Customers (VIP)", "title": "My Customers (VIP)",
"href": "/customers" "href": "/store/customers"
}, },
{ {
"title": "Products", "title": "Products",
"href": "/products" "href": "/store/products"
} }
] ]
}, },
@@ -106,15 +106,15 @@
"items": [ "items": [
{ {
"title": "Newsletter", "title": "Newsletter",
"href": "/newsletter" "href": "/marketing/newsletter"
}, },
{ {
"title": "Coupons", "title": "Coupons",
"href": "/coupons" "href": "/marketing/coupons"
}, },
{ {
"title": "Wishlist", "title": "Wishlist",
"href": "/wishlist" "href": "/marketing/wishlist"
} }
] ]
}, },
@@ -130,15 +130,15 @@
"items": [ "items": [
{ {
"title": "Visual Editor", "title": "Visual Editor",
"href": "/visual-editor" "href": "/builder/visual-editor"
}, },
{ {
"title": "Section Components", "title": "Section Components",
"href": "/sections" "href": "/builder/sections"
}, },
{ {
"title": "Special Pages (Shop/Cart)", "title": "Special Pages (Shop/Cart)",
"href": "/special-pages" "href": "/builder/special-pages"
} }
] ]
}, },
@@ -154,31 +154,31 @@
"items": [ "items": [
{ {
"title": "General Settings", "title": "General Settings",
"href": "/general" "href": "/configuration/general"
}, },
{ {
"title": "Appearance (Colors/Type)", "title": "Appearance (Colors/Type)",
"href": "/appearance" "href": "/configuration/appearance"
}, },
{ {
"title": "Modules", "title": "Modules",
"href": "/modules" "href": "/configuration/modules"
}, },
{ {
"title": "Email Settings", "title": "Email Settings",
"href": "/email" "href": "/configuration/email"
}, },
{ {
"title": "Security", "title": "Security",
"href": "/security" "href": "/configuration/security"
}, },
{ {
"title": "Payment & Shipping", "title": "Payment & Shipping",
"href": "/payment-shipping" "href": "/configuration/payment-shipping"
}, },
{ {
"title": "Licensing", "title": "Licensing",
"href": "/licensing" "href": "/configuration/licensing"
} }
] ]
}, },