Skip to content
Snippets Groups Projects
Commit 6e4e846b authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Add versionDocsDirPath to editUrl

parent 4a10b4d8
No related branches found
No related tags found
1 merge request!57Add docPath to Docusaurus editUrl
......@@ -48,7 +48,7 @@ module.exports = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
editUrl: ({ version, versionDocsDirPath, docPath }) =>
`https://git.fitko.de/fit-connect/api/-/edit/${gitBranch}/docs/${docPath}`,
`https://git.fitko.de/fit-connect/api/-/edit/${gitBranch}/${versionDocsDirPath}/${docPath}`,
routeBasePath: '/',
},
theme: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment