Uh oh!
There was an error while loading. Please reload this page.
docs: normalize current documentation contracts - #854
Merged
Conversation
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 freeto 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
.zh-CN.md..zh-CN.md.Why
The current
docs/surface still exposed one unnecessary split contract and inconsistent language naming. A filename without a language suffix must be the English default; Chinese translations must be explicit. Evidence export is an operation of the AHE target/file protocol and does not own a separate authority.Refs #767.
Scope
This PR only normalizes current documentation contracts. It does not reorganize the archive or change runtime behavior.
Verification
npm test --workspace @maka/core— passed (804 tests).npm test --workspace @maka/runtime— passed (1330 passed, 2 skipped)..en.mdreferences or links to the removed AHE page.git diff --check— passed.Impact
Links to English architecture chapters now omit
.en. The old AHE evidence-export page is replaced by the consolidated target-protocol page. Chinese CSS governance moves to the explicit.zh-CN.mdpath.Ready for review
Verificationexplains why it is not applicable