Skip to content

Commit

Permalink
fix 'Edit this page' URLs (#1581)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarya626 authored Dec 21, 2023
1 parent 34c9ab8 commit 3d0bf60
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/hr/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,17 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:

'https://github.com/SuperDuperDB/superduperdb/blob/main/docs/hr',

'https://github.com/SuperDuperDB/superduperdb/blob/main/docs',
},
blog: {
showReadingTime: true,
// Please change this to your repo
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/SuperDuperDB/superduperdb/tree/main/docs',
'https://github.com/SuperDuperDB/superduperdb/blob/main/docs/hr',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand Down

0 comments on commit 3d0bf60

Please sign in to comment.