@@ -15,15 +15,277 @@ export const referenceSidebar: DefaultTheme.SidebarItem[] = [
1515 items : [
1616 {
1717 text : "Backend" ,
18- link : "/reference/sdks/backend/" ,
18+ collapsed : false ,
19+ items : [
20+ {
21+ text : "@caido/sdk-backend" ,
22+ link : "/reference/sdks/backend/" ,
23+ } ,
24+ {
25+ text : "API" ,
26+ link : "/reference/sdks/backend/api" ,
27+ } ,
28+ {
29+ text : "Environment" ,
30+ link : "/reference/sdks/backend/environment" ,
31+ } ,
32+ {
33+ text : "Events" ,
34+ link : "/reference/sdks/backend/events" ,
35+ } ,
36+ {
37+ text : "Findings" ,
38+ link : "/reference/sdks/backend/findings" ,
39+ } ,
40+ {
41+ text : "GraphQL" ,
42+ link : "/reference/sdks/backend/graphql" ,
43+ } ,
44+ {
45+ text : "HostedFile" ,
46+ link : "/reference/sdks/backend/hostedfile" ,
47+ } ,
48+ {
49+ text : "Meta" ,
50+ link : "/reference/sdks/backend/meta" ,
51+ } ,
52+ {
53+ text : "Other" ,
54+ link : "/reference/sdks/backend/other" ,
55+ } ,
56+ {
57+ text : "Projects" ,
58+ link : "/reference/sdks/backend/projects" ,
59+ } ,
60+ {
61+ text : "Replay" ,
62+ link : "/reference/sdks/backend/replay" ,
63+ } ,
64+ {
65+ text : "Requests" ,
66+ link : "/reference/sdks/backend/requests" ,
67+ } ,
68+ {
69+ text : "Runtime" ,
70+ link : "/reference/sdks/backend/runtime" ,
71+ } ,
72+ {
73+ text : "Scope" ,
74+ link : "/reference/sdks/backend/scope" ,
75+ } ,
76+ {
77+ text : "Shared" ,
78+ link : "/reference/sdks/backend/shared" ,
79+ } ,
80+ ] ,
1981 } ,
2082 {
2183 text : "Frontend" ,
22- link : "/reference/sdks/frontend/" ,
84+ collapsed : false ,
85+ items : [
86+ {
87+ text : "@caido/sdk-frontend" ,
88+ link : "/reference/sdks/frontend/" ,
89+ } ,
90+ {
91+ text : "AI" ,
92+ link : "/reference/sdks/frontend/ai" ,
93+ } ,
94+ {
95+ text : "Automate" ,
96+ link : "/reference/sdks/frontend/automate" ,
97+ } ,
98+ {
99+ text : "Backend" ,
100+ link : "/reference/sdks/frontend/backend" ,
101+ } ,
102+ {
103+ text : "Command Palette" ,
104+ link : "/reference/sdks/frontend/command-palette" ,
105+ } ,
106+ {
107+ text : "Commands" ,
108+ link : "/reference/sdks/frontend/commands" ,
109+ } ,
110+ {
111+ text : "Editor" ,
112+ link : "/reference/sdks/frontend/editor" ,
113+ } ,
114+ {
115+ text : "Environment" ,
116+ link : "/reference/sdks/frontend/environment" ,
117+ } ,
118+ {
119+ text : "Files" ,
120+ link : "/reference/sdks/frontend/files" ,
121+ } ,
122+ {
123+ text : "Filter" ,
124+ link : "/reference/sdks/frontend/filter" ,
125+ } ,
126+ {
127+ text : "Filters" ,
128+ link : "/reference/sdks/frontend/filters" ,
129+ } ,
130+ {
131+ text : "Findings" ,
132+ link : "/reference/sdks/frontend/findings" ,
133+ } ,
134+ {
135+ text : "Footer" ,
136+ link : "/reference/sdks/frontend/footer" ,
137+ } ,
138+ {
139+ text : "HTTP History" ,
140+ link : "/reference/sdks/frontend/http-history" ,
141+ } ,
142+ {
143+ text : "Intercept" ,
144+ link : "/reference/sdks/frontend/intercept" ,
145+ } ,
146+ {
147+ text : "JSON" ,
148+ link : "/reference/sdks/frontend/json" ,
149+ } ,
150+ {
151+ text : "Log" ,
152+ link : "/reference/sdks/frontend/log" ,
153+ } ,
154+ {
155+ text : "Match and Replace" ,
156+ link : "/reference/sdks/frontend/match-and-replace" ,
157+ } ,
158+ {
159+ text : "Menu" ,
160+ link : "/reference/sdks/frontend/menu" ,
161+ } ,
162+ {
163+ text : "Navigation" ,
164+ link : "/reference/sdks/frontend/navigation" ,
165+ } ,
166+ {
167+ text : "Other" ,
168+ link : "/reference/sdks/frontend/other" ,
169+ } ,
170+ {
171+ text : "Projects" ,
172+ link : "/reference/sdks/frontend/projects" ,
173+ } ,
174+ {
175+ text : "Replay" ,
176+ link : "/reference/sdks/frontend/replay" ,
177+ } ,
178+ {
179+ text : "Request" ,
180+ link : "/reference/sdks/frontend/request" ,
181+ } ,
182+ {
183+ text : "Runtime" ,
184+ link : "/reference/sdks/frontend/runtime" ,
185+ } ,
186+ {
187+ text : "Scopes" ,
188+ link : "/reference/sdks/frontend/scopes" ,
189+ } ,
190+ {
191+ text : "Search" ,
192+ link : "/reference/sdks/frontend/search" ,
193+ } ,
194+ {
195+ text : "Shortcuts" ,
196+ link : "/reference/sdks/frontend/shortcuts" ,
197+ } ,
198+ {
199+ text : "Sidebar" ,
200+ link : "/reference/sdks/frontend/sidebar" ,
201+ } ,
202+ {
203+ text : "Sitemap" ,
204+ link : "/reference/sdks/frontend/sitemap" ,
205+ } ,
206+ {
207+ text : "Slots" ,
208+ link : "/reference/sdks/frontend/slots" ,
209+ } ,
210+ {
211+ text : "Storage" ,
212+ link : "/reference/sdks/frontend/storage" ,
213+ } ,
214+ {
215+ text : "UI" ,
216+ link : "/reference/sdks/frontend/ui" ,
217+ } ,
218+ {
219+ text : "Utils" ,
220+ link : "/reference/sdks/frontend/utils" ,
221+ } ,
222+ {
223+ text : "Window" ,
224+ link : "/reference/sdks/frontend/window" ,
225+ } ,
226+ {
227+ text : "Workflows" ,
228+ link : "/reference/sdks/frontend/workflows" ,
229+ } ,
230+ ] ,
23231 } ,
24232 {
25233 text : "Workflow" ,
26- link : "/reference/sdks/workflow/" ,
234+ collapsed : false ,
235+ items : [
236+ {
237+ text : "@caido/sdk-workflow" ,
238+ link : "/reference/sdks/workflow/" ,
239+ } ,
240+ {
241+ text : "Data" ,
242+ link : "/reference/sdks/workflow/data" ,
243+ } ,
244+ {
245+ text : "Environment" ,
246+ link : "/reference/sdks/workflow/environment" ,
247+ } ,
248+ {
249+ text : "Findings" ,
250+ link : "/reference/sdks/workflow/findings" ,
251+ } ,
252+ {
253+ text : "GraphQL" ,
254+ link : "/reference/sdks/workflow/graphql" ,
255+ } ,
256+ {
257+ text : "HostedFile" ,
258+ link : "/reference/sdks/workflow/hostedfile" ,
259+ } ,
260+ {
261+ text : "Other" ,
262+ link : "/reference/sdks/workflow/other" ,
263+ } ,
264+ {
265+ text : "Projects" ,
266+ link : "/reference/sdks/workflow/projects" ,
267+ } ,
268+ {
269+ text : "Replay" ,
270+ link : "/reference/sdks/workflow/replay" ,
271+ } ,
272+ {
273+ text : "Requests" ,
274+ link : "/reference/sdks/workflow/requests" ,
275+ } ,
276+ {
277+ text : "Runtime" ,
278+ link : "/reference/sdks/workflow/runtime" ,
279+ } ,
280+ {
281+ text : "Scope" ,
282+ link : "/reference/sdks/workflow/scope" ,
283+ } ,
284+ {
285+ text : "Shared" ,
286+ link : "/reference/sdks/workflow/shared" ,
287+ } ,
288+ ] ,
27289 } ,
28290 ] ,
29291 } ,
0 commit comments