refactor: re-organise doc structure
This commit is contained in:
@@ -1,8 +1,13 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"text": "blog",
|
"text": "blogs",
|
||||||
"link": "/blog/",
|
"link": "/blogs/",
|
||||||
"activeMatch": "/blog/"
|
"activeMatch": "/blogs/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "projects",
|
||||||
|
"link": "/projects/",
|
||||||
|
"activeMatch": "/projects/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "notifications",
|
"text": "notifications",
|
||||||
|
|||||||
@@ -1,8 +1,13 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"text": "blog",
|
"text": "blogs",
|
||||||
"link": "/blog/",
|
"link": "/blogs/",
|
||||||
"activeMatch": "/blog/"
|
"activeMatch": "/blogs/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"text": "projects",
|
||||||
|
"link": "/projects/",
|
||||||
|
"activeMatch": "/projects/"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"text": "notifications",
|
"text": "notifications",
|
||||||
|
|||||||
@@ -111,12 +111,16 @@
|
|||||||
"en-gb": "Collapse",
|
"en-gb": "Collapse",
|
||||||
"zh-hans": "折叠"
|
"zh-hans": "折叠"
|
||||||
},
|
},
|
||||||
"blog": {
|
"blogs": {
|
||||||
"en-gb": "Blog",
|
"en-gb": "Blogs",
|
||||||
"zh-hans": "博客"
|
"zh-hans": "博客"
|
||||||
},
|
},
|
||||||
"notifications": {
|
"notifications": {
|
||||||
"en-gb": "Notifications",
|
"en-gb": "Notifications",
|
||||||
"zh-hans": "通知"
|
"zh-hans": "通知"
|
||||||
|
},
|
||||||
|
"projects": {
|
||||||
|
"en-gb": "Projects",
|
||||||
|
"zh-hans": "项目"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user