Skip to content

Commit 814590c

Browse files
committed
docs: add missing platform serverless http link
1 parent 35071a7 commit 814590c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/.vitepress/config.mts

+16
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,14 @@ export default defineConfig({
158158
text: "Platform API",
159159
link: `/docs/platform-api`
160160
},
161+
{
162+
text: "Platform Serverless",
163+
link: `/docs/platform-serverless`
164+
},
165+
{
166+
text: "Platform Serverless HTTP",
167+
link: `/docs/platform-serverless-http`
168+
},
161169
{
162170
text: "Command",
163171
link: `/docs/command`
@@ -434,6 +442,14 @@ export default defineConfig({
434442
text: "Platform API",
435443
link: `/docs/platform-api`
436444
},
445+
{
446+
text: "Platform Serverless",
447+
link: `/docs/platform-serverless`
448+
},
449+
{
450+
text: "Platform Serverless HTTP",
451+
link: `/docs/platform-serverless-http`
452+
},
437453
{
438454
text: "Command",
439455
link: `/docs/command`

0 commit comments

Comments
 (0)