Skip to content

Commit 94cc2b2

Browse files
petercrockerclaude
andcommitted
Merge stable into release-1.5
Resolved conflicts in documentation files: - docs/docs/guides/profiles.mdx - docs/docs/release-notes/infrahub/release-0_16_1.mdx Both conflicts were related to Python SDK documentation paths. Kept stable version which uses the correct path: $(base_url)python-sdk/introduction Documentation build verified successfully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
2 parents 7f3f470 + ac43c24 commit 94cc2b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/guides/profiles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,4 +799,4 @@ You should see that:
799799
- [Node schema reference](../reference/schema/node.mdx) - Complete reference for node configuration including the `generate_profile` option
800800
- [Schema validation](../reference/schema-validation.mdx) - Validate your schemas before loading
801801
- [GraphQL API](../topics/graphql.mdx) - Overview of Infrahub's GraphQL API
802-
- [Python SDK documentation]($(base_url)python-sdk) - Full SDK reference for programmatic profile operations
802+
- [Python SDK documentation]($(base_url)python-sdk/introduction) - Full SDK reference for programmatic profile operations

docs/docs/release-notes/infrahub/release-0_16_1.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and as always we greatly appreciate their feedback and time!
3434
The largest change in this version is the movement of the Infrahub SDK into a
3535
[separate repository](https://github.com/opsmill/infrahub-sdk-python) and package.
3636

37-
[Documentation for the SDK]($(base_url)python-sdk/) remains in the main Infrahub documentation at this time.
37+
[Documentation for the SDK]($(base_url)python-sdk/introduction) remains in the main Infrahub documentation at this time.
3838

3939
Developers may need to take the following steps to ensure their development environment has the proper SDK in place:
4040

0 commit comments

Comments
 (0)