Skip to content

Commit 88da35c

Browse files
authored
Fix callout formatting in CDK docs
1 parent a064fd6 commit 88da35c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/connector-development/config-based/advanced-topics.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,9 @@ A JSON schema representation of the relationships between the components that ca
262262

263263
## Custom components
264264

265-
:::info Please help us improve the low code CDK! If you find yourself needing to build a custom component, please [create a feature request issue](https://github.com/airbytehq/airbyte/issues/new?assignees=&labels=type%2Fenhancement%2C+%2Cneeds-triage%2C+low-code&template=feature-request.md&title=Low%20Code%20Feature:). If appropriate, we'll add it directly to the framework (or you can submit a PR)! :::
265+
:::info
266+
Please help us improve the low code CDK! If you find yourself needing to build a custom component, please [create a feature request issue](https://github.com/airbytehq/airbyte/issues/new?assignees=&labels=type%2Fenhancement%2C+%2Cneeds-triage%2C+low-code&template=feature-request.md&title=Low%20Code%20Feature:). If appropriate, we'll add it directly to the framework (or you can submit a PR)!
267+
:::
266268

267269
Any built-in components can be overloaded by a custom Python class.
268270
To create a custom component, define a new class in a new file in the connector's module.

0 commit comments

Comments
 (0)