mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-24 10:51:23 +00:00
Merge pull request #20 from nbtca/vitepress
add edit link and last updated timestamp
This commit is contained in:
commit
d09596f09a
3 changed files with 759 additions and 434 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,
|
||||
})
|
||||
|
|
|
|||
|
|
@ -15,10 +15,10 @@
|
|||
"devDependencies": {
|
||||
"@types/pinyin": "^2.10.2",
|
||||
"vitepress": "^1.6.3",
|
||||
"vitest": "^3.0.4"
|
||||
"vitest": "^3.0.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/node": "^22.10.10",
|
||||
"@types/node": "^22.13.14",
|
||||
"dayjs": "^1.11.13",
|
||||
"pinyin": "4.0.0-alpha.2",
|
||||
"vue": "^3.5.13"
|
||||
|
|
|
|||
1181
pnpm-lock.yaml
1181
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue