Skip to content

Commit

Permalink
feat(docs): add editLink config (#4549)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored May 14, 2024
1 parent 50cd3d3 commit dcaf541
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runatlantis.io/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export default defineConfig({
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
editLink: {
pattern: 'https://github.com/runatlantis/atlantis/edit/main/runatlantis.io/:path'
},
search: {
provider: 'algolia',
options: {
Expand Down

0 comments on commit dcaf541

Please sign in to comment.