Files
docs.tutoraddons.com/docu.json

62 lines
1.9 KiB
JSON

{
"navbar": {
"logo": {
"src": "/images/docu.svg",
"alt": "DocuBook Logo"
},
"logoText": "TutorAddons",
"menu": [
{ "title": "Home", "href": "/" },
{ "title": "Docs", "href": "/docs/getting-started/introduction" },
{ "title": "Support", "href": "https://tutoraddons.com/support/" }
]
},
"footer": {
"copyright": "TutorAddons",
"social": [
{
"name": "Gitlab",
"url": "https://gitlab.com/mywildancloud/docubook",
"iconName": "GitlabIcon"
},
{
"name": "Instagram",
"url": "https://www.instagram.com/wildan.nrs/",
"iconName": "InstagramIcon"
}
]
},
"meta": {
"baseURL": "https://docs.tutoraddons.com",
"title": "TutorAddons",
"description": "TutorAddons is not affiliated with Tutor LMS and is not part of the brand. However, TutorAddons is an independent brand for Tutor LMS addon plugins.",
"favicon": "/favicon.ico"
},
"repository": {
"url": "https://gitlab.com/mywildancloud/docubook",
"editPathTemplate": "/blob/main/{filePath}"
},
"routes": [
{
"title": "Getting Started",
"href": "/getting-started",
"noLink": true,
"items": [
{ "title": "Introduction", "href": "/introduction" },
{ "title": "System Requirements", "href": "/requirements" },
{ "title": "Installation", "href": "/installation" },
{ "title": "Activate License", "href": "/license" },
{
"title": "Tutor - Tripay",
"href": "/tutor-tripay",
"items": [
{ "title": "Daftar Akun", "href": "/mendaftar-akun-tripay" },
{ "title": "Sandbox", "href": "/sandbox" },
{ "title": "Merchant", "href": "/merchant" }
]
}
]
}
]
}