mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
add edit link and last updated timestamp
This commit is contained in:
parent
f2f28012c3
commit
ff19cb46f3
1 changed files with 6 additions and 2 deletions
|
|
@ -22,10 +22,14 @@ export default defineConfig({
|
|||
},
|
||||
...getMeetingMinutesSidebar()
|
||||
],
|
||||
|
||||
editLink: {
|
||||
pattern: 'https://github.com/nbtca/documents/edit/main/:path',
|
||||
text: 'Edit this page on GitHub'
|
||||
},
|
||||
socialLinks: [
|
||||
{ icon: 'github', link: 'https://github.com/nbtca/documents' }
|
||||
]
|
||||
},
|
||||
ignoreDeadLinks: true
|
||||
ignoreDeadLinks: true,
|
||||
lastUpdated: true,
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue