Skip to content

Commit

Permalink
chore: enable editLink
Browse files Browse the repository at this point in the history
  • Loading branch information
taskylizard committed Aug 5, 2024
1 parent f28696f commit 2003aba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ export default defineConfig({
message: `${feedback} (rev: ${commitRef})`,
copyright: ${new Date().getFullYear()}, <a href="https://github.com/nbats">nbats</a>, <a href="https://github.com/taskylizard">taskylizard</a> and contributors.`
},
editLink: {
pattern: 'https://github.com/fmhy/FMHYEdit/edit/main/docs/:path',
text: '📝 Edit this page'
},
outline: 'deep',
logo: '/fmhy.ico',
nav: [
Expand Down

0 comments on commit 2003aba

Please sign in to comment.