[docs] align zh GETTING_STARTED / WALKTHROUGH with the English docs - #105
Merged
Conversation
…docs The zh docs were frozen at the initial commit while the English gained: build() contract summary (result binding, allowed imports, multi-body solids declaration, DESIGN_SPEC/DEBUGGING pointers) and the package-only family dir rule (reference files stay in the issue; CI rejects them in designs/). Translates those additions in place. Signed-off-by: BenchCAD <benchcad@users.noreply.github.com>
miachen0401
approved these changes
Jul 30, 2026
HaozheZhang6
approved these changes
Jul 30, 2026
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.
Closes #104
Translates the two English additions the zh docs were missing, in place: the
build()contract summary in GETTING_STARTED step 8 (bindresult, cq/math/_helpers only, multi-body"solids": N, DESIGN_SPEC/DEBUGGING pointers) and the package-only family-dir rule (GETTING_STARTED "提交" preamble + the WALKTHROUGH PR paragraph). No English files touched.Note for a follow-up: both EN and zh step 9 still describe
bench2 previewas emitting two files — since #18 it emits four (preview.png,preview_views.png,preview_hard_zoom.png,preview_extremes.png); worth one alignment pass on the EN side too.