You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renders a header section for a single AsyncAPI operation.
75
75
76
76
*[Overview](#Overview) ⇒ `JSX.Element`
77
-
77
+
78
78
Renders an overview section for a WebSocket client.
79
79
Displays the API description, version, and server URL.
80
80
81
81
*[Readme](#Readme) ⇒ `JSX.Element`
82
-
82
+
83
83
Renders a README.md file for a given AsyncAPI document. Composes multiple sections (overview, installation, usage, core methods, and available operations) into a single File component based on the provided AsyncAPI document, generator parameters, and target language.
84
84
85
85
*[Usage](#Usage) ⇒ `JSX.Element`
86
-
86
+
87
87
Renders a usage example snippet for a generated WebSocket client in a given language.
0 commit comments