mirror of
https://github.com/m1ngsama/documents.git
synced 2025-12-25 02:56:26 +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()
|
...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,
|
||||||
})
|
})
|
||||||
|
|
|
||||||
|
|
@ -15,10 +15,10 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/pinyin": "^2.10.2",
|
"@types/pinyin": "^2.10.2",
|
||||||
"vitepress": "^1.6.3",
|
"vitepress": "^1.6.3",
|
||||||
"vitest": "^3.0.4"
|
"vitest": "^3.0.9"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@types/node": "^22.10.10",
|
"@types/node": "^22.13.14",
|
||||||
"dayjs": "^1.11.13",
|
"dayjs": "^1.11.13",
|
||||||
"pinyin": "4.0.0-alpha.2",
|
"pinyin": "4.0.0-alpha.2",
|
||||||
"vue": "^3.5.13"
|
"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