\r\n\u003C/VPTeamPage>\r\n\n\n### Expected behavior\n\nit suppose to change Sponsor word like this but didn't work\r\n\r\n\r\n\r\n\n\n### System Info\n\n```Text\nSystem\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.",[2885],{"name":2886,"color":2887},"need more info","bdbefc",4124,"closed","actionText prop on VPTeamMembers components doesn't works","2024-08-20T04:43:16Z","https://github.com/vuejs/vitepress/issues/4124",0.6703352,{"description":2895,"labels":2896,"number":2898,"owner":2875,"repository":2876,"state":2889,"title":2899,"updated_at":2900,"url":2901,"score":2902},"### Is your feature request related to a problem? Please describe.\n\nI would like to move the Outline to the left of the main content which can be done relatively easily with CSS however the caveat is because when we use frontmatter to hide the outline on certain pages it creates a gap on the left side instead of completely hiding the Outline’s parent container.\n\n### Describe the solution you'd like\n\nTwo things:\r\n\r\n1. Theme Config to have something like “outlinePosition” that takes “left” or defaults to “right” and positions the outline correctly.\r\n2. Change the logic so that when frontmatter has outline set to hidden for a page that the entire Outline element is removed instead of it’s child elements which will prevent the left aligned Outline from creating a left side gap.\n\n### Describe alternatives you've considered\n\nUsing CSS to move the Outline element but it not fully work with frontmatter setting an outline to false on a specific page by creating an empty gap because the parent element of Outline is not removed.\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] 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.",[2897],{"name":2866,"color":2867},2035,"[Outline] Add support for left or right positioned Outline","2023-04-04T00:03:57Z","https://github.com/vuejs/vitepress/issues/2035",0.67228776,{"description":2904,"labels":2905,"number":2910,"owner":2875,"repository":2876,"state":2889,"title":2911,"updated_at":2912,"url":2913,"score":2914},"### Describe the bug\n\nWhen sidebar is not present, the page is not scrolled and outline is scrolled down, it overflows the navbar.\r\n\r\n \r\n\r\n\n\n### Reproduction\n\nhttps://stackblitz.com/edit/vite-v81ufa\r\n\r\n1. Make sure width is high enough so that outline is shown\r\n2. Without scrolling the main page content hover over the outline and scroll down\r\n3. Observe that the outline overflows the navbar\n\n### Expected behavior\n\nOutline is clipped when over navbar in the same way when sidebar is present.\n\n### System Info\n\n```sh\nSystem:\r\n OS: Windows 10 10.0.19044\r\n CPU: (16) x64 Intel(R) Core(TM) i7-6900K CPU @ 3.20GHz\r\n Memory: 45.66 GB / 63.92 GB\r\n Binaries:\r\n Node: 18.2.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.5 - C:\\Program Files (x86)\\Yarn\\bin\\yarn.CMD\r\n npm: 9.6.6 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Chrome: 113.0.5672.127\r\n Edge: Spartan (44.19041.1266.0), Chromium (113.0.1774.50)\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.",[2906,2907],{"name":2866,"color":2867},{"name":2908,"color":2909},"contribution welcome","11E4B8",2442,"Outline overflows navbar when sidebar not present","2023-08-16T00:04:22Z","https://github.com/vuejs/vitepress/issues/2442",0.6866083,{"description":2916,"labels":2917,"number":2918,"owner":2875,"repository":2876,"state":2889,"title":2919,"updated_at":2920,"url":2921,"score":2922},"related https://github.com/vuejs/vitepress/issues/628\r\n\r\nVitePress Next don't have this feature yet. Let's implement it. While doing so, I would also like to suggest new config structure for `locales` option.\r\n\r\nCurrently, we must define two `locales` when defining multi locale site. One in app config level, and one in theme config level.\r\n\r\nI think it's much easier to just be able to define locale on top level only.\r\n\r\n```js\r\nexport default {\r\n // Top level config for default and fallbacks.\r\n lang: 'en',\r\n title: 'VitePress',\r\n themeConfig: { ... }\r\n \r\n // All other locale settings.\r\n locales: {\r\n fr: {\r\n lang: 'fr',\r\n title: 'VitePress',\r\n themeConfig: { ... }\r\n },\r\n\r\n ja: {\r\n lang: 'ja',\r\n title: 'VitePress',\r\n themeConfig: { ... }\r\n }\r\n }\r\n}\r\n```\r\n\r\nThis should make typings much simpler too (maybe). It should eliminate weird situation like in #628 🤔 \r\n\r\nAlso, maybe not required for 1.0.0 release, but consider #291 as well.",[],631,"Add internationalization feature","2023-01-25T00:04:24Z","https://github.com/vuejs/vitepress/issues/631",0.6875664,{"description":2924,"labels":2925,"number":2926,"owner":2875,"repository":2876,"state":2889,"title":2927,"updated_at":2928,"url":2929,"score":2930},"### Describe the bug\r\n\r\nWhen using iOS Safari, if you move to the actions link on the home page and then swipe history back, clicking on the elements on the home page is interrupted once.\r\nWorks fine from the second touch.\r\n\r\n### Reproduction\r\n\r\nhome > click action button > swipe history back > click action button\r\n\r\n### Expected behavior\r\n\r\n\r\nNo response to action button on home page after history back.\r\n\r\n### System Info\r\n\r\n```Text\r\niPhone SE2 (2020)\r\niOS 17.4\r\nsafari\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[],3658,"History back issue while using iOS Safari","2024-05-04T04:42:01Z","https://github.com/vuejs/vitepress/issues/3658",0.69227916,{"description":2932,"labels":2933,"number":2937,"owner":2875,"repository":2876,"state":2889,"title":2938,"updated_at":2939,"url":2940,"score":2941},"### Describe the bug\n\nAfter build in MPA mode, the woff2 file aren't copy to assets dir, but style.xxx.css used it.\n\n### Reproduction\n\nany md file\n\n### Expected behavior\n\nIn MPA file, the woff2 file can be copied to assets dir\n\n### System Info\n\n```shell\nwindows vitepress@1.0.0-alpha.60\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.",[2934],{"name":2935,"color":2936},"bug: pending triage","e99695",2094,"Missing woff2 file in MPA mode","2023-03-24T00:04:12Z","https://github.com/vuejs/vitepress/issues/2094",0.69663143,{"description":2943,"labels":2944,"number":2946,"owner":2875,"repository":2876,"state":2889,"title":2947,"updated_at":2948,"url":2949,"score":2950},"### Describe the bug\n\nIt's in the documentation\r\nhttps://vitepress.vuejs.org/guide/theme-edit-link.html#edit-link\r\n\r\nthemeConfig.editLink\r\nThere is no attribute pattern\n\n### Reproduction\n\n```\r\nexport default defineConfig({\r\n themeConfig: {\r\n editLink:{\r\n pattern: \"https://gitea.com/:path\",\r\n }\r\n }\r\n})\r\n```\n\n### Expected behavior\n\nadd pattern\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19042\r\n CPU: (8) x64 Intel(R) Core(TM)2 Duo CPU T7700 @ 2.40GHz\r\n Memory: 797.08 MB / 24.00 GB\r\n Binaries:\r\n Node: 16.14.0 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.18 - C:\\Program Files\\nodejs\\yarn.CMD\r\n npm: 8.11.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (102.0.1245.33)\r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: 1.0.0-alpha.1 => 1.0.0-alpha.1\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.",[2945],{"name":2935,"color":2936},775,"themeConfig.editLink There is no attribute pattern","2023-01-21T14:34:15Z","https://github.com/vuejs/vitepress/issues/775",0.69750124,{"description":2952,"labels":2953,"number":2954,"owner":2875,"repository":2876,"state":2889,"title":2955,"updated_at":2956,"url":2957,"score":2958},"### Is your feature request related to a problem? Please describe.\n\nLet's say we got a folder structure like this:\r\n\r\n\r\n└─ foo\r\n ├─ 1.0.0.md\r\n ├─ 2.0.0.md\r\n └─ 3.0.0.md\r\n\r\nRight now we would have routes like:\r\n `/foo/1.0.0.html`\r\n `/foo/2.0.0.html`\r\n `/foo/3.0.0.html`\r\n\r\nI'd like to also have a route or alias like the following: `/foo/latest` which will point to the latest version (this can all be determined on build time by looking at the file, I already have a function that gives me the latest \"route\", in this case `/foo/3.0.0.html`.\r\n\r\nHow can I make this `/foo/latest` route exist and be an alias to the one I wanted?\n\n### Describe the solution you'd like\n\nAllow us to define route aliases or redirects\n\n### Describe alternatives you've considered\n\nI've tried with rewrites but that allowed me to make the latest version redirected to /latest instead. I want the reverse.\n\n### Additional context\n\nIf this is not something you think vitepress should have because it's not SSG friendly (there is no latest.html file) then I understand.\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.",[],2922,"Route Alias or Redirect","2023-09-16T00:04:02Z","https://github.com/vuejs/vitepress/issues/2922",0.6995464,{"description":2960,"labels":2961,"number":2963,"owner":2875,"repository":2876,"state":2889,"title":2964,"updated_at":2965,"url":2966,"score":2967},"### Describe the bug\r\n\r\nI try to use home layout and type like this:\r\n```md\r\nfeatures:\r\n - title: \u003Cimg src= \"/imgs/ArcGIS.png\" alt=\"ArcGIS\" class=\"inline-block\"/>ArcGIS\r\n details: Use the ArcGIS Maps SDK for JavaScript to build compelling web apps that unlock your data’s potential with interactive user experiences and stunning 2D and 3D visualizations.\r\n link: https://developers.arcgis.com/javascript/latest/\r\n target: \"_blank\"\r\n```\r\nIt runs well in dev, but when I deployed on gh-pages in a custom repository, the site comes like \\\u003Cusername\\>.github.io/\\\u003Crepo\\>/xxx.So I set base option in ./docs/.vitepress/config.mts, the logo.png runs well under this option.but in `index.md>home layout>features`,it didn't work.\r\nif add a \\\u003Crepo\\> before src link, worked but I should change it every time when add or remove a feature:\r\n```md\r\nfeatures:\r\n - title: \u003Cimg src= \"/gest_webgis/imgs/ArcGIS.png\" alt=\"ArcGIS\" class=\"inline-block\"/>ArcGIS\r\n details: Use the ArcGIS Maps SDK for JavaScript to build compelling web apps that unlock your data’s potential with interactive user experiences and stunning 2D and 3D visualizations.\r\n link: https://developers.arcgis.com/javascript/latest/\r\n target: \"_blank\"\r\n```\r\nHow can I use a `withBase` helper in vitepress within formatter in md files?\r\n\r\n### Reproduction\r\n\r\nwrite an img tag in `home layout > features>title`,set base option in ./docs/.vitepress/index.{js,mts}\r\n\r\n\r\n### Expected behavior\r\n\r\nthe /imgs/xxx.png should automatically change into ${baseUrl}/imgs/xxx.png at runtime or use withBase helper in home features\r\n\r\n### System Info\r\n\r\n```Text\r\nwin11, gitpub pages\r\n```\r\n\r\n\r\n### Additional context\r\n\r\n_No response_\r\n\r\n### Validations\r\n\r\n- [X] Check if you're on the [latest VitePress version](https://github.com/vuejs/vitepress/releases/latest).\r\n- [X] Follow our [Code of Conduct](https://vuejs.org/about/coc.html)\r\n- [X] Read the [docs](https://vitepress.dev).\r\n- [X] Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.",[2962],{"name":2935,"color":2936},3139,"How to use a `withBase` helper in vitepress within formatter in md files?","2023-11-02T00:04:19Z","https://github.com/vuejs/vitepress/issues/3139",0.7012359,["Reactive",2969],{},["Set"],["ShallowReactive",2972],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f7KkEOcbFd_rXr81pyXiCexq1OmsjqoBPslCRPmulUz0":-1},"/vuejs/vitepress/2220"]