Link all DocSearch into Raycast.
- The documentation web is supported DocSearch.
- Open developer tools and input something in the search bar.
- Input DocSearch data into apiData.ts, like below.
{ name: 'Vuepress v1', icon: 'https://vuepress.vuejs.org/hero.png', // You can find the icon URL in html head apiKey: '3a539aab83105f01761a137c61004d85', appID: 'BH4D9OD16A', indexName: 'vuepress', homepage: 'https://vuepress.vuejs.org/', }
- Enjoy! Welcome to contribute.