-
Notifications
You must be signed in to change notification settings - Fork 224
/
ditto_sidebar.yml
749 lines (713 loc) · 28.6 KB
/
ditto_sidebar.yml
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
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
# This is your sidebar TOC. The sidebar code loops through sections here and provides the appropriate formatting.
entries:
- title: sidebar
product: Eclipse Ditto™
folders:
- title: Introduction
output: web
folderitems:
- title: Overview
url: /intro-overview.html
output: web
type: homepage
- title: Digital twins
url: /intro-digitaltwins.html
output: web
- title: Hello world
url: /intro-hello-world.html
output: web
- title: Release Notes
output: web
folderitems:
- title: 2.3.1
url: /release_notes_231.html
output: web
- title: 2.3.0
url: /release_notes_230.html
output: web
- title: 2.2.2
url: /release_notes_222.html
output: web
- title: 2.2.1
url: /release_notes_221.html
output: web
- title: 2.2.0
url: /release_notes_220.html
output: web
- title: 2.1.3
url: /release_notes_213.html
output: web
- title: 2.1.2
url: /release_notes_212.html
output: web
- title: 2.1.1
url: /release_notes_211.html
output: web
- title: 2.1.0
url: /release_notes_210.html
output: web
- title: 2.0.1
url: /release_notes_201.html
output: web
- title: 2.0.0
url: /release_notes_200.html
output: web
subfolders:
- title: Archive
output: web
subfolderitems:
- title: 1.5.1
url: /release_notes_151.html
output: web
- title: 1.5.0
url: /release_notes_150.html
output: web
- title: 1.4.0
url: /release_notes_140.html
output: web
- title: 1.3.0
url: /release_notes_130.html
output: web
- title: 1.2.1
url: /release_notes_121.html
output: web
- title: 1.2.0
url: /release_notes_120.html
output: web
- title: 1.1.5
url: /release_notes_115.html
output: web
- title: 1.1.3
url: /release_notes_113.html
output: web
- title: 1.1.2
url: /release_notes_112.html
output: web
- title: 1.1.1
url: /release_notes_111.html
output: web
- title: 1.1.0
url: /release_notes_110.html
output: web
- title: 1.0.0
url: /release_notes_100.html
output: web
- title: 0.9.0
url: /release_notes_090.html
output: web
- title: 0.8.0
url: /release_notes_080.html
output: web
- title: 1.0.0-M2
url: /release_notes_100-M2.html
output: web
- title: 1.0.0-M1a
url: /release_notes_100-M1a.html
output: web
- title: 0.9.0-M2
url: /release_notes_090-M2.html
output: web
- title: 0.9.0-M1
url: /release_notes_090-M1.html
output: web
- title: 0.8.0-M3
url: /release_notes_080-M3.html
output: web
- title: 0.8.0-M2
url: /release_notes_080-M2.html
output: web
- title: 0.8.0-M1
url: /release_notes_080-M1.html
output: web
- title: 0.3.0-M2
url: /release_notes_030-M2.html
output: web
- title: 0.3.0-M1
url: /release_notes_030-M1.html
output: web
- title: 0.2.0-M1
url: /release_notes_020-M1.html
output: web
- title: 0.1.0-M3
url: /release_notes_010-M3.html
output: web
- title: 0.1.0-M1
url: /release_notes_010-M1.html
output: web
- title: Installation
output: web
folderitems:
- title: Building Ditto
url: /installation-building.html
output: web
- title: Running Ditto
url: /installation-running.html
output: web
- title: Operating Ditto
url: /installation-operating.html
output: web
- title: Basic concepts
output: web
folderitems:
- title: Overview
url: /basic-overview.html
output: web
subfolders:
- title: Model entities
output: web
subfolderitems:
- title: Thing
url: /basic-thing.html
output: web
- title: Feature
url: /basic-feature.html
output: web
- title: Policy
url: /basic-policy.html
output: web
- title: Namespaces and Names
url: /basic-namespaces-and-names.html
output: web
- title: Thing Metadata
url: /basic-metadata.html
output: web
- title: Errors
url: /basic-errors.html
output: web
- title: Authentication and Authorization
url: /basic-auth.html
output: web
- title: Messages
url: /basic-messages.html
output: web
- title: Signals
url: /basic-signals.html
output: web
subfolders:
- title: Signal types
output: web
subfolderitems:
- title: Command
url: /basic-signals-command.html
output: web
- title: Command response
url: /basic-signals-commandresponse.html
output: web
- title: Error response
url: /basic-signals-errorresponse.html
output: web
- title: Event
url: /basic-signals-event.html
output: web
- title: Announcement
url: /basic-signals-announcement.html
output: web
- title: Signal enrichment
url: /basic-enrichment.html
output: web
- title: APIs
url: /basic-apis.html
output: web
- title: Connections
url: /basic-connections.html
output: web
- title: Placeholders
url: /basic-placeholders.html
output: web
- title: Change notifications
url: /basic-changenotifications.html
output: web
- title: RQL expressions
url: /basic-rql.html
output: web
- title: Conditional requests
url: /basic-conditional-requests.html
output: web
- title: Search
url: /basic-search.html
output: web
- title: Acknowledgements / QoS
url: /basic-acknowledgements.html
output: web
- title: Advanced concepts
output: web
folderitems:
- title: Data By-Pass
url: /advanced-data-by-pass.html
output: web
- title: Architecture
output: web
folderitems:
- title: Overview
url: /architecture-overview.html
output: web
subfolders:
- title: Services
output: web
subfolderitems:
- title: Policies
url: /architecture-services-policies.html
output: web
- title: Things
url: /architecture-services-things.html
output: web
- title: Things-Search
url: /architecture-services-things-search.html
output: web
- title: Connectivity
url: /architecture-services-connectivity.html
output: web
- title: Concierge
url: /architecture-services-concierge.html
output: web
- title: Gateway
url: /architecture-services-gateway.html
output: web
- title: HTTP API
output: web
folderitems:
- title: Overview
url: /httpapi-overview.html
output: web
- title: Concepts
url: /httpapi-concepts.html
output: web
- title: Search
url: /httpapi-search.html
output: web
- title: Messages
url: /httpapi-messages.html
output: web
- title: WebSocket protocol binding
url: /httpapi-protocol-bindings-websocket.html
output: web
- title: Cloud Events HTTP protocol binding
url: /httpapi-protocol-bindings-cloudevents.html
output: web
- title: Server sent events
url: /httpapi-sse.html
output: web
- title: Connectivity API
output: web
folderitems:
- title: Overview
url: /connectivity-overview.html
output: web
- title: Manage connections
url: /connectivity-manage-connections.html
output: web
- title: AMQP 0.9.1 protocol binding
url: /connectivity-protocol-bindings-amqp091.html
output: web
- title: AMQP 1.0 protocol binding
url: /connectivity-protocol-bindings-amqp10.html
output: web
- title: MQTT 3.1.1 protocol binding
url: /connectivity-protocol-bindings-mqtt.html
output: web
- title: MQTT 5 protocol binding
url: /connectivity-protocol-bindings-mqtt5.html
output: web
- title: HTTP 1.1 protocol binding
url: /connectivity-protocol-bindings-http.html
output: web
- title: Kafka 2.x protocol binding
url: /connectivity-protocol-bindings-kafka2.html
output: web
- title: Payload mapping
url: /connectivity-mapping.html
output: web
- title: Header mapping
url: /connectivity-header-mapping.html
output: web
- title: TLS certificates
url: /connectivity-tls-certificates.html
output: web
- title: SSH tunneling
url: /connectivity-ssh-tunneling.html
output: web
- title: HMAC signing
url: /connectivity-hmac-signing.html
output: web
- title: Client SDK
output: web
folderitems:
- title: Overview
url: /client-sdk-overview.html
output: web
- title: Java
url: /client-sdk-java.html
output: web
- title: JavaScript
url: /client-sdk-javascript.html
output: web
- title: Ditto Protocol
output: web
folderitems:
- title: Overview
url: /protocol-overview.html
output: web
- title: Twin/live channel
url: /protocol-twinlive.html
output: web
- title: Specification
url: /protocol-specification.html
output: web
- title: Protocol topic
url: /protocol-specification-topic.html
output: web
- title: Errors
url: /protocol-specification-errors.html
output: web
- title: Things group
url: /protocol-specification-things.html
output: web
subfolders:
- title: → commands/events
output: web
subfolderitems:
- title: Create/Modify
url: /protocol-specification-things-create-or-modify.html
output: web
- title: Merge
url: /protocol-specification-things-merge.html
output: web
- title: Retrieve
url: /protocol-specification-things-retrieve.html
output: web
- title: Delete
url: /protocol-specification-things-delete.html
output: web
- title: Acknowledgements
url: /protocol-specification-acks.html
output: web
- title: → search/messages
output: web
subfolderitems:
- title: Search
url: /protocol-specification-things-search.html
output: web
- title: Messages
url: /protocol-specification-things-messages.html
output: web
- title: Policies group
url: /protocol-specification-policies.html
output: web
subfolders:
- title: → commands/announcements
output: web
subfolderitems:
- title: Create/Modify
url: /protocol-specification-policies-create-or-modify.html
output: web
- title: Retrieve
url: /protocol-specification-policies-retrieve.html
output: web
- title: Delete
url: /protocol-specification-policies-delete.html
output: web
- title: Announcement
url: /protocol-specification-policies-announcement.html
output: web
- title: Connections group
url: /protocol-specification-connections.html
output: web
subfolders:
- title: → announcements
output: web
subfolderitems:
- title: Announcement
url: /protocol-specification-connections-announcement.html
output: web
- title: Bindings
url: /protocol-bindings.html
output: web
- title: Examples
url: /protocol-examples.html
output: web
subfolders:
- title: → Things examples
output: web
subfolderitems:
- title: Create a Thing
url: /protocol-examples-creatething.html
output: web
- title: Delete a Thing
url: /protocol-examples-deletething.html
output: web
- title: Modify a Thing
url: /protocol-examples-modifything.html
output: web
- title: Retrieve a Thing
url: /protocol-examples-retrievething.html
output: web
- title: Retrieve multiple Things
url: /protocol-examples-retrievethings.html
output: web
- title: Modify the Policy ID of a Thing
url: /protocol-examples-modifypolicyid.html
output: web
- title: Create Attributes
url: /protocol-examples-createattributes.html
output: web
- title: Delete Attributes
url: /protocol-examples-deleteattributes.html
output: web
- title: Modify Attributes
url: /protocol-examples-modifyattributes.html
output: web
- title: Retrieve Attributes
url: /protocol-examples-retrieveattributes.html
output: web
- title: Create a single Attribute
url: /protocol-examples-createattribute.html
output: web
- title: Delete a single Attribute
url: /protocol-examples-deleteattribute.html
output: web
- title: Modify a single Attribute
url: /protocol-examples-modifyattribute.html
output: web
- title: Retrieve a single Attribute
url: /protocol-examples-retrieveattribute.html
output: web
- title: Create a Definition
url: /protocol-examples-createthingdefinition.html
output: web
- title: Delete a Definition
url: /protocol-examples-deletethingdefinition.html
output: web
- title: Modify a Definition
url: /protocol-examples-modifythingdefinition.html
output: web
- title: Retrieve a Definition
url: /protocol-examples-retrievethingdefinition.html
output: web
- title: Create Features
url: /protocol-examples-createfeatures.html
output: web
- title: Delete Features
url: /protocol-examples-deletefeatures.html
output: web
- title: Modify Features
url: /protocol-examples-modifyfeatures.html
output: web
- title: Retrieve Features
url: /protocol-examples-retrievefeatures.html
output: web
- title: Create a single Feature
url: /protocol-examples-createfeature.html
output: web
- title: Delete a single Feature
url: /protocol-examples-deletefeature.html
output: web
- title: Modify a single Feature
url: /protocol-examples-modifyfeature.html
output: web
- title: Retrieve a single Feature
url: /protocol-examples-retrievefeature.html
output: web
- title: Create Feature Definition
url: /protocol-examples-createdefinition.html
output: web
- title: Delete Feature Definition
url: /protocol-examples-deletedefinition.html
output: web
- title: Modify Feature Definition
url: /protocol-examples-modifydefinition.html
output: web
- title: Retrieve Feature Definition
url: /protocol-examples-retrievedefinition.html
output: web
- title: Create Feature Properties
url: /protocol-examples-createproperties.html
output: web
- title: Delete Feature Properties
url: /protocol-examples-deleteproperties.html
output: web
- title: Modify Feature Properties
url: /protocol-examples-modifyproperties.html
output: web
- title: Retrieve Feature Properties
url: /protocol-examples-retrieveproperties.html
output: web
- title: Create a single Property
url: /protocol-examples-createproperty.html
output: web
- title: Delete a single Property
url: /protocol-examples-deleteproperty.html
output: web
- title: Modify a single Property
url: /protocol-examples-modifyproperty.html
output: web
- title: Retrieve a single Property
url: /protocol-examples-retrieveproperty.html
output: web
- title: Create desired Feature Properties
url: /protocol-examples-createdesiredproperties.html
output: web
- title: Delete desired Feature Properties
url: /protocol-examples-deletedesiredproperties.html
output: web
- title: Modify desired Feature Properties
url: /protocol-examples-modifydesiredproperties.html
output: web
- title: Retrieve desired Feature Properties
url: /protocol-examples-retrievedesiredproperties.html
output: web
- title: Create a single desired Property
url: /protocol-examples-createdesiredproperty.html
output: web
- title: Delete a single desired Property
url: /protocol-examples-deletedesiredproperty.html
output: web
- title: Modify a single desired Property
url: /protocol-examples-modifydesiredproperty.html
output: web
- title: Retrieve a single desired Property
url: /protocol-examples-retrievedesiredproperty.html
output: web
- title: Error responses
url: /protocol-examples-errorresponses.html
output: web
- title: → Things merge examples
output: web
subfolderitems:
- title: Merge a Thing
url: /protocol-examples-mergething.html
output: web
- title: Merge the Policy ID of a Thing
url: /protocol-examples-mergepolicyid.html
output: web
- title: Merge Attributes
url: /protocol-examples-mergeattributes.html
output: web
- title: Merge a single Attribute
url: /protocol-examples-mergeattribute.html
output: web
- title: Merge a Definition
url: /protocol-examples-mergethingdefinition.html
output: web
- title: Merge Features
url: /protocol-examples-mergefeatures.html
output: web
- title: Merge a single Feature
url: /protocol-examples-mergefeature.html
output: web
- title: Merge Feature Definition
url: /protocol-examples-mergefeaturedefinition.html
output: web
- title: Merge Feature Properties
url: /protocol-examples-mergeproperties.html
output: web
- title: Merge a single Property
url: /protocol-examples-mergeproperty.html
output: web
- title: Merge desired Feature Properties
url: /protocol-examples-mergedesiredproperties.html
output: web
- title: Merge a single desired Property
url: /protocol-examples-mergedesiredproperty.html
output: web
- title: Error responses
url: /protocol-examples-errorresponses.html
output: web
- title: → Policies examples
output: web
subfolderitems:
- title: Create a Policy
url: /protocol-examples-policies-createpolicy.html
output: web
- title: Delete a Policy
url: /protocol-examples-policies-deletepolicy.html
output: web
- title: Modify a Policy
url: /protocol-examples-policies-modifypolicy.html
output: web
- title: Retrieve a Policy
url: /protocol-examples-policies-retrievepolicy.html
output: web
- title: Modify entries
url: /protocol-examples-policies-modifypolicyentries.html
output: web
- title: Retrieve entries
url: /protocol-examples-policies-retrievepolicyentries.html
output: web
- title: Create a single entry
url: /protocol-examples-policies-createpolicyentry.html
output: web
- title: Delete a single entry
url: /protocol-examples-policies-deletepolicyentry.html
output: web
- title: Modify a single entry
url: /protocol-examples-policies-modifypolicyentry.html
output: web
- title: Retrieve a single entry
url: /protocol-examples-policies-retrievepolicyentry.html
output: web
- title: Modify subjects
url: /protocol-examples-policies-modifysubjects.html
output: web
- title: Retrieve subjects
url: /protocol-examples-policies-retrievesubjects.html
output: web
- title: Create a single subject
url: /protocol-examples-policies-createsubject.html
output: web
- title: Delete a single subject
url: /protocol-examples-policies-deletesubject.html
output: web
- title: Modify a single subject
url: /protocol-examples-policies-modifysubject.html
output: web
- title: Retrieve a single subject
url: /protocol-examples-policies-retrievesubject.html
output: web
- title: Modify resources
url: /protocol-examples-policies-modifyresources.html
output: web
- title: Retrieve resources
url: /protocol-examples-policies-retrieveresources.html
output: web
- title: Create a single resource
url: /protocol-examples-policies-createresource.html
output: web
- title: Delete a single resource
url: /protocol-examples-policies-deleteresource.html
output: web
- title: Modify a single resource
url: /protocol-examples-policies-modifyresource.html
output: web
- title: Retrieve a single resource
url: /protocol-examples-policies-retrieveresource.html
output: web
- title: Error responses
url: /protocol-examples-policies-errorresponses.html
output: web
- title: Announcement for subject deletion
url: /protocol-examples-policies-announcement-subjectDeletion.html
output: web
- title: → Connections examples
output: web
subfolderitems:
- title: Announcement for connection opened
url: /protocol-examples-connections-announcement-opened.html
output: web
- title: Announcement for connection gracefully closed
url: /protocol-examples-connections-announcement-closed.html
output: web
- title: → Search examples
url: /protocol-examples-search.html
output: web
- title: Sandbox
url: /sandbox.html
output: web
- title: Presentations
url: /presentations.html
output: web
- title: Glossary
url: /glossary.html
output: web
- title: Feedback
url: /feedback.html
output: web