diff --git a/docs/docs/python-sdk/introduction.mdx b/docs/docs/python-sdk/introduction.mdx index 9ee84167..9a9b3bb9 100644 --- a/docs/docs/python-sdk/introduction.mdx +++ b/docs/docs/python-sdk/introduction.mdx @@ -1,13 +1,13 @@ --- title: Python SDK --- -import Tabs from '@theme/Tabs'; -import TabItem from '@theme/TabItem'; - -# Python SDK The Infrahub Python SDK greatly simplifies how you can interact with Infrahub programmatically. +## Blog Posts + +- [Querying Data in Infrahub via the Python SDK](https://www.opsmill.com/querying-data-in-infrahub-via-the-python-sdk/) + ## Guides - [Installing infrahub-sdk](./guides/installation.mdx) @@ -25,3 +25,4 @@ The Infrahub Python SDK greatly simplifies how you can interact with Infrahub pr ## Reference - [Client configuration](./reference/config.mdx) +- [Python SDK Release Notes](https://github.com/opsmill/infrahub-sdk-python/releases)