fix release version 1.11.0

This commit is contained in:
Wildan Nursahidan
2025-05-25 03:20:17 +07:00
parent 209a80d5e8
commit 73a9843d4e
53 changed files with 1985 additions and 3334 deletions

View File

@@ -6,9 +6,9 @@
},
"logoText": "DocuBook",
"menu": [
{ "title": "Home", "href": "/" },
{ "title": "Docs", "href": "/docs/getting-started/introduction" },
{ "title": "Changelog", "href": "/changelog" },
{ "title": "Blog", "href": "/blog" }
{ "title": "Community", "href": "https://docubook.pro" }
]
},
"footer": {
@@ -48,17 +48,17 @@
"favicon": "/favicon.ico"
},
"repository": {
"url": "https://gitlab.com/mywildancloud/docubook",
"url": "https://github.com/gitfromwildan/docubook",
"editPathTemplate": "/blob/main/{filePath}",
"editLink": true
},
"sponsor": {
"title": "Our Sponsor",
"title": "Hosted on",
"item": {
"title": "Vercel",
"description": "Deploy your Next.js app with zero configuration.",
"description": "Deploy your DocuBook app with zero configuration.",
"image": "/images/vercel.png",
"url": "https://vercel.com"
"url": "https://vercel.com/import/project?template=https://github.com/gitfromwildan/docubook"
}
},
"routes": [
@@ -92,7 +92,8 @@
{ "title": "Custom", "href": "/custom" }
]
},
{ "title": "Customize", "href": "/customize" }
{ "title": "Customize", "href": "/customize" },
{ "title": "Changelog", "href": "/changelog" }
]
}
]