refactor: re-organise doc structure

This commit is contained in:
2026-05-22 11:48:09 +08:00
parent 54ecd30a98
commit 806ebd4cb6
49 changed files with 22 additions and 8 deletions
+8 -3
View File
@@ -1,8 +1,13 @@
[
{
"text": "blog",
"link": "/blog/",
"activeMatch": "/blog/"
"text": "blogs",
"link": "/blogs/",
"activeMatch": "/blogs/"
},
{
"text": "projects",
"link": "/projects/",
"activeMatch": "/projects/"
},
{
"text": "notifications",
+8 -3
View File
@@ -1,8 +1,13 @@
[
{
"text": "blog",
"link": "/blog/",
"activeMatch": "/blog/"
"text": "blogs",
"link": "/blogs/",
"activeMatch": "/blogs/"
},
{
"text": "projects",
"link": "/projects/",
"activeMatch": "/projects/"
},
{
"text": "notifications",
+6 -2
View File
@@ -111,12 +111,16 @@
"en-gb": "Collapse",
"zh-hans": "折叠"
},
"blog": {
"en-gb": "Blog",
"blogs": {
"en-gb": "Blogs",
"zh-hans": "博客"
},
"notifications": {
"en-gb": "Notifications",
"zh-hans": "通知"
},
"projects": {
"en-gb": "Projects",
"zh-hans": "项目"
}
}