|
| 1 | +[ |
| 2 | + { |
| 3 | + "label": "Introduction", |
| 4 | + "sections": [ |
| 5 | + { "type": "content", "slug": "introduction" }, |
| 6 | + { "type": "content", "slug": "authentication" }, |
| 7 | + { "type": "content", "slug": "errors" }, |
| 8 | + { "type": "content", "slug": "rate-limit" }, |
| 9 | + { "type": "content", "slug": "openapi" }, |
| 10 | + { "type": "content", "slug": "sdks" } |
| 11 | + ] |
| 12 | + }, |
| 13 | + { |
| 14 | + "label": "Configure", |
| 15 | + "sections": [ |
| 16 | + { "type": "tag", "tag": "Tenants", "schema": "Tenant" }, |
| 17 | + { "type": "tag", "tag": "Destinations", "schema": "Destination" }, |
| 18 | + { "type": "tag", "tag": "Configuration" } |
| 19 | + ] |
| 20 | + }, |
| 21 | + { |
| 22 | + "label": "Publishing", |
| 23 | + "sections": [ |
| 24 | + { "type": "tag", "tag": "Publish" }, |
| 25 | + { "type": "tag", "tag": "Retry" } |
| 26 | + ] |
| 27 | + }, |
| 28 | + { |
| 29 | + "label": "Inspect", |
| 30 | + "sections": [ |
| 31 | + { "type": "tag", "tag": "Events", "schema": "Event" }, |
| 32 | + { "type": "tag", "tag": "Attempts", "schema": "Attempt" }, |
| 33 | + { "type": "tag", "tag": "Metrics" } |
| 34 | + ] |
| 35 | + }, |
| 36 | + { |
| 37 | + "label": "Resources", |
| 38 | + "sections": [ |
| 39 | + { "type": "tag", "tag": "Schemas", "label": "Destination Types", "schema": "DestinationTypeSchema" }, |
| 40 | + { "type": "tag", "tag": "Topics" }, |
| 41 | + { "type": "tag", "tag": "Health" } |
| 42 | + ] |
| 43 | + } |
| 44 | +] |
0 commit comments