\r\n \u003C/template>\r\n \u003C/VPTeamPageSection>\r\n\u003C/VPTeamPage>\r\n```\n\n### Expected behavior\n\n\r\n\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 11\r\n Binaries:\r\n Node: 20.10.0\r\n Yarn: 1.22.19\r\n npm: 10.5.0\r\n pnpm: 8.15.5\r\n Browsers:\r\n Edge: Chromium (123.0.2420.81)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: 1.0.0-rc.43\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3049,3050],{"name":3020,"color":3021},{"name":3023,"color":3024},3769,"Support centering members in VPTeamPage","2025-03-02T18:09:24Z","https://github.com/vuejs/vitepress/issues/3769",0.73101234,{"description":3057,"labels":3058,"number":3060,"owner":3026,"repository":3027,"state":3028,"title":3061,"updated_at":3062,"url":3063,"score":3064},"### Is your feature request related to a problem? Please describe.\n\n export default {\r\n async paths() {\r\n \r\n const data = await (await fetch('https://my-cms-api', {\r\n headers: {\r\n }\r\n })).json()\r\n\r\n return data.map(entry => {\r\n return {\r\n params: { id: entry.id, /* title, authors, date 等 */ },\r\n content: entry.content,\r\n????\r\n }\r\n })\r\n }\r\n }\n\n### Describe the solution you'd like\n\n export default {\r\n async paths() {\r\n \r\n const data = await (await fetch('https://my-cms-api', {\r\n headers: {\r\n }\r\n })).json()\r\n\r\n return data.map(entry => {\r\n return {\r\n params: { id: entry.id, /* title, authors, date 等 */ },\r\n content: entry.content,\r\n????\r\n }\r\n })\r\n }\r\n }\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[3059],{"name":3023,"color":3024},4432,"how set different title description. at fontmatter. when using CMS as backend???","2025-01-20T11:04:32Z","https://github.com/vuejs/vitepress/issues/4432",0.74127483,{"description":3066,"labels":3067,"number":3068,"owner":3026,"repository":3027,"state":3069,"title":3070,"updated_at":3071,"url":3072,"score":3073}," It uses git to get that timestamp. Disable it if you don't want to install git.\r\n\r\n_Originally posted by @brc-dd in https://github.com/vuejs/vitepress/issues/2175#issuecomment-1491609952_\r\n \r\n\r\nI am run vitepress dev server in webcontainer , it's haven't git , where config can i disable git ?",[],3575,"closed","How to disable git","2024-02-23T00:05:15Z","https://github.com/vuejs/vitepress/issues/3575",0.67518514,{"description":3075,"labels":3076,"number":3077,"owner":3026,"repository":3027,"state":3069,"title":3078,"updated_at":3079,"url":3080,"score":3081},"I am wondering if there is currently a feature that allows customization of the \"On this page\" navigation title. If not, I would like to suggest adding this capability to enable better customization for different contexts.\r\n\r\n",[],4220,"Inquiry: Customizing \"On this page\" Navigation Title in VitePress","2024-09-29T04:43:04Z","https://github.com/vuejs/vitepress/issues/4220",0.68806183,{"description":3083,"labels":3084,"number":3088,"owner":3026,"repository":3027,"state":3069,"title":3089,"updated_at":3090,"url":3091,"score":3092},"### Is your feature request related to a problem? Please describe.\n\nvuepress中的锚点可以动态变化:\r\n比如页面在\r\n`https://vuepress.vuejs.org/zh/config/#head`\r\n鼠标滚动后\r\n路径变成了\r\n`https://vuepress.vuejs.org/zh/config/#cache`\r\n\r\n\r\n而vitepress默认没有锚点,\r\n`https://vitepress.dev/zh/reference/default-theme-nav`。\r\n右侧目录的锚点是可以正常变化的,\r\n点击右侧目录的某个锚点后,\r\n浏览器上的url会出现对应的锚点,\r\n但是不会随着网页移动而变化了。\r\n\n\n### Describe the solution you'd like\n\n像vuepress那样,浏览器url默认出现当前网页的锚点,并且可以随页面变化而改变。\n\n### Describe alternatives you've considered\n\n_No response_\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Read the [Contributing Guidelines](https://github.com/vuejs/vitepress/blob/main/.github/contributing.md).\n- [X] Check that there isn't already an issue that asks for the same feature to avoid creating a duplicate.",[3085],{"name":3086,"color":3087},"wont fix","EDEED1",3740,"浏览器上的锚点不会动态变化","2024-04-28T12:25:10Z","https://github.com/vuejs/vitepress/issues/3740",0.70526695,{"description":3094,"labels":3095,"number":3099,"owner":3026,"repository":3027,"state":3069,"title":3100,"updated_at":3101,"url":3102,"score":3103},"### Describe the bug\n\nWhen I build, I receive the error prompt `TypeError: Cannot read properties of undefined (reading 'imports')`. After debugging, I find that this problem comes from the exception thrown by `src/node/build/build.ts`\n\n```javascript\n await pMap(\n [\"404.md\", ...siteConfig.pages],\n async (page) => {\n // maybe this render failed when build stage\n const r = await renderPage(\n render,\n siteConfig,\n siteConfig.rewrites.map[page] || page,\n clientResult,\n appChunk,\n cssChunk,\n assets,\n pageToHashMap,\n metadataScript,\n additionalHeadTags,\n usedIcons\n );\n return r;\n },\n { concurrency: siteConfig.buildConcurrency }\n );\n```\n\n### Reproduction\n\nhttps://github.com/longportapp/openapi-website/tree/838c186d9ae49391f1641c6bff350d5a4b1267f9\n\nrun `bun run docs:build` will get error info\nbut run `bun run docs:dev`, everything is well\n\n### Expected behavior\n\nbuild success\n\n### System Info\n\n```Text\nSystem:\n OS: macOS 15.3.1\n CPU: (10) arm64 Apple M4\n Memory: 104.50 MB / 24.00 GB\n Shell: 5.9 - /bin/zsh\n Binaries:\n Node: 20.19.0 - ~/.nvm/versions/node/v20.19.0/bin/node\n Yarn: 1.22.22 - ~/.nvm/versions/node/v20.19.0/bin/yarn\n npm: 11.3.0 - ~/.nvm/versions/node/v20.19.0/bin/npm\n pnpm: 10.8.0 - ~/.nvm/versions/node/v20.19.0/bin/pnpm\n bun: 1.2.10 - ~/.bun/bin/bun\n Browsers:\n Chrome: 136.0.7103.114\n Safari: 18.3\n```\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [x] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [x] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [x] Read the [docs](https://vitepress.dev).\n- [x] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3096],{"name":3097,"color":3098},"bug: pending triage","e99695",4771,"The build reported an error, but development and preview worked correctly","2025-06-04T05:01:08Z","https://github.com/vuejs/vitepress/issues/4771",0.70715076,{"description":3105,"labels":3106,"number":3108,"owner":3026,"repository":3027,"state":3069,"title":3109,"updated_at":3110,"url":3111,"score":3112},"### Describe the bug\n\nIncluding a Dockerfile snippet into md does not apply highlighting\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-jrvx6i?file=docs%2FDockerfile,docs%2Fexample.md\n\n### Expected behavior\n\nsnippet dockerfile should render propperly\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 5.10 Ubuntu 20.04.6 LTS (Focal Fossa)\r\n CPU: (8) x64 11th Gen Intel(R) Core(TM) i5-1135G7 @ 2.40GHz\r\n Memory: 29.01 GB / 31.25 GB\r\n Container: Yes\r\n Shell: 5.0.17 - /bin/bash\r\n Binaries:\r\n Node: 17.4.0 - ~/.nvm/versions/node/v17.4.0/bin/node\r\n Yarn: 1.22.19 - ~/.nvm/versions/node/v17.4.0/bin/yarn\r\n npm: 8.3.1 - ~/.nvm/versions/node/v17.4.0/bin/npm\r\n pnpm: 8.7.6 - ~/.local/share/pnpm/pnpm\r\n bun: 1.0.2 - ~/.local/share/pnpm/bun\r\n npmPackages:\r\n vitepress: 1.0.0-rc.40 => 1.0.0-rc.40\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3107],{"name":3097,"color":3098},3499,"Dockerfile snippet not highlighted","2024-02-02T00:06:23Z","https://github.com/vuejs/vitepress/issues/3499",0.7106377,{"description":3114,"labels":3115,"number":3117,"owner":3026,"repository":3027,"state":3069,"title":3118,"updated_at":3119,"url":3120,"score":3121},"### Describe the bug\n\nhttps://github.com/vuejs/vitepress/issues/1773\r\n\r\nURL: https://vitepress.vuejs.org/guide/theme-home-page\r\n\r\nVisit 404\n\n### Reproduction\n\nhttps://github.com/vuejs/vitepress/issues/1773\r\n\r\nURL: https://vitepress.vuejs.org/guide/theme-home-page\r\n\r\nVisit 404\n\n### Expected behavior\n\nhttps://github.com/vuejs/vitepress/issues/1773\r\n\r\nURL: https://vitepress.vuejs.org/guide/theme-home-page\r\n\r\nVisit 404\n\n### System Info\n\n```Text\nLinux\r\nvitepress:1.3.0\n```\n\n\n### Additional context\n\n_No response_\n\n### Validations\n\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\n- [X] Read the [docs](https://vitepress.dev).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[3116],{"name":3097,"color":3098},4026,"Document link 404 mentioned in issue 1773","2024-07-15T04:43:21Z","https://github.com/vuejs/vitepress/issues/4026",0.71122867,["Reactive",3123],{},["Set"],["ShallowReactive",3126],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzduYTJFEzntAj3u-36zIksq7SCHNICzt2HMdj0om0B8":-1},"/vuejs/vitepress/3975"]