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

Merge branch 'pr-docpath-in-editurl' into 'main'

Add docPath to Docusaurus editUrl

See merge request fit-connect/api!57
parents bbd852c0 6e4e846b
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}/`,
`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