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 0d4774f commit 898627cCopy full SHA for 898627c
1 file changed
sidebars.ts
@@ -149,19 +149,16 @@ const sidebars: SidebarsConfig = {
149
},
150
],
151
152
- {
153
- type: "category",
154
- label: "Access External Endpoints",
155
- items: [
156
- "capabilities/server/http-fetch",
157
- "capabilities/server/http-fetch-policy",
158
- ],
159
- },
160
{
161
type: "category",
162
label: "Automation & Triggers",
163
items: ["capabilities/server/scheduler", "capabilities/server/triggers"],
164
+ {
+ type: "doc",
+ label: "HTTP Fetch",
+ id: "capabilities/http-fetch",
+ },
165
166
167
label: "In-App Purchases",
0 commit comments