OpenRelix
Generated from Markdown Source docs/README.md 中文 EN

OpenRelix Docs Index

Languages: English | 简体中文

This directory uses a bilingual documentation rule:

  • Markdown documents are the canonical agent-readable source for contributor, architecture, privacy, validation, and release material.
  • Each Markdown document should have an English and a Chinese version.
  • Existing default-language filenames stay stable to avoid breaking links. A Chinese companion uses .zh-CN.md; an English companion for a Chinese-default document uses .en.md.
  • HTML under local-docs/ and docs/developer/ is generated from these Markdown files. Markdown remains the source.

Agent-Readable Markdown

Rich HTML Pages

These pages intentionally remain HTML because they are visual or interactive:

They should keep Chinese and English language controls in the page itself rather than being split into separate Markdown files.

Maintenance Rule

When adding a new docs/*.md file, add its language companion in the same change. After editing Markdown, run python3 scripts/build_local_docs.py to refresh both local-docs/ and docs/developer/; use python3 scripts/build_local_docs.py --watch while writing. When adding or editing a docs/*.html page, keep the page bilingual through the existing language-switching pattern.