Files
woonoow-docs/docu.json
2026-02-01 00:10:31 +07:00

226 lines
4.8 KiB
JSON

{
"$schema": "https://docubook.pro/docu.schema.json",
"meta": {
"baseURL": "https://docs.woonoow.com",
"title": "WooNooW Docs",
"description": "Official documentation for WooNooW Plugin - The ultimate WooCommerce enhancement suite.",
"favicon": "/favicon.ico"
},
"navbar": {
"logo": {
"src": "/images/logo.png",
"alt": "WooNooW Logo"
},
"logoText": "WooNooW Docs",
"menu": [
{
"title": "Home",
"href": "/"
},
{
"title": "Developer Docs",
"href": "/docs"
},
{
"title": "Plugin Site",
"href": "https://woonoow.com"
}
]
},
"repository": {
"url": "https://git.backoffice.biz.id/dwindown/WooNooW",
"editPathTemplate": "/blob/main/woonoow-docs/contents/{filePath}",
"editLink": false
},
"sponsor": {
"title": "Powered by",
"item": {
"title": "WooNooW",
"description": "Enhance your WooCommerce store.",
"image": "/images/logo.png",
"url": "https://woonoow.com"
}
},
"footer": {
"copyright": "WooNooW",
"social": []
},
"routes": [
{
"title": "Getting Started",
"href": "/getting-started",
"noLink": true,
"context": {
"icon": "Book",
"description": "Guides and References",
"title": "Docs"
},
"items": [
{
"title": "Introduction",
"href": "/introduction"
},
{
"title": "Installation",
"href": "/installation"
}
]
},
{
"title": "Configuration",
"href": "/configuration",
"noLink": true,
"context": {
"icon": "Settings",
"description": "Setup & Options",
"title": "Config"
},
"items": [
{
"title": "SPA Mode",
"href": "/spa-mode"
},
{
"title": "Appearance",
"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": "Shortcodes",
"href": "/shortcodes"
}
]
},
{
"title": "Licensing & OAuth",
"href": "/licensing",
"noLink": true,
"context": {
"icon": "Key",
"description": "License Management",
"title": "Licensing"
},
"items": [
{
"title": "OAuth Flow",
"href": "/oauth-flow"
}
]
},
{
"title": "API Reference",
"href": "/api-reference",
"noLink": true,
"context": {
"icon": "Terminal",
"description": "API Endpoints",
"title": "API"
},
"items": [
{
"title": "Licensing API",
"href": "/licensing"
}
]
},
{
"title": "Developer Guides",
"href": "/developer",
"noLink": true,
"context": {
"icon": "Code",
"description": "Advanced Integration",
"title": "Dev"
},
"items": [
{
"title": "Addons: Bridge Pattern",
"href": "/addons/bridge-pattern"
},
{
"title": "Addons: React Integration",
"href": "/addons/react-integration"
},
{
"title": "Addons: Module Registry",
"href": "/addons/module-integration"
}
]
},
{
"title": "Hooks & Filters",
"href": "/hooks",
"noLink": true,
"context": {
"icon": "Anchor",
"description": "Actions and Filters",
"title": "Hooks"
},
"items": [
{
"title": "Overview",
"href": "/"
},
{
"title": "Notifications",
"href": "/notifications"
},
{
"title": "Subscriptions",
"href": "/subscriptions"
},
{
"title": "Frontend",
"href": "/frontend"
},
{
"title": "Newsletter",
"href": "/newsletter"
}
]
},
{
"title": "Resources",
"href": "/resources",
"noLink": true,
"context": {
"icon": "Box",
"description": "Tools and Assets",
"title": "Resources"
},
"items": [
{
"title": "FAQ",
"href": "/faq"
},
{
"title": "Troubleshooting",
"href": "/troubleshooting"
},
{
"title": "Changelog",
"href": "/changelog"
}
]
}
]
}