Skip to content

Commit 898627c

Browse files
authored
Refactor sidebars by removing and adding categories
Removed 'Access External Endpoints' category and added 'HTTP Fetch' document.
1 parent 0d4774f commit 898627c

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

sidebars.ts

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,19 +149,16 @@ const sidebars: SidebarsConfig = {
149149
},
150150
],
151151
},
152-
{
153-
type: "category",
154-
label: "Access External Endpoints",
155-
items: [
156-
"capabilities/server/http-fetch",
157-
"capabilities/server/http-fetch-policy",
158-
],
159-
},
160152
{
161153
type: "category",
162154
label: "Automation & Triggers",
163155
items: ["capabilities/server/scheduler", "capabilities/server/triggers"],
164156
},
157+
{
158+
type: "doc",
159+
label: "HTTP Fetch",
160+
id: "capabilities/http-fetch",
161+
},
165162
{
166163
type: "category",
167164
label: "In-App Purchases",

0 commit comments

Comments
 (0)