docs(orion/o6,orion/o6n): drop cix-sdk build/source tutorials#1921
Merged
Milir-Radxa merged 1 commit intoJul 9, 2026
Conversation
The 'Software Compilation' (build.md) and 'Source Code Acquisition' (get-source.md) pages under orion/o6/.../cix-sdk and orion/o6n/.../cix-sdk are now maintained upstream in the official CIX documentation at https://github.com/cixtech/cix-manifest/wiki (Chinese: guide_zh). Both build.md and get-source.md are removed; the README at /cix-sdk/ becomes a single redirect page pointing users to the official CIX wiki in both Chinese and English. Note: the shared partials under common/orion-common/low-level-dev/cix-sdk/ are now imported by nothing and will be cleaned up in a follow-up commit.
Milir-Radxa
pushed a commit
that referenced
this pull request
Jul 9, 2026
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 #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
Drop the locally-maintained
build.md("Software Compilation") andget-source.md("Source Code Acquisition") pages underorion/o6/.../cix-sdk/andorion/o6n/.../cix-sdk/. Both are now maintained upstream in the official CIX documentation:The
README.mdat/cix-sdk/becomes the only file in that section, and is a single redirect page pointing users to the CIX wiki in both Chinese and English.Why
This supersedes the partial state from #1920, which only replaced the O6 pages with redirect stubs. The user request is to fully delete the build/source tutorials (not just turn them into redirects), and to do the same on O6N. This PR brings O6 to the same final state as O6N and brings both into alignment with the upstream CIX documentation.
Changes
12 files total (6 zh + 6 en), 1 commit.
Follow-up
The shared partials under
docs/common/orion-common/low-level-dev/cix-sdk/(_build.mdx,_get-source.mdx) and their English counterparts are no longer imported by anything. They will be removed in a separate small follow-up PR to keep this PR's scope to O6 + O6N only.Verification
scripts/agent-doc-lint.sh→ passedscripts/agent-doc-translation-guard.sh→ passedscripts/agent-doc-drift-guard.sh→ passedgithub_pr_guard.py check --max-scopes 2→ ok (1 commit, 12 files, bilingual complete)