docs(common): remove orphaned cix-sdk partials#1922
Merged
Milir-Radxa merged 1 commit intoJul 9, 2026
Merged
Conversation
The _build.mdx and _get-source.mdx partials under common/orion-common/low-level-dev/cix-sdk/ were only imported by orion/o6/.../cix-sdk and orion/o6n/.../cix-sdk. After PR radxa-docs#1921 removes the build.md / get-source.md wrappers in both products, these partials are no longer referenced from anywhere and can be removed.
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
Remove the
_build.mdxand_get-source.mdxpartials undercommon/orion-common/low-level-dev/cix-sdk/(and their English counterparts). After PR #1921 deletes thebuild.md/get-source.mdwrappers in bothorion/o6/.../cix-sdkandorion/o6n/.../cix-sdk, these shared partials are no longer imported by anything and can be cleaned up.Why
The shared partials were the only consumer of the
orion-commoncix-sdk path. Keeping orphaned partials around would:Changes
4 files total, 1 commit, 1 scope (
docs/common/orion-common).Dependency
Should be merged after #1921 (which removes the O6 / O6N
build.mdandget-source.mdwrappers that imported these partials). Merging this first would leave those wrapper files with broken imports.Verification
scripts/agent-doc-lint.sh→ n/a (no remaining files in scope)scripts/agent-doc-translation-guard.sh→ passedscripts/agent-doc-drift-guard.sh→ passedgithub_pr_guard.py check→ ok (1 commit, 4 files, 1 scope, bilingual complete)