diff --git a/docs/content/en/docs/_index.md b/docs/content/en/docs/_index.md index d4c173603..1a806140b 100644 --- a/docs/content/en/docs/_index.md +++ b/docs/content/en/docs/_index.md @@ -109,3 +109,7 @@ You can also perform certain administration tasks: Get started with Python SDK right now by following the [Quick Start](./getting-started/#quick-start) guide. New to GoodData? Follow the [Getting Started](https://www.gooddata.com/developers/cloud-native/doc/cloud/getting-started/) series of articles that include Python SDK code examples. + +### Troubleshooting + +In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.com/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues). diff --git a/docs/content/en/docs/installation.md b/docs/content/en/docs/installation.md index 0496ee4b6..0cfceb32c 100644 --- a/docs/content/en/docs/installation.md +++ b/docs/content/en/docs/installation.md @@ -37,3 +37,7 @@ The Python SDK is versioned and usually released in tandem with GoodData Cloud. #### GoodData Cloud When working with GoodData Cloud, we recommend you always work with the newest Python SDK available. + +### Troubleshooting + +In case of any issues with Python SDK, feel free to reach out to us on our [community slack](https://www.gooddata.com/slack/) or create a [GitHub issue](https://github.com/gooddata/gooddata-python-sdk/issues).