Skip to content

Commit 3d4da6d

Browse files
authored
[docs] Add "edit this page" link at the bottom (qmk#24585)
1 parent 9cd7896 commit 3d4da6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

builddefs/docsgen/.vitepress/config.mts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export default defineConfig(({ mode }) => {
3939
provider: "local",
4040
},
4141

42+
editLink: {
43+
pattern: 'https://github.com/qmk/qmk_firmware/edit/master/docs/:path'
44+
},
45+
lastUpdated: true,
46+
4247
sidebar: sidebar,
4348

4449
externalLinkIcon: true,

0 commit comments

Comments
 (0)