Skip to content

Commit

Permalink
Merge branch 'docusaurus' of https://github.com/Louisvdw/dbus-serialb…
Browse files Browse the repository at this point in the history
…attery into docusaurus
  • Loading branch information
mr-manuel committed Dec 11, 2023
2 parents fb01b8c + 66afa71 commit 86d75dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ const config = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl: 'https://github.com/Louisvdw/dbus-serialbattery/tree/docusaurus/docs/',
editUrl: ({ docPath }) => {
return `https://holocron.so/github/pr/Louisvdw/dbus-serialbattery/master/editor/docs/docs/${docPath}`
},
sidebarCollapsible: false
},
theme: {
Expand Down

0 comments on commit 86d75dc

Please sign in to comment.