Skip to content

Commit

Permalink
docs: add missing platform serverless http link
Browse files Browse the repository at this point in the history
  • Loading branch information
Romakita committed Mar 1, 2025
1 parent f8e20ac commit 1682d9c
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 39 deletions.
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/01_bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "\U0001F41B Bug report"
description: Create a report to help us improve
title: "[BUG] Title"
title: "Title"
labels: [":bug: bug"]
type: bug
assignees: ["Romakita"]
body:
- type: markdown
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/02_feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "\U0001F680 Feature request"
description: Suggest an idea for this library
labels: [":sparkles: enhancement"]
type: feature
assignees: ["Romakita"]
body:
- type: markdown
Expand Down
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report-test.md

This file was deleted.

16 changes: 16 additions & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,14 @@ export default defineConfig({
text: "Platform API",
link: `/docs/platform-api`
},
{
text: "Platform Serverless",
link: `/docs/platform-serverless`
},
{
text: "Platform Serverless HTTP",
link: `/docs/platform-serverless-http`
},
{
text: "Command",
link: `/docs/command`
Expand Down Expand Up @@ -434,6 +442,14 @@ export default defineConfig({
text: "Platform API",
link: `/docs/platform-api`
},
{
text: "Platform Serverless",
link: `/docs/platform-serverless`
},
{
text: "Platform Serverless HTTP",
link: `/docs/platform-serverless-http`
},
{
text: "Command",
link: `/docs/command`
Expand Down

0 comments on commit 1682d9c

Please sign in to comment.