Content-only source repository for docs.radxa.com.
The Docusaurus application and UI are maintained separately in
radxa-docs/docs-template; CI checks out this repository as contents/ when
building the site.
docs/— Chinese documentation.i18n/en/docusaurus-plugin-content-docs/current/— English documentation.static/— files copied to the root of the published site.docs/linkrand its English counterpart — independent Git submodules.
Initialize the complete content tree with:
git submodule update --init --recursiveAGENTS.md— repository-wide reading, editing, and validation workflow.static/agent/products.json— generated, non-exhaustive Home-catalog navigation index; it intentionally contains no product specifications and points to the sitemap and source trees as fallbacks.static/llms.txt— public discovery entry published as docs.radxa.com/llms.txt..github/agent-reading-guide.md— wrapper, partial, and source-resolution rules.AGENT-DOC-SPEC.md— authoring requirements for Agent-friendly pages.
Regenerate and verify the product index with:
python3 scripts/generate-agent-product-index.py
python3 scripts/generate-agent-product-index.py --checkProduct facts remain in the product documentation. The generated index is only a locator and must not be cited as a specification source. A product missing from the Home catalog may still have published documentation; use the sitemap and source-tree fallbacks recorded in the index.