[docs] Add "edit this page" link at the bottom (#24585)

This commit is contained in:
Ryan
2024-11-12 13:20:56 +11:00
committed by GitHub
parent 9cd7896760
commit 3d4da6de29

View File

@ -39,6 +39,11 @@ export default defineConfig(({ mode }) => {
provider: "local",
},
editLink: {
pattern: 'https://github.com/qmk/qmk_firmware/edit/master/docs/:path'
},
lastUpdated: true,
sidebar: sidebar,
externalLinkIcon: true,