This commit is contained in:
teasiu
2022-09-18 04:31:54 +08:00
parent dce0dbf7e0
commit 6e769d9ec8
3 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{
"label": "刷机教程",
"label": "刷机教程",
"position": 2,
"link": {
"type": "generated-index",
"description": "我们推出多途径多方法刷入适配的海思机顶盒Linux系统"
"description": "我们推出多途径多方法刷入适配的海思机顶盒Linux系统"
}
}

View File

@@ -1,5 +1,5 @@
{
"label": "Tutorial - Extras",
"label": "NAS入门教程",
"position": 3,
"link": {
"type": "generated-index"

View File

@@ -37,14 +37,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/teasiu/doc/blob/main/docs/',
'https://github.com/teasiu/doc/blob/main/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/teasiu/doc/blob/main/blog/',
'https://github.com/teasiu/doc/blob/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),