1
0
mirror of synced 2025-12-25 02:09:19 -05:00

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:
Jared Rhizor
2022-04-13 12:08:34 -07:00
committed by GitHub
parent 2881d62483
commit 14dfc1d417
59 changed files with 329 additions and 176 deletions

View File

@@ -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 wont lose any functionality, but you may need to update your code to catch up to any backwards incompatible changes in the API.