From c34233ba2442fe6ad2fb459822a0a883261e0b92 Mon Sep 17 00:00:00 2001 From: Alexis Jacomy Date: Fri, 22 Mar 2024 11:48:14 +0100 Subject: [PATCH] [docs] Fixes 'Edit this page' links --- packages/website/docusaurus.config.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/website/docusaurus.config.js b/packages/website/docusaurus.config.js index 0dc0826e2..8e1748489 100644 --- a/packages/website/docusaurus.config.js +++ b/packages/website/docusaurus.config.js @@ -65,9 +65,7 @@ const config = { ({ docs: { sidebarPath: require.resolve("./sidebars.js"), - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: "https://github.com/jacomyal/sigma.js/tree/main/documentation/docs", + editUrl: "https://github.com/jacomyal/sigma.js/tree/main/packages/website/docs", }, theme: { customCss: require.resolve("./src/css/custom.css"),