Initial commit of WooNooW Docs
This commit is contained in:
282
docu.json
282
docu.json
@@ -1,108 +1,226 @@
|
||||
{
|
||||
"$schema": "https://docubook.pro/docu.schema.json",
|
||||
"meta": {
|
||||
"baseURL": "https://docubook.pro",
|
||||
"title": "DocuBook",
|
||||
"description": "DocuBook is a modern documentation platform for building, deploying, and managing your docs with ease.",
|
||||
"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/docu.svg",
|
||||
"alt": "DocuBook Logo"
|
||||
"logo": {
|
||||
"src": "/images/logo.png",
|
||||
"alt": "WooNooW Logo"
|
||||
},
|
||||
"logoText": "WooNooW Docs",
|
||||
"menu": [
|
||||
{
|
||||
"title": "Home",
|
||||
"href": "/"
|
||||
},
|
||||
"logoText": "DocuBook",
|
||||
"menu": [
|
||||
{ "title": "Home", "href": "/" },
|
||||
{ "title": "Docs", "href": "/docs/getting-started/introduction" },
|
||||
{ "title": "Community", "href": "https://docubook.pro" }
|
||||
]
|
||||
{
|
||||
"title": "Developer Docs",
|
||||
"href": "/docs"
|
||||
},
|
||||
{
|
||||
"title": "Plugin Site",
|
||||
"href": "https://woonoow.com"
|
||||
}
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"url": "https://github.com/DocuBook/docubook",
|
||||
"editPathTemplate": "/blob/main/{filePath}",
|
||||
"editLink": true
|
||||
"url": "https://git.backoffice.biz.id/dwindown/WooNooW",
|
||||
"editPathTemplate": "/blob/main/woonoow-docs/contents/{filePath}",
|
||||
"editLink": false
|
||||
},
|
||||
"sponsor": {
|
||||
"title": "Hosted on",
|
||||
"title": "Powered by",
|
||||
"item": {
|
||||
"title": "Vercel",
|
||||
"description": "Deploy your DocuBook app with zero configuration.",
|
||||
"image": "/images/vercel.png",
|
||||
"url": "https://vercel.com/import/project?template=https://github.com/DocuBook/docubook"
|
||||
"title": "WooNooW",
|
||||
"description": "Enhance your WooCommerce store.",
|
||||
"image": "/images/logo.png",
|
||||
"url": "https://woonoow.com"
|
||||
}
|
||||
},
|
||||
"footer": {
|
||||
"copyright": "DocuBook",
|
||||
"social": [
|
||||
{
|
||||
"name": "Instagram",
|
||||
"url": "https://www.instagram.com/wildan.nrs",
|
||||
"iconName": "InstagramIcon"
|
||||
},
|
||||
{
|
||||
"name": "Facebook",
|
||||
"url": "https://www.facebook.com/wildan.nrsh",
|
||||
"iconName": "FacebookIcon"
|
||||
},
|
||||
{
|
||||
"name": "Twitter",
|
||||
"url": "https://x.com/wildan_nrss",
|
||||
"iconName": "TwitterIcon"
|
||||
},
|
||||
{
|
||||
"name": "Youtube",
|
||||
"url": "https://www.youtube.com/@wildan.nrs_",
|
||||
"iconName": "YoutubeIcon"
|
||||
}
|
||||
]
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"copyright": "WooNooW",
|
||||
"social": []
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"title": "Getting Started",
|
||||
"href": "/getting-started",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "Book",
|
||||
"description": "Set up your Documentation",
|
||||
"title": "Guides"
|
||||
},
|
||||
"items": [
|
||||
{ "title": "Introduction", "href": "/introduction" },
|
||||
{ "title": "Quick Start Guide", "href": "/quick-start-guide" },
|
||||
{ "title": "Development", "href": "/development" }
|
||||
]
|
||||
"icon": "Book",
|
||||
"description": "Guides and References",
|
||||
"title": "Docs"
|
||||
},
|
||||
{
|
||||
"title": "Api Reference",
|
||||
"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": "reference for using the API",
|
||||
"title": "API Reference"
|
||||
},
|
||||
"items": [
|
||||
{ "title": "Get", "href": "/get" },
|
||||
{ "title": "Fetch", "href": "/fetch" },
|
||||
{ "title": "Post", "href": "/post" },
|
||||
{ "title": "Delete", "href": "/delete" }
|
||||
]
|
||||
"icon": "Terminal",
|
||||
"description": "API Endpoints",
|
||||
"title": "API"
|
||||
},
|
||||
{
|
||||
"title": "Changelog",
|
||||
"href": "/changelog",
|
||||
"items": [
|
||||
{
|
||||
"title": "Licensing API",
|
||||
"href": "/licensing"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"title": "Developer Guides",
|
||||
"href": "/developer",
|
||||
"noLink": true,
|
||||
"context": {
|
||||
"icon": "History",
|
||||
"description": "Update and Changes",
|
||||
"title": "Release"
|
||||
},
|
||||
"items": [
|
||||
{ "title": "version 1", "href": "/version-1" },
|
||||
{ "title": "version 2", "href": "/version-2" },
|
||||
{ "title": "version 3", "href": "/version-3" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user