We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0bf029 commit 2999cc2Copy full SHA for 2999cc2
1 file changed
docusaurus.config.js
@@ -49,7 +49,7 @@ const config = {
49
// Please change this to your repo.
50
// Remove this to remove the "edit this page" links.
51
editUrl:
52
- 'https://github.com/parktrack-project/docs-website/tree/main/src/',
+ 'https://github.com/parktrack-project/docs-website/edit/main/docs/',
53
},
54
blog: {
55
showReadingTime: true,
@@ -60,7 +60,7 @@ const config = {
60
61
62
63
- 'https://github.com/parktrack-project/docs-website/tree/main/src/pages/',
+ 'https://github.com/parktrack-project/docs-website/edit/main/src/pages/',
64
// Useful options to enforce blogging best practices
65
onInlineTags: 'warn',
66
onInlineAuthors: 'warn',
0 commit comments