@@ -36,6 +36,7 @@ const zhGuideSidebar: DefaultTheme.SidebarItem[] = [
3636 { text : '🦕 Deno + Hono' , link : '/guide/deno' } ,
3737 { text : '🐹 Go API' , link : '/guide/api-go' } ,
3838 { text : '🟩 Node.js API' , link : '/guide/api-node' } ,
39+ { text : '🏗️ NestJS API' , link : '/guide/api-nestjs' } ,
3940 { text : '🐍 Python FastAPI' , link : '/guide/api-python' } ,
4041 { text : '☕ Java Spring Boot' , link : '/guide/api-java' } ,
4142 { text : '🍞 Bun + Hono' , link : '/guide/api-bun' } ,
@@ -115,6 +116,7 @@ const enGuideSidebar: DefaultTheme.SidebarItem[] = [
115116 { text : '🦕 Deno + Hono' , link : '/en/guide/deno' } ,
116117 { text : '🐹 Go API' , link : '/en/guide/api-go' } ,
117118 { text : '🟩 Node.js API' , link : '/en/guide/api-node' } ,
119+ { text : '🏗️ NestJS API' , link : '/en/guide/api-nestjs' } ,
118120 { text : '🐍 Python FastAPI' , link : '/en/guide/api-python' } ,
119121 { text : '☕ Java Spring Boot' , link : '/en/guide/api-java' } ,
120122 { text : '🍞 Bun + Hono' , link : '/en/guide/api-bun' } ,
0 commit comments