Skip to content

Commit 5ea7ca3

Browse files
committed
Add link to suggest edits to page on GitHub
Signed-off-by: Kaur Palang <[email protected]>
1 parent 261f230 commit 5ea7ca3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ export default defineConfig({
2727

2828
logo: 'https://raw.githubusercontent.com/OpenIntegrationEngine/governance/refs/heads/main/branding/logos/oie_logo_only_white_background.svg',
2929

30+
editLink: {
31+
text: 'Edit this page on GitHub',
32+
pattern: 'https://github.com/openintegrationengine/docs-website/edit/main/docs/:path'
33+
},
34+
3035
search: {
3136
provider: 'local'
3237
},

0 commit comments

Comments
 (0)