From dce0dbf7e0b18abc0cd55d455f9aa9d96ed756de Mon Sep 17 00:00:00 2001 From: teasiu Date: Sun, 18 Sep 2022 04:26:14 +0800 Subject: [PATCH] update --- docs/tutorial-basics/_category_.json | 4 ++-- docusaurus.config.js | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorial-basics/_category_.json b/docs/tutorial-basics/_category_.json index 2e6db55..b2fb7ac 100644 --- a/docs/tutorial-basics/_category_.json +++ b/docs/tutorial-basics/_category_.json @@ -1,8 +1,8 @@ { - "label": "Tutorial - Basics", + "label": "刷机教程", "position": 2, "link": { "type": "generated-index", - "description": "5 minutes to learn the most important Docusaurus concepts." + "description": "我们推出多途径多方法刷入适配的海思机顶盒Linux系统" } } diff --git a/docusaurus.config.js b/docusaurus.config.js index 5e6a111..08a6e37 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula'); const config = { title: '娴锋濇満椤剁洅 NAS 鏁欑▼', tagline: '涓涓瀬浣庡姛鑰楃殑 Linux 鏈嶅姟鍣', - url: 'https://doc.ecoo.top', + url: 'https://histb.netlify.app/', baseUrl: '/', onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', @@ -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/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/teasiu/doc/blob/main/docs/', }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/', + 'https://github.com/teasiu/doc/blob/main/blog/', }, theme: { customCss: require.resolve('./src/css/custom.css'),