version 1.12.0 :add File Tree

This commit is contained in:
Wildan Nursahidan
2025-05-28 11:21:37 +07:00
parent 561039ae4d
commit 253166a6ee
12 changed files with 454 additions and 8714 deletions

View File

@@ -14,11 +14,6 @@
"footer": {
"copyright": "DocuBook",
"social": [
{
"name": "Gitlab",
"url": "https://gitlab.com/mywildancloud",
"iconName": "GitlabIcon"
},
{
"name": "Instagram",
"url": "https://www.instagram.com/wildan.nrs",
@@ -48,7 +43,7 @@
"favicon": "/favicon.ico"
},
"repository": {
"url": "https://github.com/gitfromwildan/docubook",
"url": "https://github.com/DocuBook/docubook",
"editPathTemplate": "/blob/main/{filePath}",
"editLink": true
},
@@ -58,7 +53,7 @@
"title": "Vercel",
"description": "Deploy your DocuBook app with zero configuration.",
"image": "/images/vercel.png",
"url": "https://vercel.com/import/project?template=https://github.com/gitfromwildan/docubook"
"url": "https://vercel.com/import/project?template=https://github.com/DocuBook/docubook"
}
},
"routes": [
@@ -80,6 +75,7 @@
{ "title": "Card", "href": "/card" },
{ "title": "Card Group", "href": "/card-group" },
{ "title": "Code Block", "href": "/code-block" },
{ "title": "File Tree", "href": "/file-tree" },
{ "title": "Image", "href": "/image" },
{ "title": "Keyboard", "href": "/keyboard" },
{ "title": "Link", "href": "/link" },