qmk_firmware

QMK firmware for my keyboards (Corne, Sweep Ferris) and trackball (Ploopy Adept)
Log | Files | Refs | Submodules | LICENSE

commit 3d4da6de29c8635c9cd232ce456d8fec8d31921b
parent 9cd789676059f734a1538833cea6940d9c669b48
Author: Ryan <fauxpark@gmail.com>
Date:   Tue, 12 Nov 2024 13:20:56 +1100

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


Diffstat:
Mbuilddefs/docsgen/.vitepress/config.mts | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/builddefs/docsgen/.vitepress/config.mts b/builddefs/docsgen/.vitepress/config.mts @@ -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,