fix parentheses and info/warning/danger formatting in docs (#11981)
* fix parens * fix formatting for hints * remove hint from non-docusaurus or gitbook doc
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
# API documentation
|
||||
|
||||
{% hint style="warning" %}
|
||||
:::caution
|
||||
|
||||
For Airbyte Open-Source you don't need the API Token for Authentication!
|
||||
All endpoints are possible to access using the API without it. **Note**: Airbyte Cloud does not currently support API access.
|
||||
{% endhint %}
|
||||
|
||||
:::
|
||||
|
||||
Our Configuration API is still in alpha and might change. You won’t lose any functionality, but you may need to update your code to catch up to any backwards incompatible changes in the API.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user