Skip to content

docs: scaffold Best Practices section#50

Open
qiansheng91 wants to merge 1 commit into
mainfrom
codex/docs-best-practices
Open

docs: scaffold Best Practices section#50
qiansheng91 wants to merge 1 commit into
mainfrom
codex/docs-best-practices

Conversation

@qiansheng91

Copy link
Copy Markdown
Collaborator

What

Scaffolds a Best Practices section on the docs site — the place is reserved and wired in; practices get filled in over time.

  • docs/{en,zh}/best-practices/ — bilingual section with an index hub establishing the one-practice-per-page convention (title → one-line statement → WhyDo/Don'tSee also).
  • Index groups practices as Modeling / Querying / Agent integration (the latter two marked "more coming").
  • One seed practice — stable-identity (use stable, domain-scoped identity) — as a working template to copy. Cross-links existing guides; no new prose duplicated.
  • Wired into nav + sidebar in both locales.

Adding a practice later = drop a page in best-practices/ and link it from the index + sidebar.

Note

The nav/sidebar edits in config/en.ts + config/zh.ts overlap with #48 (schema reference). Whichever merges second will need a trivial conflict resolution (both just add a section to the same arrays).

Verification

  • pnpm -C docs build clean — 0 dead links; best-practices/ pages render in both locales; no {{ }} leakage.

Reserve a Best Practices section on the docs site, wired into nav + sidebar in
both locales. Establishes the one-practice-per-page convention (title → one-line
statement → Why → Do/Don't → See also) with an index hub grouped by
Modeling / Querying / Agent integration, and one seed practice (stable-identity)
as a template. Further practices are filled in over time.
@qiansheng91 qiansheng91 added the documentation Improvements or additions to documentation label Jun 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant