mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-25 02:56:26 +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()
|
...getMeetingMinutesSidebar()
|
||||||
],
|
],
|
||||||
|
editLink: {
|
||||||
|
pattern: 'https://github.com/nbtca/documents/edit/main/:path',
|
||||||
|
text: 'Edit this page on GitHub'
|
||||||
|
},
|
||||||
socialLinks: [
|
socialLinks: [
|
||||||
{ icon: 'github', link: 'https://github.com/nbtca/documents' }
|
{ icon: 'github', link: 'https://github.com/nbtca/documents' }
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
ignoreDeadLinks: true
|
ignoreDeadLinks: true,
|
||||||
|
lastUpdated: true,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue