Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 3.05 KB

README.md

File metadata and controls

45 lines (37 loc) · 3.05 KB

DocSearch

Link all DocSearch into Raycast.

interface

Supported Documentations

Documentations
Arthas Bootstrap Dubbo
Echarts(zh-Hans) Echarts Homebrew
IPFS Laravel 9.x Nuxt
Nuxt3 Prettier RSSHub
React(zh-Hans) React React Bootstrap
Remix Slidev(zh-Hans) TailwindCSS v3
Unidata Vite(zh-Hans) Vite
Vitest Vue Router4 Vue3(zh-Hans)
Vue3 VueUse Vuepress v1
Vuepress v2 pnpm(zh-Hans) pnpm

Install

Add Other Documentation

  1. The documentation web is supported DocSearch.
  2. Open developer tools and input something in the search bar. developer_tools
  3. 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/',
    }
  4. Enjoy! Welcome to contribute.