Skip to content

Commit

Permalink
fix: github edit link not pointing to the correct location (we want t…
Browse files Browse the repository at this point in the history
…o have the web editor)
  • Loading branch information
kerphi committed Nov 20, 2024
1 parent e7b15b0 commit 86729c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const config = {
sidebarPath: './sidebars.js',
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/abes-esr/abes-politique-developpement',
editUrl: ({versionDocsDirPath, docPath}) =>
`https://github.com/abes-esr/abes-politique-developpement/edit/main/${versionDocsDirPath}/${docPath}`,
},
blog: false,
theme: {
Expand Down

0 comments on commit 86729c6

Please sign in to comment.