116 lines
3.5 KiB
JSON
116 lines
3.5 KiB
JSON
{
|
|
"$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.",
|
|
"favicon": "/favicon.ico"
|
|
},
|
|
"navbar": {
|
|
"logo": {
|
|
"src": "/images/docu.svg",
|
|
"alt": "DocuBook Logo"
|
|
},
|
|
"logoText": "DocuBook",
|
|
"menu": [
|
|
{ "title": "Home", "href": "/" },
|
|
{ "title": "Docs", "href": "/docs/getting-started/introduction" },
|
|
{ "title": "Community", "href": "https://docubook.pro" }
|
|
]
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/DocuBook/docubook",
|
|
"editPathTemplate": "/blob/main/{filePath}",
|
|
"editLink": true
|
|
},
|
|
"sponsor": {
|
|
"title": "Hosted on",
|
|
"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"
|
|
}
|
|
},
|
|
"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": [
|
|
{
|
|
"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" },
|
|
{
|
|
"title": "Config",
|
|
"href": "/config",
|
|
"items": [
|
|
{ "title": "Sub Config", "href": "/subconfig" }
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"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" }
|
|
]
|
|
},
|
|
{
|
|
"title": "Changelog",
|
|
"href": "/Changelog",
|
|
"noLink": true,
|
|
"context": {
|
|
"icon": "Hystory",
|
|
"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" }
|
|
]
|
|
}
|
|
]
|
|
}
|