From 04dca105d3aa7322998a7de52b3ea7deb7bc0d49 Mon Sep 17 00:00:00 2001 From: Keith Millette <keith@xx.network> Date: Wed, 19 Jun 2024 11:03:56 +0900 Subject: [PATCH] Enable edit links. --- website/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 4abec20..ab39134 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -44,8 +44,8 @@ const config = { sidebarPath: './sidebars.js', // Please change this to your repo. // Remove this to remove the "edit this page" links. - //editUrl: - //'https://git.xx.network/xx_network/node-handbook/-/blob/master/website/', + editUrl: + 'https://git.xx.network/xx_network/docs/-/blob/master/website/', }, blog:false, /*blog: { -- GitLab