\u003C/svg>'\r\n }, link: 'https://gitlab.com/'}, title: 'my title link'\r\n ],\r\n```\r\n\r\nSee: typescript triggers \"cannot find name title\"\n\n### Expected behavior\n\n- ability to configure custom title element for each custom social link\r\n- default title for already available social networks\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.10 Ubuntu 22.04.2 LTS 22.04.2 LTS (Jammy Jellyfish)\r\n CPU: (8) x64 Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz\r\n Memory: 11.38 GB / 12.31 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 16.15.1 - ~/.nvm/versions/node/v16.15.1/bin/node\r\n Yarn: 1.22.19 - ~/.nvm/versions/node/v16.15.1/bin/yarn\r\n npm: 8.19.2 - ~/.nvm/versions/node/v16.15.1/bin/npm\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.49 => 1.0.0-alpha.49\n```\n\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] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2916],{"name":2889,"color":2890},2081,"socialLinks items are not accessible","2023-03-21T00:03:57Z","https://github.com/vuejs/vitepress/issues/2081",0.7325084,{"description":2923,"labels":2924,"number":2926,"owner":2869,"repository":2870,"state":2880,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### Describe the bug\n\nRelated or identical to this locked issue:\r\n- https://github.com/vuejs/vitepress/issues/1004\r\n\r\nWhen running `npm run docs:build`, the build fails with the following error message:\r\n\r\n```\r\n✓ building client + server bundles...\r\nbuild error:\r\nError: ENOTEMPTY: directory not empty, rmdir '\\\\?\\D:\\path\\to\\project\\docs\\.vitepress\\.temp'\r\n at Object.rmdirSync (node:fs:1226:10)\r\n at _rmdirSync (node:internal/fs/rimraf:260:21)\r\n at rimrafSync (node:internal/fs/rimraf:193:7)\r\n at Object.rmSync (node:fs:1275:10)\r\n at build (file:///D:/path/to/project/node_modules/vitepress/dist/node/serve-d5608de4.js:41814:12)\r\n```\r\n\r\nThe directory is empty afterwards, and does not exist before running `npm run docs:build`.\r\n\n\n### Reproduction\n\nHappens consistently (100%) for some projects and never (0%) for other projects. Have not found a pattern or trivial reproduction yet.\n\n### Expected behavior\n\nCan either build or get an actionable error message\n\n### System Info\n\n```sh\nSystem:\r\n OS: Windows 10 10.0.22621\r\n CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz\r\n Memory: 40.60 GB / 63.85 GB\r\n Binaries:\r\n Node: 18.13.0 - D:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 8.13.2 - D:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 114.0.5735.110\r\n Edge: Spartan (44.22621.1702.0), Chromium (113.0.1774.57)\r\n Internet Explorer: 11.0.22621.1\r\n npmPackages:\r\n vitepress: ^1.0.0-beta.1 => 1.0.0-beta.1\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.",[2925],{"name":2889,"color":2890},2482,"Build fails with `Error: ENOTEMPTY: directory not empty, rmdir docs\\.vitepress\\.temp`","2023-06-15T00:04:11Z","https://github.com/vuejs/vitepress/issues/2482",0.7349133,{"description":2932,"labels":2933,"number":2936,"owner":2869,"repository":2870,"state":2880,"title":2937,"updated_at":2938,"url":2939,"score":2940},"### Describe the bug\n\nI have a plugin called [vitepress-plugin-sandpack](https://github.com/jerrywu001/vitepress-plugin-sandpack)\r\n\r\nIn this plugin, I used the `useData` API.\r\n\r\n\u003Cimg width=\"381\" alt=\"image\" src=\"https://user-images.githubusercontent.com/12525415/217128002-d701955c-47e2-4b38-85e9-1b28a64ed829.png\">\r\n\r\nWhen build, it get **'F.useData is not a function**\n\n### Reproduction\n\nonline code: https://stackblitz.com/edit/vitejs-vite-79ocfq?file=package.json\r\n\r\nrun `npm run docs:build`\r\n\r\n\u003Cimg width=\"766\" alt=\"image\" src=\"https://user-images.githubusercontent.com/12525415/217128048-be7ccf3d-c9cc-4b82-aba6-d347ba0ed6ee.png\">\r\n\r\nBut deployment is successful.\r\n\n\n### Expected behavior\n\nSee Reproduction\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (4) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\n Binaries:\r\n Node: 16.14.2 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 7.17.0 - /usr/local/bin/npm\r\n npmPackages:\r\n vitepress: latest => 1.0.0-alpha.45\n```\n\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2934,2935],{"name":2889,"color":2890},{"name":2866,"color":2867},1900,"docs build get 'F.useData is not a function'","2023-08-13T00:04:19Z","https://github.com/vuejs/vitepress/issues/1900",0.73492014,{"description":2942,"labels":2943,"number":2945,"owner":2869,"repository":2870,"state":2880,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Describe the bug\n\nWhen setting the sidebar text, i want to write a simple script tag in the text, such as 'Compare \u003Cscript> the difference with \u003Cscript async>', however, In real rendering, both tags are converted to tags instead of strings, and cannot be displayed\r\n\r\n\n\n### Reproduction\n\nHere is the location [stackblitz](https://stackblitz.com/edit/vite-hiphbr)\n\n### Expected behavior\n\nI want to render 'This is \u003Cscript> \u003Cstyle>', but it renders 'This is'.\n\n### System Info\n\n```Text\nSystem:\r\n OS: Linux 5.0 undefined\r\n CPU: (8) x64 Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz\r\n Memory: 0 Bytes / 0 Bytes\r\n Shell: 1.0 - /bin/jsh\r\nBinaries:\r\n Node: 18.18.0 - /usr/local/bin/node\r\n Yarn: 1.22.19 - /usr/local/bin/yarn\r\n npm: 10.2.3 - /usr/local/bin/npm\r\n pnpm: 8.15.3 - /usr/local/bin/pnpm\r\nnpmPackages:\r\n vitepress: latest => 1.0.0-rc.44\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.",[2944],{"name":2889,"color":2890},3627,"bug: when you are configuring sidebar in config.*, the '\u003Cscript>' or '\u003Cstyle>' in text will be parsed directly into a tag instead of a string","2024-03-11T00:04:40Z","https://github.com/vuejs/vitepress/issues/3627",0.7362549,{"description":2951,"labels":2952,"number":2954,"owner":2869,"repository":2870,"state":2880,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Describe the bug\n\n\r\n\r\n\r\nhttp://localhost:4173/docs/ui/hdatetime/\r\n\r\n\r\npnpm dev working but build after serve dont working all buttons \n\n### Reproduction\n\nhttps://github.com/huntersofbook/huntersofbook/tree/feat/i18n\r\n\r\nbranch: feat/i18n\r\n\r\n1. pnpm install\r\n2. pnpm build\r\n3. cd/apps/docs\r\n4. pnpm build\r\n5. pnpm serve\n\n### Expected behavior\n\nclick buttons\n\n### System Info\n\n```shell\nSystem:\r\n OS: Linux 5.15 Ubuntu 22.04.1 LTS 22.04.1 LTS (Jammy Jellyfish)\r\n CPU: (12) x64 11th Gen Intel(R) Core(TM) i5-11400 @ 2.60GHz\r\n Memory: 19.96 GB / 31.12 GB\r\n Container: Yes\r\n Shell: 5.1.16 - /bin/bash\r\n Binaries:\r\n Node: 16.17.0 - /usr/bin/node\r\n Yarn: 1.22.19 - /usr/bin/yarn\r\n npm: 8.15.0 - /usr/bin/npm\r\n Browsers:\r\n Chrome: 105.0.5195.102\r\n\r\n\r\nopen-source on feat/i18n via v16.17.0 took 2s\n```\n\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.vuejs.org).\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2953],{"name":2866,"color":2867},1284,"client js not working","2023-08-11T00:04:21Z","https://github.com/vuejs/vitepress/issues/1284",0.7364119,["Reactive",2960],{},["Set"],["ShallowReactive",2963],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fTimVxyzjM1O34hmeQPYM5XCvIfNQuXIu5cNQXDFDXpE":-1},"/vuejs/vitepress/2028"]