Skip to content

Commit

Permalink
Merge pull request #1 from lpmi-13/fix_link
Browse files Browse the repository at this point in the history
update base path for docs to edit
  • Loading branch information
colevandersWands authored Mar 10, 2024
2 parents 720e572 + a4adc18 commit 5381b2e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ const config: DocsThemeConfig = {
project: {
link: "https://github.com/denepo/denepo.github.io",
},
docsRepositoryBase: "https://github.com/denepo/denepo.github.io",
docsRepositoryBase: "https://github.com/denepo/denepo.github.io/blob/main",
editLink: {
text: 'Edit this page on GitHub'
},
footer: {
text: "You can save any page as a PDF by opening it, ctr-p, then opening the document instead of printing it.",
},
Expand Down

0 comments on commit 5381b2e

Please sign in to comment.