We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c73f55f commit f1d5cd7Copy full SHA for f1d5cd7
api-playground/asyncapi/setup.mdx
@@ -18,7 +18,21 @@ You can add an `asyncapi` field to any tab or group in the navigation of your `d
18
19
**Examples with Tabs:**
20
21
-```json {5}
+<CodeGroup>
22
+
23
+```json Local File {5}
24
+"navigation": {
25
+ "tabs": [
26
+ {
27
+ "tab": "API Reference",
28
+ "asyncapi": "/path/to/asyncapi.json"
29
+ }
30
+ ]
31
+}
32
33
+```
34
35
+```json Remote URL {5}
36
"navigation": {
37
"tabs": [
38
{
@@ -29,6 +43,8 @@ You can add an `asyncapi` field to any tab or group in the navigation of your `d
43
}
44
```
45
46
+</CodeGroup>
47
48
**Examples with Groups:**
49
50
```json {8-11}
0 commit comments