refactor: re-organise file structure

This commit is contained in:
2026-05-23 07:55:18 +08:00
parent 54ecd30a98
commit 453f20c902
50 changed files with 7 additions and 10 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
[ [
{ {
"text": "blog", "text": "blogs",
"link": "/blog/", "link": "/blogs/",
"activeMatch": "/blog/" "activeMatch": "/blogs/"
}, },
{ {
"text": "notifications", "text": "notifications",
+3 -3
View File
@@ -1,8 +1,8 @@
[ [
{ {
"text": "blog", "text": "blogs",
"link": "/blog/", "link": "/blogs/",
"activeMatch": "/blog/" "activeMatch": "/blogs/"
}, },
{ {
"text": "notifications", "text": "notifications",
-3
View File
@@ -8,9 +8,6 @@ hero:
- theme: brand - theme: brand
text: 探索项目 text: 探索项目
link: https://github.com/onixbyte link: https://github.com/onixbyte
- theme: alt
text: 体验 Dev Lab
link: https://dev-lab.onixbyte.dev
features: features:
- title: OnixByte Toolbox - title: OnixByte Toolbox
details: 一个多功能 Java 类库,为现代 Java 开发提供通用工具,无缝集成 Spring 生态。已上架 Maven Central。 details: 一个多功能 Java 类库,为现代 Java 开发提供通用工具,无缝集成 Spring 生态。已上架 Maven Central。
+1 -1
View File
@@ -111,7 +111,7 @@
"en-gb": "Collapse", "en-gb": "Collapse",
"zh-hans": "折叠" "zh-hans": "折叠"
}, },
"blog": { "blogs": {
"en-gb": "Blog", "en-gb": "Blog",
"zh-hans": "博客" "zh-hans": "博客"
}, },