We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dcd13 commit 29188b8Copy full SHA for 29188b8
.vitepress/nav.ts
@@ -33,6 +33,8 @@ const backendPreviews: DefaultTheme.NavItemWithLink[] = [
33
{ text: '🦕 Deno API', link: 'https://halolight-deno.h7ml.cn/' },
34
{ text: '🐹 Go API', link: 'https://halolight-api-go.h7ml.cn/' },
35
{ text: '🟩 Node.js API', link: 'https://halolight-api-node.h7ml.cn/' },
36
+ { text: '🏗️ NestJS API', link: 'https://halolight-api-nestjs.h7ml.cn/' },
37
+ { text: '☕ Java API', link: 'https://halolight-api-java.h7ml.cn/' },
38
{ text: '🛠️ Admin', link: 'https://halolight-admin.h7ml.cn/' },
39
]
40
0 commit comments