\r\n```yaml\r\n // algolia搜索\r\n search: {\r\n provider: 'algolia',\r\n options: {\r\n appId: 'xxxxx',\r\n apiKey: 'xxxxx',\r\n indexName: 'xxxxxx'\r\n }\r\n },",[],2944,"\"Algolia Search\" cannot jump to the page","2023-09-21T00:04:13Z","https://github.com/vuejs/vitepress/issues/2944",0.6886583,{"description":2921,"labels":2922,"number":2924,"owner":2866,"repository":2867,"state":2868,"title":2925,"updated_at":2926,"url":2927,"score":2928},"### Describe the bug\n\nThe current algolia search index is wrong.\r\nA lot of pages have been moved in the last release.\r\n\r\nIf you use the search you get linked to wrong pages.\r\n\r\n\r\n\n\n### Reproduction\n\nGo to https://vitepress.vuejs.org and search for \"useData\". Click on the suggested page and you get forwarded to a non existing page.\n\n### Expected behavior\n\nYou should be forwarded to the correct page.\n\n### System Info\n\n```shell\nSystem:\r\n OS: Windows 10 10.0.19045\r\n CPU: (32) x64 AMD Ryzen 9 3950X 16-Core Processor\r\n Memory: 45.51 GB / 63.91 GB\r\n Binaries:\r\n Node: 16.14.2 - C:\\Program Files\\nodejs\\node.EXE\r\n Yarn: 1.22.19 - ~\\AppData\\Roaming\\npm\\yarn.CMD\r\n npm: 8.7.0 - C:\\Program Files\\nodejs\\npm.CMD\r\n Browsers:\r\n Edge: Spartan (44.19041.1266.0), Chromium (110.0.1587.57) \r\n Internet Explorer: 11.0.19041.1566\r\n npmPackages:\r\n vitepress: ^1.0.0-alpha.13 => 1.0.0-alpha.48\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.",[2923],{"name":2877,"color":2878},2024,"Rebuild search index","2023-03-10T00:04:38Z","https://github.com/vuejs/vitepress/issues/2024",0.6929864,{"description":2930,"labels":2931,"number":2932,"owner":2866,"repository":2867,"state":2868,"title":2933,"updated_at":2934,"url":2935,"score":2936},"### Describe the bug\n\nClicking \"Take me home\" on the 404 page takes me to the home page (`/`), but the page is empty until I refresh. There are no errors in the console or network requests.\n\n### Reproduction\n\nI wasn't able to reproduce this on vitepress.new or in development mode, but it does reproduce with `pnpm docs:build && pnpm docs:serve` and the following configs:\r\n\r\n`docs/.vitepress/config.js`:\r\n```js\r\nexport default {\r\n title: 'OrbStack Docs',\r\n titleTemplate: ':title · OrbStack Docs',\r\n description: 'Say goodbye to slow, clunky containers and VMs.',\r\n themeConfig: {\r\n logo: '/img/logo64.png',\r\n socialLinks: [\r\n { icon: 'twitter', link: 'https://twitter.com/orbstack' },\r\n { icon: 'github', link: 'https://github.com/orbstack' },\r\n { icon: 'discord', link: 'https://discord.gg/Tfjyd5N5Eq' },\r\n ],\r\n footer: {\r\n copyright: '© 2023 Orbital Labs, LLC',\r\n },\r\n nav: [\r\n { text: 'Overview', link: '/' },\r\n { text: 'Docker', link: '/docker/' },\r\n { text: 'Linux', link: '/machines/' },\r\n { text: 'Install', link: '/quick-start' },\r\n { text: 'Demo', link: 'https://orbstack.dev/' },\r\n ],\r\n sidebar: [\r\n {\r\n text: 'Get started',\r\n collapsed: false,\r\n items: [\r\n { text: 'Home', link: '/' },\r\n { text: 'Features', link: '/features' },\r\n { text: 'Quick start', link: '/quick-start'},\r\n { text: 'Frequently asked questions', link: '/faq' },\r\n { text: \"What's new\", link: '/release-notes' },\r\n ],\r\n },\r\n {\r\n text: 'Learn more',\r\n collapsed: false,\r\n items: [\r\n { text: 'Install', link: '/install'},\r\n { text: 'Efficiency', link: '/efficiency' },\r\n { text: 'Benchmarks', link: '/benchmarks' },\r\n { text: 'Architecture', link: '/architecture' },\r\n { text: 'Settings', link: '/settings' },\r\n { text: 'Headless & CI', link: '/headless' },\r\n { text: 'Older versions', link: '/downgrade' },\r\n ],\r\n },\r\n {\r\n text: 'Docker containers',\r\n collapsed: false,\r\n items: [\r\n { text: 'Using Docker containers', link: '/docker/' },\r\n { text: 'Network', link: '/docker/network' },\r\n { text: 'Volumes & mounts', link: '/docker/file-sharing' },\r\n { text: 'Domain names', link: '/docker/domains' },\r\n ],\r\n },\r\n {\r\n text: 'Kubernetes',\r\n collapsed: false,\r\n items: [\r\n { text: 'Using Kubernetes', link: '/kubernetes/' },\r\n ]\r\n },\r\n {\r\n text: 'Linux machines',\r\n collapsed: false,\r\n items: [\r\n { text: 'Using Linux machines', link: '/machines/'},\r\n { text: 'Commands', link: '/machines/commands' },\r\n { text: 'Network', link: '/machines/network' },\r\n { text: 'File sharing', link: '/machines/file-sharing' },\r\n { text: 'SSH', link: '/machines/ssh' },\r\n { text: 'Distributions', link: '/machines/distros' },\r\n ],\r\n },\r\n {\r\n text: 'Compare',\r\n collapsed: false,\r\n items: [\r\n { 'text': 'Docker Desktop', link: '/compare/docker-desktop' },\r\n { 'text': 'Colima', link: '/compare/colima' },\r\n { 'text': 'UTM', link: '/compare/utm' },\r\n ],\r\n }\r\n ],\r\n algolia: {\r\n appId: 'xxx',\r\n apiKey: 'xxx',\r\n indexName: 'orbstack'\r\n },\r\n },\r\n cleanUrls: true,\r\n head: [\r\n ['script', { async: '', defer: '', src: 'https://orbstack.dev/js/xxx.js' }],\r\n ['link', { rel: 'icon', sizes: '64x64', href: '/img/logo64.png' }],\r\n ['link', { rel: 'shortcut icon', href: '/img/logo128.png' }],\r\n ['link', { rel: 'apple-touch-icon', href: '/img/logo128.png' }],\r\n ]\r\n}\r\n```\r\n\r\nindex.md:\r\n```markdown\r\n# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.\r\n# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.# What is OrbStack?\r\n\r\n[OrbStack](https://orbstack.dev) is a fast, light, and simple way to run containers and Linux machines on macOS. It's a supercharged alternative to Docker Desktop and WSL, all in one easy-to-use app.\r\n\r\nKeep reading to learn more, or [get started](quick-start.md) right away.\r\n```\r\n\r\nThe issue doesn't occur with a short index.md, so I had to copy and paste the text to reproduce it.\n\n### Expected behavior\n\nHome page appears.\n\n### System Info\n\n```sh\nSystem:\r\n OS: macOS 13.5.1\r\n CPU: (10) arm64 Apple M1 Max\r\n Memory: 1.25 GB / 64.00 GB\r\n Shell: 5.9 - /bin/zsh\r\n Binaries:\r\n Node: 20.5.1 - /opt/homebrew/bin/node\r\n Yarn: 1.22.19 - /opt/homebrew/bin/yarn\r\n npm: 9.8.0 - /opt/homebrew/bin/npm\r\n pnpm: 8.6.6 - /opt/homebrew/bin/pnpm\r\n Browsers:\r\n Chrome: 116.0.5845.140\r\n Safari: 16.6\r\n npmPackages:\r\n vitepress: 1.0.0-rc.10 => 1.0.0-rc.10\n```\n\n\n### Additional context\n\n\r\n\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.",[],2891,"Empty home page after following link from 404 page","2023-09-23T00:04:03Z","https://github.com/vuejs/vitepress/issues/2891",0.706189,{"description":2938,"labels":2939,"number":2941,"owner":2866,"repository":2867,"state":2868,"title":2942,"updated_at":2943,"url":2944,"score":2945},"### Describe the bug\n\nHello, I don't understand from the docs how an index should be built. If it is supposed to be automatically built, then it simply doesn't.\r\n\n\n### Reproduction\n\nJust set algolia following official docs.\n\n### Expected behavior\n\nSearch should provide results.\n\n### System Info\n\n```shell\nSystem:\r\n OS: macOS 12.3.1\r\n CPU: (10) arm64 Apple M1 Pro\r\n Memory: 99.66 MB / 16.00 GB\r\n Shell: 5.8 - /bin/zsh\r\n Binaries:\r\n Node: 16.14.2 - ~/.nvm/versions/node/v16.14.2/bin/node\r\n Yarn: 1.22.15 - ~/.nvm/versions/node/v16.14.2/bin/yarn\r\n npm: 8.7.0 - ~/.nvm/versions/node/v16.14.2/bin/npm\r\n Watchman: 2022.03.21.00 - /opt/homebrew/bin/watchman\r\n Browsers:\r\n Chrome: 100.0.4896.127\r\n Firefox: 99.0.1\r\n Safari: 15.4\r\n npmPackages:\r\n vitepress: ^0.22.3 => 0.22.3\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.",[2940],{"name":2877,"color":2878},613,"[Algolia] Index creation","2023-01-21T14:35:51Z","https://github.com/vuejs/vitepress/issues/613",0.7076204,{"description":2947,"labels":2948,"number":2949,"owner":2866,"repository":2867,"state":2868,"title":2950,"updated_at":2951,"url":2952,"score":2953},"How to use global search without algolia?\r\nhttps://vitepress.vuejs.org/guide/theme-search\r\nThis link has no description",[],1444,"How to use global search without algolia?","2023-01-21T14:25:13Z","https://github.com/vuejs/vitepress/issues/1444",0.7084866,["Reactive",2955],{},["Set"],["ShallowReactive",2958],{"$fTRc1wZytZ_XrK4EfJfei_Sz-An4H4Yy6syhVxH_PVJc":-1,"$f7wqEm7Irhu7lJvIEb5_uNQuTQSeGXomcoDGqPC_5CsE":-1},"/vuejs/vitepress/3614"]