Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/sdks/customize/servers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ Override the server URL for specific instances or API calls.
]}
/>

<Callout title="CAUTION" type="warning">
<Callout title="Caution" type="warning">
If you choose to configure the SDK URL at runtime and relative paths were used
in the OpenAPI document, make sure that you account for the `baseURL` when
initializing the SDK server configuration.
Expand Down
4 changes: 2 additions & 2 deletions docs/sdks/customize/structure/imports.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ typescript:

You can customize these paths to any path that exists relative to the root of the SDK.

<Callout title="CAUTION" type="warning">
<Callout title="Caution" type="warning">
If you are providing custom path names, make sure there is no conflict with
any of the existing directories in the SDK. Conflicts will result in
compilation issues.
Expand Down Expand Up @@ -511,7 +511,7 @@ csharp:
]}
/>

<Callout title="CAUTION" type="warning">
<Callout title="Caution" type="warning">
Global imports will cause namespace pollution for the import and file clutter in the directory models are generated to.
<br />
Large APIs containing many models (especially many inline models) will inevitably lead to name conflicts. Rename types verbosely to ensure each class is unique within the namespace.
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading