feat: load the sidebar data and titles/excerpts from the blog post markdown document and its frontmatter (#2981)

This commit is contained in:
Pete Davison
2026-08-16 12:14:08 +01:00
committed by GitHub
parent 1868ad2969
commit 1d0719b65a
12 changed files with 174 additions and 125 deletions

View File

@@ -15,6 +15,7 @@
"devDependencies": {
"@types/markdown-it": "^14.1.2",
"@types/node": "^24.1.0",
"gray-matter": "^4.0.3",
"netlify-cli": "^27.0.0",
"prettier": "^3.6.2",
"vitepress": "^1.6.3",