Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/sync-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ on:
- stable
paths:
- 'docs/docs/**'
- 'docs/sidebars.ts'
- 'docs/sidebars-infrahubctl.ts'
- 'docs/sidebars-python-sdk.ts'
pull_request:
branches:
- stable
Expand Down
18 changes: 9 additions & 9 deletions docs/docs/python-sdk/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@ The Infrahub Python SDK greatly simplifies how you can interact with Infrahub pr

## Guides

- [Installing infrahub-sdk](./guides/installation)
- [Creating a client](./guides/client)
- [Querying data in Infrahub](./guides/query_data)
- [Managing nodes](./guides/create_update_delete)
- [Managing branches](./guides/branches)
- [Using the client store](./guides/store)
- [Using the client tracking mode](./guides/tracking)
- [Installing infrahub-sdk](./guides/installation.mdx)
- [Creating a client](./guides/client.mdx)
- [Querying data in Infrahub](./guides/query_data.mdx)
- [Managing nodes](./guides/create_update_delete.mdx)
- [Managing branches](./guides/branches.mdx)
- [Using the client store](./guides/store.mdx)
- [Using the client tracking mode](./guides/tracking.mdx)

## Topics

- [Understanding tracking in the Python SDK](./topics/tracking)
- [Understanding tracking in the Python SDK](./topics/tracking.mdx)

## Reference

- [Client configuration](./reference/config)
- [Client configuration](./reference/config.mdx)
Loading
Loading