mirror of
https://github.com/fmhy/edit.git
synced 2026-01-17 17:31:18 +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})`,
|
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.`
|
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',
|
outline: 'deep',
|
||||||
logo: '/fmhy.ico',
|
logo: '/fmhy.ico',
|
||||||
nav: [
|
nav: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue