Skip to content

Commit

Permalink
feat: add edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
mildronize committed May 18, 2024
1 parent bc1962d commit fe57c2c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ export default defineConfig({
search: {
provider: "local",
},
editLink: {
pattern: 'https://github.com/mildronize/type-safe-design-pattern/tree/main/docs/:path'
}
},
markdown: {
codeTransformers: [transformerTwoslash()],
Expand Down

0 comments on commit fe57c2c

Please sign in to comment.