Skip to content

docs(common): remove orphaned cix-sdk partials#1922

Merged
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/orion-common-cix-sdk-orphaned-cleanup-20260708
Jul 9, 2026
Merged

docs(common): remove orphaned cix-sdk partials#1922
Milir-Radxa merged 1 commit into
radxa-docs:mainfrom
tangzz-radxa:docs/orion-common-cix-sdk-orphaned-cleanup-20260708

Conversation

@tangzz-radxa

Copy link
Copy Markdown
Contributor

Summary

Remove the _build.mdx and _get-source.mdx partials under common/orion-common/low-level-dev/cix-sdk/ (and their English counterparts). After PR #1921 deletes the build.md / get-source.md wrappers in both orion/o6/.../cix-sdk and orion/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-common cix-sdk path. Keeping orphaned partials around would:

  • Keep dead code in the repo
  • Confuse future maintainers ("is anyone still using these?")
  • Trigger false positives in the agent-doc-drift guard if the partials drift from any (now non-existent) callers

Changes

docs/common/orion-common/low-level-dev/cix-sdk/_build.mdx              (deleted)
docs/common/orion-common/low-level-dev/cix-sdk/_get-source.mdx         (deleted)
i18n/en/.../common/orion-common/low-level-dev/cix-sdk/_build.mdx       (deleted)
i18n/en/.../common/orion-common/low-level-dev/cix-sdk/_get-source.mdx  (deleted)

4 files total, 1 commit, 1 scope (docs/common/orion-common).

Dependency

Should be merged after #1921 (which removes the O6 / O6N build.md and get-source.md wrappers 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 → passed
  • scripts/agent-doc-drift-guard.sh → passed
  • github_pr_guard.py check → ok (1 commit, 4 files, 1 scope, bilingual complete)

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.
@tangzz-radxa tangzz-radxa requested a review from a team as a code owner July 8, 2026 10:55
@Milir-Radxa Milir-Radxa merged commit ec1ae2a into radxa-docs:main Jul 9, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants