Types
Classes
| Name | Summary |
|---|---|
| ApiConfigConverter | Handles JSON conversion for API configuration properties that can be strings, arrays, or objects. |
| BackgroundImageConverter | Handles JSON conversion for background image properties that can be either strings or objects. |
| ColorConverter | Handles JSON conversion for color properties that can be either strings or objects. |
| IconConverter | Handles JSON conversion for icon properties that can be either strings or objects. |
| NavigationJsonConverter | Custom JSON converter for navigation that outputs simple array format for Mintlify compatibility. |
| NavigationPageConverter | Handles JSON conversion for navigation page items that can be either strings or GroupConfig objects. |
| NavigationPageListConverter | Handles JSON conversion for lists of navigation page items that can be either strings or GroupConfig objects. |
| PrimaryNavigationConverter | Handles JSON conversion for primary navigation properties that can be different types of objects. |
| ServerConfigConverter | Handles JSON conversion for server configuration properties that can be strings or arrays. |