This commit is contained in:
teasiu
2022-09-18 04:26:14 +08:00
parent d22a12790a
commit dce0dbf7e0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,8 +1,8 @@
{ {
"label": "Tutorial - Basics", "label": "刷机教程",
"position": 2, "position": 2,
"link": { "link": {
"type": "generated-index", "type": "generated-index",
"description": "5 minutes to learn the most important Docusaurus concepts." "description": "我们推出多途径多方法刷入适配的海思机顶盒Linux系统"
} }
} }

View File

@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const config = { const config = {
title: '海思机顶盒 NAS 教程', title: '海思机顶盒 NAS 教程',
tagline: '一个极低功耗的 Linux 服务器', tagline: '一个极低功耗的 Linux 服务器',
url: 'https://doc.ecoo.top', url: 'https://histb.netlify.app/',
baseUrl: '/', baseUrl: '/',
onBrokenLinks: 'throw', onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn', onBrokenMarkdownLinks: 'warn',
@@ -37,14 +37,14 @@ const config = {
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', 'https://github.com/teasiu/doc/blob/main/docs/',
}, },
blog: { blog: {
showReadingTime: true, showReadingTime: true,
// Please change this to your repo. // Please change this to your repo.
// Remove this to remove the "edit this page" links. // Remove this to remove the "edit this page" links.
editUrl: editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', 'https://github.com/teasiu/doc/blob/main/blog/',
}, },
theme: { theme: {
customCss: require.resolve('./src/css/custom.css'), customCss: require.resolve('./src/css/custom.css'),