mirror of
https://github.com/fmhy/edit.git
synced 2026-01-18 01:41:52 +11:00
chore: enable editLink
This commit is contained in:
parent
f28696f671
commit
2003aba340
1 changed files with 4 additions and 0 deletions
|
|
@ -94,6 +94,10 @@ export default defineConfig({
|
|||
message: `${feedback} (rev: ${commitRef})`,
|
||||
copyright: `© ${new Date().getFullYear()}, <a href="https://github.com/nbats">nbats</a>, <a href="https://github.com/taskylizard">taskylizard</a> and contributors.`
|
||||
},
|
||||
editLink: {
|
||||
pattern: 'https://github.com/fmhy/FMHYEdit/edit/main/docs/:path',
|
||||
text: '📝 Edit this page'
|
||||
},
|
||||
outline: 'deep',
|
||||
logo: '/fmhy.ico',
|
||||
nav: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue