feat: restructure docs into store, marketing, builder, and config sections
This commit is contained in:
160
docu.json
160
docu.json
@@ -19,7 +19,7 @@
|
||||
},
|
||||
{
|
||||
"title": "Developer Docs",
|
||||
"href": "/docs"
|
||||
"href": "/developer"
|
||||
},
|
||||
{
|
||||
"title": "Plugin Site",
|
||||
@@ -53,7 +53,7 @@
|
||||
"context": {
|
||||
"icon": "Book",
|
||||
"description": "Guides and References",
|
||||
"title": "Docs"
|
||||
"title": "Start"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
@@ -63,6 +63,82 @@
|
||||
{
|
||||
"title": "Installation",
|
||||
"href": "/installation"
|
||||
},
|
||||
{
|
||||
"title": "Quick Setup Wizard",
|
||||
"href": "/quick-setup"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Store Management",
|
||||
"href": "/store",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "ShoppingBag",
|
||||
"description": "Orders, Customers, Products",
|
||||
"title": "Store"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"title": "Orders",
|
||||
"href": "/orders"
|
||||
},
|
||||
{
|
||||
"title": "My Customers (VIP)",
|
||||
"href": "/customers"
|
||||
},
|
||||
{
|
||||
"title": "Products",
|
||||
"href": "/products"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Marketing Suite",
|
||||
"href": "/marketing",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "Megaphone",
|
||||
"description": "Campaigns & Growth",
|
||||
"title": "Marketing"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"title": "Newsletter",
|
||||
"href": "/newsletter"
|
||||
},
|
||||
{
|
||||
"title": "Coupons",
|
||||
"href": "/coupons"
|
||||
},
|
||||
{
|
||||
"title": "Wishlist",
|
||||
"href": "/wishlist"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Page Builder",
|
||||
"href": "/builder",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "Layout",
|
||||
"description": "Visual Editor & Design",
|
||||
"title": "Builder"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"title": "Visual Editor",
|
||||
"href": "/visual-editor"
|
||||
},
|
||||
{
|
||||
"title": "Section Components",
|
||||
"href": "/sections"
|
||||
},
|
||||
{
|
||||
"title": "Special Pages (Shop/Cart)",
|
||||
"href": "/special-pages"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -77,67 +153,31 @@
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"title": "SPA Mode",
|
||||
"href": "/spa-mode"
|
||||
"title": "General Settings",
|
||||
"href": "/general"
|
||||
},
|
||||
{
|
||||
"title": "Appearance",
|
||||
"title": "Appearance (Colors/Type)",
|
||||
"href": "/appearance"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Core Features",
|
||||
"href": "/features",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "Layout",
|
||||
"description": "Store Functionality",
|
||||
"title": "Features"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"title": "Shop Page",
|
||||
"href": "/shop"
|
||||
},
|
||||
{
|
||||
"title": "Checkout",
|
||||
"href": "/checkout"
|
||||
"title": "Modules",
|
||||
"href": "/modules"
|
||||
},
|
||||
{
|
||||
"title": "Shortcodes",
|
||||
"href": "/shortcodes"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Licensing & OAuth",
|
||||
"href": "/licensing",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "Key",
|
||||
"description": "License Management",
|
||||
"title": "Licensing"
|
||||
},
|
||||
"items": [
|
||||
"title": "Email Settings",
|
||||
"href": "/email"
|
||||
},
|
||||
{
|
||||
"title": "OAuth Flow",
|
||||
"href": "/oauth-flow"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "API Reference",
|
||||
"href": "/api-reference",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "Terminal",
|
||||
"description": "API Endpoints",
|
||||
"title": "API"
|
||||
},
|
||||
"items": [
|
||||
"title": "Security",
|
||||
"href": "/security"
|
||||
},
|
||||
{
|
||||
"title": "Licensing API",
|
||||
"title": "Payment & Shipping",
|
||||
"href": "/payment-shipping"
|
||||
},
|
||||
{
|
||||
"title": "Licensing",
|
||||
"href": "/licensing"
|
||||
}
|
||||
]
|
||||
@@ -152,6 +192,14 @@
|
||||
"title": "Dev"
|
||||
},
|
||||
"items": [
|
||||
{
|
||||
"title": "Custom Channels",
|
||||
"href": "/addons/custom-channels"
|
||||
},
|
||||
{
|
||||
"title": "Page Templates",
|
||||
"href": "/addons/page-templates"
|
||||
},
|
||||
{
|
||||
"title": "Addons: Bridge Pattern",
|
||||
"href": "/addons/bridge-pattern"
|
||||
@@ -163,6 +211,10 @@
|
||||
{
|
||||
"title": "Addons: Module Registry",
|
||||
"href": "/addons/module-integration"
|
||||
},
|
||||
{
|
||||
"title": "Licensing API",
|
||||
"href": "/api/licensing"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user