Skip to content

Commit cd7e689

Browse files
authored
Merge pull request #300 from opsmill/pmc-20250307-docs
docs fixes
2 parents 0f3b003 + 91c9548 commit cd7e689

File tree

4 files changed

+3611
-1146
lines changed

4 files changed

+3611
-1146
lines changed

.github/workflows/sync-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ on:
88
- stable
99
paths:
1010
- 'docs/docs/**'
11-
- 'docs/sidebars.ts'
11+
- 'docs/sidebars-infrahubctl.ts'
12+
- 'docs/sidebars-python-sdk.ts'
1213
pull_request:
1314
branches:
1415
- stable

docs/docs/python-sdk/introduction.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@ The Infrahub Python SDK greatly simplifies how you can interact with Infrahub pr
1010

1111
## Guides
1212

13-
- [Installing infrahub-sdk](./guides/installation)
14-
- [Creating a client](./guides/client)
15-
- [Querying data in Infrahub](./guides/query_data)
16-
- [Managing nodes](./guides/create_update_delete)
17-
- [Managing branches](./guides/branches)
18-
- [Using the client store](./guides/store)
19-
- [Using the client tracking mode](./guides/tracking)
13+
- [Installing infrahub-sdk](./guides/installation.mdx)
14+
- [Creating a client](./guides/client.mdx)
15+
- [Querying data in Infrahub](./guides/query_data.mdx)
16+
- [Managing nodes](./guides/create_update_delete.mdx)
17+
- [Managing branches](./guides/branches.mdx)
18+
- [Using the client store](./guides/store.mdx)
19+
- [Using the client tracking mode](./guides/tracking.mdx)
2020

2121
## Topics
2222

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

2525
## Reference
2626

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

0 commit comments

Comments
 (0)