Skip to content

Commit

Permalink
[docs] Fixes 'Edit this page' links
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Mar 22, 2024
1 parent 8f8e068 commit c34233b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/website/docusaurus.config.js
Expand Up @@ -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"),
Expand Down

0 comments on commit c34233b

Please sign in to comment.