From 0ee6305b39e67fd5fb94feea46b691acf355970b Mon Sep 17 00:00:00 2001 From: Pete Crocker Date: Mon, 24 Mar 2025 16:27:59 +0000 Subject: [PATCH 1/2] add blog link --- docs/docs/python-sdk/introduction.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/python-sdk/introduction.mdx b/docs/docs/python-sdk/introduction.mdx index 9ee84167..2676f9a6 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) From 9a3fdf45c5c24d35e6fd2d428ae50726e8eef738 Mon Sep 17 00:00:00 2001 From: Pete Crocker Date: Tue, 25 Mar 2025 10:07:26 +0000 Subject: [PATCH 2/2] add release notes --- docs/docs/python-sdk/introduction.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/python-sdk/introduction.mdx b/docs/docs/python-sdk/introduction.mdx index 2676f9a6..9a9b3bb9 100644 --- a/docs/docs/python-sdk/introduction.mdx +++ b/docs/docs/python-sdk/introduction.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)