Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
le4ker committed Nov 12, 2024
2 parents 7f66200 + 3d4da6d commit 2c4c6d1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Deploy
if: ${{ github.event_name == 'push' && github.repository == 'qmk/qmk_firmware' }}
uses: JamesIves/[email protected].8
uses: JamesIves/[email protected].9
with:
token: ${{ secrets.GITHUB_TOKEN }}
branch: gh-pages
Expand Down
5 changes: 5 additions & 0 deletions builddefs/docsgen/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 2c4c6d1

Please sign in to comment.