-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmenu.toml
575 lines (478 loc) · 12.1 KB
/
menu.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
[[menu.main]]
name = 'The Distribution: Create Powerful APIs with Ease'
pageRef = '/distribution'
weight = 1000
[[menu.main]]
name = 'Getting Started With API Platform: Create Your API and Your Jamstack Site'
pageRef = '/distribution/index'
weight = 1000
parent = 'The Distribution: Create Powerful APIs with Ease'
[[menu.main]]
name = 'Testing the API'
pageRef = '/distribution/testing'
weight = 990
parent = 'The Distribution: Create Powerful APIs with Ease'
[[menu.main]]
name = 'Debugging'
pageRef = '/distribution/debugging'
weight = 980
parent = 'The Distribution: Create Powerful APIs with Ease'
[[menu.main]]
name = 'Configuring the Caddy Web Server'
pageRef = '/distribution/caddy'
weight = 970
parent = 'The Distribution: Create Powerful APIs with Ease'
[[menu.main]]
name = 'Core'
pageRef = '/core'
weight = 990
[[menu.main]]
name = 'The API Platform Core Library'
pageRef = '/core/index'
weight = 1000
parent = 'Core'
[[menu.main]]
name = 'Getting started'
pageRef = '/core/getting-started'
weight = 990
parent = 'Core'
[[menu.main]]
name = 'Upgrade Guide'
pageRef = '/core/upgrade-guide'
weight = 980
parent = 'Core'
[[menu.main]]
name = 'General Design Considerations'
pageRef = '/core/design'
weight = 970
parent = 'Core'
[[menu.main]]
name = 'Extending API Platform'
pageRef = '/core/extending'
weight = 960
parent = 'Core'
[[menu.main]]
name = 'Testing Utilities'
pageRef = '/core/testing'
weight = 950
parent = 'Core'
[[menu.main]]
name = 'Operations'
pageRef = '/core/operations'
weight = 940
parent = 'Core'
[[menu.main]]
name = 'GraphQL Support'
pageRef = '/core/graphql'
weight = 930
parent = 'Core'
[[menu.main]]
name = 'State Providers'
pageRef = '/core/state-providers'
weight = 920
parent = 'Core'
[[menu.main]]
name = 'State Processors'
pageRef = '/core/state-processors'
weight = 910
parent = 'Core'
[[menu.main]]
name = 'Filters'
pageRef = '/core/filters'
weight = 900
parent = 'Core'
[[menu.main]]
name = 'Subresources'
pageRef = '/core/subresources'
weight = 890
parent = 'Core'
[[menu.main]]
name = 'The Serialization Process'
pageRef = '/core/serialization'
weight = 880
parent = 'Core'
[[menu.main]]
name = 'Validation'
pageRef = '/core/validation'
weight = 870
parent = 'Core'
[[menu.main]]
name = 'Security'
pageRef = '/core/security'
weight = 860
parent = 'Core'
[[menu.main]]
name = 'Content Negotiation'
pageRef = '/core/content-negotiation'
weight = 850
parent = 'Core'
[[menu.main]]
name = 'Pagination'
pageRef = '/core/pagination'
weight = 840
parent = 'Core'
[[menu.main]]
name = 'Deprecating Resources and Properties (Alternative to Versioning)'
pageRef = '/core/deprecations'
weight = 830
parent = 'Core'
[[menu.main]]
name = 'Overriding Default Order'
pageRef = '/core/default-order'
weight = 820
parent = 'Core'
[[menu.main]]
name = 'Performance and Cache'
pageRef = '/core/performance'
weight = 810
parent = 'Core'
[[menu.main]]
name = 'Extensions'
pageRef = '/core/extensions'
weight = 800
parent = 'Core'
[[menu.main]]
name = 'Symfony Messenger Integration: CQRS and Async Message Processing'
pageRef = '/core/messenger'
weight = 790
parent = 'Core'
[[menu.main]]
name = 'Using Data Transfer Objects (DTOs)'
pageRef = '/core/dto'
weight = 780
parent = 'Core'
[[menu.main]]
name = 'OpenAPI Specification Support (formerly Swagger)'
pageRef = '/core/openapi'
weight = 770
parent = 'Core'
[[menu.main]]
name = 'JSON Schema Support'
pageRef = '/core/json-schema'
weight = 760
parent = 'Core'
[[menu.main]]
name = 'Creating Async APIs using the Mercure Protocol'
pageRef = '/core/mercure'
weight = 750
parent = 'Core'
[[menu.main]]
name = 'Pushing Related Resources Using HTTP/2'
pageRef = '/core/push-relations'
weight = 740
parent = 'Core'
[[menu.main]]
name = 'Errors Handling'
pageRef = '/core/errors'
weight = 730
parent = 'Core'
[[menu.main]]
name = 'Using External Vocabularies'
pageRef = '/core/external-vocabularies'
weight = 720
parent = 'Core'
[[menu.main]]
name = 'Operation Path Naming'
pageRef = '/core/operation-path-naming'
weight = 710
parent = 'Core'
[[menu.main]]
name = 'URL Generation Strategy'
pageRef = '/core/url-generation-strategy'
weight = 700
parent = 'Core'
[[menu.main]]
name = 'Extending JSON-LD AND Hydra Contexts'
pageRef = '/core/extending-jsonld-context'
weight = 690
parent = 'Core'
[[menu.main]]
name = 'Identifiers'
pageRef = '/core/identifiers'
weight = 680
parent = 'Core'
[[menu.main]]
name = 'MongoDB Support'
pageRef = '/core/mongodb'
weight = 670
parent = 'Core'
[[menu.main]]
name = 'Elasticsearch Support'
pageRef = '/core/elasticsearch'
weight = 660
parent = 'Core'
[[menu.main]]
name = 'Creating Custom Operations and Controllers'
pageRef = '/core/controllers'
weight = 650
parent = 'Core'
[[menu.main]]
name = 'The Event System'
pageRef = '/core/events'
weight = 640
parent = 'Core'
[[menu.main]]
name = 'Handling File Upload'
pageRef = '/core/file-upload'
weight = 630
parent = 'Core'
[[menu.main]]
name = 'JWT Authentication'
pageRef = '/core/jwt'
weight = 620
parent = 'Core'
[[menu.main]]
name = 'User Entity'
pageRef = '/core/user'
weight = 610
parent = 'Core'
[[menu.main]]
name = 'Accept `application/x-www-form-urlencoded` Form Data'
pageRef = '/core/form-data'
weight = 600
parent = 'Core'
[[menu.main]]
name = 'AngularJS Integration'
pageRef = '/core/angularjs-integration'
weight = 590
parent = 'Core'
[[menu.main]]
name = 'FOSUserBundle Integration'
pageRef = '/core/fosuser-bundle'
weight = 580
parent = 'Core'
[[menu.main]]
name = 'NelmioApiDocBundle Integration'
pageRef = '/core/nelmio-api-doc'
weight = 570
parent = 'Core'
[[menu.main]]
name = 'Bootstraping the core library'
pageRef = '/core/bootstrap'
weight = 560
parent = 'Core'
[[menu.main]]
name = 'Configuration'
pageRef = '/core/configuration'
weight = 550
parent = 'Core'
[[menu.main]]
name = 'Migrate From FOSRestBundle'
pageRef = '/core/migrate-from-fosrestbundle'
weight = 540
parent = 'Core'
[[menu.main]]
name = 'Schema Generator'
pageRef = '/schema-generator'
weight = 980
[[menu.main]]
name = 'The Schema Generator'
pageRef = '/schema-generator/index'
weight = 1000
parent = 'Schema Generator'
[[menu.main]]
name = 'Getting Started'
pageRef = '/schema-generator/getting-started'
weight = 990
parent = 'Schema Generator'
[[menu.main]]
name = 'Configuration'
pageRef = '/schema-generator/configuration'
weight = 980
parent = 'Schema Generator'
[[menu.main]]
name = 'Admin'
pageRef = '/admin'
weight = 970
[[menu.main]]
name = 'The API Platform Admin'
pageRef = '/admin/index'
weight = 1000
parent = 'Admin'
[[menu.main]]
name = 'Getting Started'
pageRef = '/admin/getting-started'
weight = 990
parent = 'Admin'
[[menu.main]]
name = 'Handling Relations'
pageRef = '/admin/handling-relations'
weight = 980
parent = 'Admin'
[[menu.main]]
name = 'OpenAPI'
pageRef = '/admin/openapi'
weight = 970
parent = 'Admin'
[[menu.main]]
name = 'Using the Schema.org Vocabulary'
pageRef = '/admin/schema.org'
weight = 960
parent = 'Admin'
[[menu.main]]
name = 'Validation'
pageRef = '/admin/validation'
weight = 950
parent = 'Admin'
[[menu.main]]
name = 'Real-time Updates With Mercure'
pageRef = '/admin/real-time-mercure'
weight = 940
parent = 'Admin'
[[menu.main]]
name = 'Authentication Support'
pageRef = '/admin/authentication-support'
weight = 930
parent = 'Admin'
[[menu.main]]
name = 'Handling File Upload'
pageRef = '/admin/file-upload'
weight = 920
parent = 'Admin'
[[menu.main]]
name = 'Performance'
pageRef = '/admin/performance'
weight = 910
parent = 'Admin'
[[menu.main]]
name = 'Customizing the Admin'
pageRef = '/admin/customizing'
weight = 900
parent = 'Admin'
[[menu.main]]
name = 'Components'
pageRef = '/admin/components'
weight = 890
parent = 'Admin'
[[menu.main]]
name = 'Create Client'
pageRef = '/create-client'
weight = 960
[[menu.main]]
name = 'API Platform Create Client'
pageRef = '/create-client/index'
weight = 1000
parent = 'Create Client'
[[menu.main]]
name = 'Next.js Generator'
pageRef = '/create-client/nextjs'
weight = 990
parent = 'Create Client'
[[menu.main]]
name = 'Nuxt Generator'
pageRef = '/create-client/nuxt'
weight = 980
parent = 'Create Client'
[[menu.main]]
name = 'Vuetify Generator'
pageRef = '/create-client/vuetify'
weight = 970
parent = 'Create Client'
[[menu.main]]
name = 'Quasar Framework Generator'
pageRef = '/create-client/quasar'
weight = 960
parent = 'Create Client'
[[menu.main]]
name = 'React Generator'
pageRef = '/create-client/react'
weight = 950
parent = 'Create Client'
[[menu.main]]
name = 'React Native generator'
pageRef = '/create-client/react-native'
weight = 940
parent = 'Create Client'
[[menu.main]]
name = 'Vue.js Generator'
pageRef = '/create-client/vuejs'
weight = 930
parent = 'Create Client'
[[menu.main]]
name = 'TypeScript Interfaces'
pageRef = '/create-client/typescript'
weight = 920
parent = 'Create Client'
[[menu.main]]
name = 'Custom Generator'
pageRef = '/create-client/custom'
weight = 910
parent = 'Create Client'
[[menu.main]]
name = 'Troubleshooting'
pageRef = '/create-client/troubleshooting'
weight = 900
parent = 'Create Client'
[[menu.main]]
name = 'Deployment'
pageRef = '/deployment'
weight = 950
[[menu.main]]
name = 'Deploying API Platform Applications'
pageRef = '/deployment/index'
weight = 1000
parent = 'Deployment'
[[menu.main]]
name = 'Deploying with Docker Compose'
pageRef = '/deployment/docker-compose'
weight = 990
parent = 'Deployment'
[[menu.main]]
name = 'Deploying to a Kubernetes Cluster'
pageRef = '/deployment/kubernetes'
weight = 980
parent = 'Deployment'
[[menu.main]]
name = 'Deploying to Minikube'
pageRef = '/deployment/minikube'
weight = 970
parent = 'Deployment'
[[menu.main]]
name = 'Deploying an API Platform App on Heroku'
pageRef = '/deployment/heroku'
weight = 960
parent = 'Deployment'
[[menu.main]]
name = 'Implement Træfik Into API Platform Dockerized'
pageRef = '/deployment/traefik'
weight = 950
parent = 'Deployment'
[[menu.main]]
name = 'General Information'
pageRef = '/extra'
weight = 940
[[menu.main]]
name = 'API Platform's Philosophy'
pageRef = '/extra/philosophy'
weight = 1000
parent = 'General Information'
[[menu.main]]
name = 'The Release Process'
pageRef = '/extra/releases'
weight = 990
parent = 'General Information'
[[menu.main]]
name = 'API Platform for Enterprise'
pageRef = '/extra/enterprise'
weight = 980
parent = 'General Information'
[[menu.main]]
name = 'Security Policy'
pageRef = '/extra/security'
weight = 970
parent = 'General Information'
[[menu.main]]
name = 'Troubleshooting'
pageRef = '/extra/troubleshooting'
weight = 960
parent = 'General Information'
[[menu.main]]
name = 'Contribution guides'
pageRef = '/extra/contribution-guides'
weight = 950
parent = 'General Information'
[[menu.main]]
name = 'Contributor Code of Conduct'
pageRef = '/extra/conduct'
weight = 940
parent = 'General Information'