\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.",[2897,2898],{"name":2868,"color":2869},{"name":2871,"color":2872},3769,"Support centering members in VPTeamPage","2025-03-02T18:09:24Z","https://github.com/vuejs/vitepress/issues/3769",0.73101234,{"description":2905,"labels":2906,"number":2908,"owner":2874,"repository":2875,"state":2876,"title":2909,"updated_at":2910,"url":2911,"score":2912},"### 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.",[2907],{"name":2871,"color":2872},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":2914,"labels":2915,"number":2916,"owner":2874,"repository":2875,"state":2917,"title":2918,"updated_at":2919,"url":2920,"score":2921}," 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":2923,"labels":2924,"number":2925,"owner":2874,"repository":2875,"state":2917,"title":2926,"updated_at":2927,"url":2928,"score":2929},"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":2931,"labels":2932,"number":2936,"owner":2874,"repository":2875,"state":2917,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### 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.",[2933],{"name":2934,"color":2935},"wont fix","EDEED1",3740,"浏览器上的锚点不会动态变化","2024-04-28T12:25:10Z","https://github.com/vuejs/vitepress/issues/3740",0.70526695,{"description":2942,"labels":2943,"number":2947,"owner":2874,"repository":2875,"state":2917,"title":2948,"updated_at":2949,"url":2950,"score":2951},"### 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.",[2944],{"name":2945,"color":2946},"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":2953,"labels":2954,"number":2956,"owner":2874,"repository":2875,"state":2917,"title":2957,"updated_at":2958,"url":2959,"score":2960},"### 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.",[2955],{"name":2945,"color":2946},3499,"Dockerfile snippet not highlighted","2024-02-02T00:06:23Z","https://github.com/vuejs/vitepress/issues/3499",0.7106377,{"description":2962,"labels":2963,"number":2965,"owner":2874,"repository":2875,"state":2917,"title":2966,"updated_at":2967,"url":2968,"score":2969},"### 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.",[2964],{"name":2945,"color":2946},4026,"Document link 404 mentioned in issue 1773","2024-07-15T04:43:21Z","https://github.com/vuejs/vitepress/issues/4026",0.71122867,["Reactive",2971],{},["Set"],["ShallowReactive",2974],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fzduYTJFEzntAj3u-36zIksq7SCHNICzt2HMdj0om0B8":-1},"/vuejs/vitepress/3975"]