From cc4e060b45d530fdb40cdbeaf2affa35dfb3b8e9 Mon Sep 17 00:00:00 2001 From: smallfu6 Date: Thu, 26 Sep 2024 12:30:13 +0800 Subject: [PATCH] fix: update editUrl --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index f4b97c7..b5ed5ab 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -45,7 +45,7 @@ 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/GaiaNet-AI/docs/edit/main', }, theme: { customCss: './src/css/custom.css',