\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.",[2917],{"name":2889,"color":2890},2081,"socialLinks items are not accessible","2023-03-21T00:03:57Z","https://github.com/vuejs/vitepress/issues/2081",0.67682344,{"description":2924,"labels":2925,"number":2926,"owner":2869,"repository":2870,"state":2892,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### Describe the bug\n\nreference style link not rendering on container title\r\n\r\n\r\n\n\n### Reproduction\n\n```md\r\n::: info Software ([latest][link-latest], [stable][link-stable])\r\n\r\nSoftware stable is cool, but Software latest is cooler.\r\n\r\n:::\r\n\r\n[link-latest]: \u003Chttps://download/link-latest>\r\n[link-stable]: \u003Chttps://download/link-stable>\r\n```\r\n\r\n\n\n### Expected behavior\n\n\r\n\r\n\r\n```md\r\n::: info Software ([latest](https://download/link-latest), [stable](https://download/link-stable))\r\n\r\nSoftware stable is cool, but Software latest is cooler.\r\n\r\n:::\r\n```\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.17763\r\n CPU: (12) x64 AMD Ryzen 5 2600 Six-Core Processor\r\n Memory: 3.70 GB / 7.95 GB\r\n Binaries:\r\n Node: 18.12.0 - C:\\laragon-portable\\bin\\nodejs\\node-v18\\node.EXE\r\n npm: 9.6.6 - C:\\laragon-portable\\bin\\nodejs\\node-v18\\npm.CMD\r\n Browsers:\r\n Internet Explorer: 11.0.17763.1\r\n npmPackages:\r\n vitepress: ^1.0.0-rc.10 => 1.0.0-rc.15\n```\n\n\n### Additional context\n\nidk why it says IE11. i use a chrome/firefox browser\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.",[],3004,"reference style links not working on custom container title","2023-10-01T00:04:51Z","https://github.com/vuejs/vitepress/issues/3004",0.6926521,{"description":2932,"labels":2933,"number":2934,"owner":2869,"repository":2870,"state":2892,"title":2935,"updated_at":2936,"url":2937,"score":2938},"### Describe the bug\n\nI'm trying to convert the Chart.js docs to Vitepress and am getting the following error in the console:\r\n```\r\nVPSidebarGroup.vue:25 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'some')\r\n```\r\n\r\nIf I remove the sidebar theme config then the site loads. I expect that I've passed an invalid config or something like that, but it'd be nice if there were some sort of validation alerting me to what I might have done wrong as it's quite difficult to figure it out from the current error message\n\n### Reproduction\n\nBrowse the code at https://github.com/benmccann/Chart.js/tree/vitepress/docs\r\n\r\nRun with:\r\n```\r\ngit clone git@github.com:benmccann/Chart.js.git\r\ncd Chart.js/docs\r\ngit checkout vitepress\r\npnpm install\r\npnpm dev\r\n```\n\n### Expected behavior\n\nValidates given config and alerts to invalid values\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 Binaries:\r\n Node: 16.15.0\r\n Browsers:\r\n Chrome: 104.0.5112.79\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.",[],1201,"Validate provided config and give descriptive errors","2023-01-21T14:27:01Z","https://github.com/vuejs/vitepress/issues/1201",0.6940682,{"description":2940,"labels":2941,"number":2945,"owner":2869,"repository":2870,"state":2892,"title":2946,"updated_at":2947,"url":2948,"score":2949},"### Describe the bug\n\n如题,位于 `themeConfig.search.options.translations` 中的 `button.buttonAriaLabel` 的配置并没有生效,其他的 aria 都是有效的\r\n\r\n\r\n\r\n\n\n### Reproduction\n\n使用模板新建项目后, config 配置如下即可复现\r\n\r\n``` ts\r\nimport {defineConfig} from 'vitepress'\r\n\r\n// https://vitepress.dev/reference/site-config\r\nexport default defineConfig({\r\n themeConfig: {\r\n search: {\r\n provider: 'local',\r\n options: {\r\n translations: {\r\n button: {\r\n buttonText: '搜索',\r\n buttonAriaLabel: '搜索按钮',\r\n },\r\n modal: {\r\n displayDetails: '显示详情',\r\n resetButtonTitle: '重置搜索',\r\n backButtonTitle: '返回搜索结果',\r\n noResultsText: '没有找到结果',\r\n footer: {\r\n selectText: '选择',\r\n selectKeyAriaLabel: '回车键',\r\n navigateText: '切换',\r\n navigateUpKeyAriaLabel: '上方向键',\r\n navigateDownKeyAriaLabel: '下方向键',\r\n closeText: '关闭',\r\n closeKeyAriaLabel: 'ESC键',\r\n }\r\n }\r\n }\r\n },\r\n },\r\n }\r\n})\r\n```\n\n### Expected behavior\n\n按照配置正确被修改\n\n### System Info\n\n```Text\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (16) x64 AMD Ryzen 7 5800X 8-Core Processor\r\n Memory: 7.88 GB / 15.93 GB\r\n Binaries:\r\n Node: 18.16.1 - E:\\Node\\node.EXE\r\n Yarn: 3.6.1 - E:\\Node\\yarn.CMD\r\n npm: 9.5.1 - E:\\Node\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (117.0.2045.60)\r\n Internet Explorer: 11.0.19041.1566\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.",[2942],{"name":2943,"color":2944},"theme","0754FB",3067,"buttonAriaLabel 配置不生效,观察了一下似乎一直是 ’Search‘ 这个值","2023-10-20T00:04:31Z","https://github.com/vuejs/vitepress/issues/3067",0.70428854,{"description":2951,"labels":2952,"number":2954,"owner":2869,"repository":2870,"state":2892,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### 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.",[2953],{"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.70910394,["Reactive",2960],{},["Set"],["ShallowReactive",2963],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$fekcVISUxQ6KDodaXuR8pibQ33Fcssbm4byzLIerINdM":-1},"/vuejs/vitepress/2098"]