update
This commit is contained in:
@@ -9,7 +9,7 @@ const config = {
|
|||||||
title: '海思机顶盒 NAS 教程',
|
title: '海思机顶盒 NAS 教程',
|
||||||
tagline: '一个极低功耗的 Linux 服务器',
|
tagline: '一个极低功耗的 Linux 服务器',
|
||||||
url: 'https://doc.ecoo.top',
|
url: 'https://doc.ecoo.top',
|
||||||
baseUrl: '/docs/',
|
baseUrl: '/book/',
|
||||||
onBrokenLinks: 'throw',
|
onBrokenLinks: 'throw',
|
||||||
onBrokenMarkdownLinks: 'warn',
|
onBrokenMarkdownLinks: 'warn',
|
||||||
favicon: 'img/favicon.ico',
|
favicon: 'img/favicon.ico',
|
||||||
@@ -74,7 +74,7 @@ const config = {
|
|||||||
label: '社区论坛',
|
label: '社区论坛',
|
||||||
position: 'left',
|
position: 'left',
|
||||||
},
|
},
|
||||||
{to: './blog', label: '作者博客', position: 'left'},
|
{to: '/blog', label: '作者博客', position: 'left'},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/teasiu/doc',
|
href: 'https://github.com/teasiu/doc',
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
@@ -116,7 +116,7 @@ const config = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: '作者博客',
|
label: '作者博客',
|
||||||
to: './blog',
|
to: '/blog',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'GitHub',
|
label: 'GitHub',
|
||||||
|
|||||||
Reference in New Issue
Block a user