From 1d4d2917a9d5f74d99a60549753bea81da7546eb Mon Sep 17 00:00:00 2001 From: postyizhan <185839426@qq.com> Date: Fri, 5 Apr 2024 10:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=B8=8B=E4=BB=93=E5=BA=93=E5=90=8D?= =?UTF-8?q?=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docusaurus.config.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 74da55c956..70e6c1be8b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -50,7 +50,7 @@ const config = { docs: { sidebarPath: require.resolve('./sidebars.js'), routeBasePath: '/', - editUrl: 'https://github.com/postyizhan/Dumb_Service_Guide/' + editUrl: 'https://github.com/postyizhan/NitWikit/' }, blog: false, theme: { @@ -66,7 +66,7 @@ const config = { // Replace with your project's social card image: 'img/docusaurus-social-card.jpg', navbar: { - title: 'Dumb_Service_Guide', + title: 'NitWikit', logo: { alt: 'Logo', src: 'img/yizhan.png', @@ -86,7 +86,7 @@ const config = { }, // Github { - href: "https://github.com/postyizhan/Dumb_Service_Guide", + href: "https://github.com/postyizhan/NitWikit", className: "header-github-link", position: "right", }, @@ -123,7 +123,7 @@ const config = { items: [ { label: 'GitHub', - href: 'https://github.com/postyizhan/Dumb_Service_Guide', + href: 'https://github.com/postyizhan/NitWikit', }, ], },