Fix sidebar path resolution for Python SDK and infrahubctl docs#144
Closed
petercrocker wants to merge 1 commit intomainfrom
Closed
Fix sidebar path resolution for Python SDK and infrahubctl docs#144petercrocker wants to merge 1 commit intomainfrom
petercrocker wants to merge 1 commit intomainfrom
Conversation
The dynamic sidebar files introduced in the latest SDK sync used incorrect paths (../docs/infrahubctl and ../docs/python-sdk) that don't match the aggregation repo's directory structure (docs-python-sdk/infrahubctl and docs-python-sdk/python-sdk), causing the documentation build to fail.
Deploying infrahub-docs with
|
| Latest commit: |
dd06d6e
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://ca376531.infrahub-docs.pages.dev |
| Branch Preview URL: | https://pmc-20260318-docs.infrahub-docs.pages.dev |
Contributor
Author
|
Never mind, will be fixed in opsmill/infrahub-sdk-python#875 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
sidebars-infrahubctl.tspath from../docs/infrahubctltodocs-python-sdk/infrahubctlsidebars-python-sdk.tspath from../docs/python-sdktodocs-python-sdk/python-sdkThe latest SDK sync commit (
a4a1a0a) replaced the staticsidebars-infrahubctl.tswith a dynamic version that reads files from the filesystem, but used path conventions from the source repo that don't match this aggregation repo's directory structure. The same incorrect pattern existed insidebars-python-sdk.ts. Both caused the documentation build to fail withENOENT: no such file or directory.Test plan
npm run buildindocs/completes without errors