From 6e769d9ec8ef58bda93f3386e193ad18b1eb7bc4 Mon Sep 17 00:00:00 2001 From: teasiu Date: Sun, 18 Sep 2022 04:31:54 +0800 Subject: [PATCH] update --- docs/tutorial-basics/_category_.json | 4 ++-- docs/tutorial-extras/_category_.json | 2 +- docusaurus.config.js | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorial-basics/_category_.json b/docs/tutorial-basics/_category_.json index b2fb7ac..cea9731 100644 --- a/docs/tutorial-basics/_category_.json +++ b/docs/tutorial-basics/_category_.json @@ -1,8 +1,8 @@ { - "label": "刷机教程", + "label": "鍒锋満鏁欑▼", "position": 2, "link": { "type": "generated-index", - "description": "我们推出多途径多方法刷入适配的海思机顶盒Linux系统" + "description": "鎴戜滑鎺ㄥ嚭澶氶斿緞澶氭柟娉曞埛鍏ラ傞厤鐨勬捣鎬濇満椤剁洅Linux绯荤粺" } } diff --git a/docs/tutorial-extras/_category_.json b/docs/tutorial-extras/_category_.json index a8ffcc1..cdda7a8 100644 --- a/docs/tutorial-extras/_category_.json +++ b/docs/tutorial-extras/_category_.json @@ -1,5 +1,5 @@ { - "label": "Tutorial - Extras", + "label": "NAS鍏ラ棬鏁欑▼", "position": 3, "link": { "type": "generated-index" diff --git a/docusaurus.config.js b/docusaurus.config.js index 08a6e37..f14b333 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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'),