-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathapis.ts
More file actions
69 lines (67 loc) · 1.96 KB
/
apis.ts
File metadata and controls
69 lines (67 loc) · 1.96 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
import { Data, DocID } from "./types";
// prettier-ignore
import {
deno, ollama, yazi, sass, less, neovim, elementPlus, antd,
antdv, apollo, arthas, astro, bootstrap, bubbo, flet,
homebrew, ipfs, laravel, nuxt, nvchad, pnpm, clerk, echarts,
prettier, react, reactBootstrap, reactNative, remix, slidev,
supabase, tailwindcss, taro, tauri, vite, vitest, vueRouter,
vue, vueUse, vuepress, typescript, nextjs, massTransit,
unidata, pinia, homarr, rsdoctor, rsbuild, rspack, rslib, rstest,
tailscale, RSSHub, Rspress
} from "./docs";
export const data: Data = {
[DocID.Rspress]: Rspress,
[DocID.RSSHub]: RSSHub,
[DocID.Ollama]: ollama,
[DocID.Yazi]: yazi,
[DocID.Deno]: deno,
[DocID.Sass]: sass,
[DocID.Less]: less,
[DocID.Neovim]: neovim,
[DocID.ElementPlus]: elementPlus,
[DocID.Antd]: antd,
[DocID.Antdv]: antdv,
[DocID.Apollo]: apollo,
[DocID.Arthas]: arthas,
[DocID.Astro]: astro,
[DocID.Bootstrap]: bootstrap,
[DocID.Clerk]: clerk,
[DocID.Dubbo]: bubbo,
[DocID.Echarts]: echarts,
[DocID.Flet]: flet,
[DocID.Homebrew]: homebrew,
[DocID.IPFS]: ipfs,
[DocID.Laravel]: laravel,
[DocID.Nuxt]: nuxt,
[DocID.NvChad]: nvchad,
[DocID.Pnpm]: pnpm,
[DocID.Prettier]: prettier,
[DocID.React]: react,
[DocID.React_Bootstrap]: reactBootstrap,
[DocID.React_Native]: reactNative,
[DocID.Remix]: remix,
[DocID.Slidev]: slidev,
[DocID.Supabase]: supabase,
[DocID.TailwindCSS]: tailwindcss,
[DocID.Taro]: taro,
[DocID.Tauri]: tauri,
[DocID.Unidata]: unidata,
[DocID.Vite]: vite,
[DocID.Vitest]: vitest,
[DocID.Vue_Router]: vueRouter,
[DocID.Vue]: vue,
[DocID.VueUse]: vueUse,
[DocID.Vuepress]: vuepress,
[DocID.TypeScript]: typescript,
[DocID.NextJS]: nextjs,
[DocID.MassTransit]: massTransit,
[DocID.Pinia]: pinia,
[DocID.Homarr]: homarr,
[DocID.Rsdoctor]: rsdoctor,
[DocID.Rsbuild]: rsbuild,
[DocID.Rspack]: rspack,
[DocID.Rslib]: rslib,
[DocID.Rstest]: rstest,
[DocID.Tailscale]: tailscale,
};