This directory contains the English source for the published documentation.
The Bengali mirror is bn/docs/; user-facing behavior,
navigation order, warnings, commands, and evidence boundaries must stay aligned.
Published hub: https://soobujmiah.github.io/ternux/docs/
| Section | Pages |
|---|---|
| Start here | QUICK-START.md, INSTALLATION.md, MANUAL.md |
| Operate | USAGE.md, CONFIGURATION.md, TROUBLESHOOTING.md |
| Understand | ARCHITECTURE.md, BENCHMARKS.md, FAQ.md |
| Reference | CLI.md, root CHANGELOG.md, root CONTRIBUTING.md |
index.md is the task-based published hub. _data/docs.yml is the canonical
sidebar and page-order model; English and Bengali lists must remain structurally
identical.
- Use reciprocal
alt_urlfront matter on every paired page. - Do not repeat the front-matter title as a body-level
#heading; the site shell renders the single page<h1>. - Preserve commands, identifiers, numeric evidence, and warning severity in translation.
- Classify results as measured, observed, reported build, or untested.
- Never infer performance from a successful build or renderer detection alone.
- Keep existing heading fragments stable, or update every inbound link.
- Link workload/tool cards to the upstream repositories.
- Update both landing pages, README maps, navigation data, and sitemap when relevant.
- Run the validation listed in
CONTRIBUTING.md.
The site shell is _layouts/default.html; shared presentation and behavior live in
assets/css/ternux.css, assets/js/docs.js, and assets/js/codecopy.js. Do not add
external runtime assets when a local, dependency-free implementation is practical.