Skip to content

Commit 21817ca

Browse files
authored
Refactor sidebar categories and labels in JSON
1 parent 898627c commit 21817ca

1 file changed

Lines changed: 6 additions & 12 deletions

File tree

versioned_sidebars/version-0.12-sidebars.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,20 +135,14 @@
135135
]
136136
},
137137
{
138-
"type": "category",
139-
"label": "Access External Endpoints",
140-
"items": [
141-
"capabilities/server/http-fetch",
142-
"capabilities/server/http-fetch-policy"
143-
]
138+
type: "category",
139+
label: "Automation & Triggers",
140+
items: ["capabilities/server/scheduler", "capabilities/server/triggers"],
144141
},
145142
{
146-
"type": "category",
147-
"label": "Automation & Triggers",
148-
"items": [
149-
"capabilities/server/scheduler",
150-
"capabilities/server/triggers"
151-
]
143+
type: "doc",
144+
label: "HTTP Fetch",
145+
id: "capabilities/http-fetch",
152146
},
153147
{
154148
"type": "category",

0 commit comments

Comments
 (0)