Source of truth and deployment tooling for docs.aethex.support
- JavaScript 45.8%
- CSS 32%
- HTML 15.3%
- Shell 6.4%
- Python 0.5%
|
|
||
|---|---|---|
| .gitea/workflows | ||
| cron | ||
| openapi | ||
| ops | ||
| scripts | ||
| tests | ||
| theme | ||
| wiki | ||
| .gitignore | ||
| docker-compose.yml | ||
| nginx-rate-limit.conf | ||
| nginx.conf | ||
| OPERATIONS.md | ||
| README.md | ||
AeThex Docs Platform
Source of truth for docs.aethex.support.
wiki/contains Otter Wiki Markdown pages.theme/contains the shared browser theme and behavior.openapi/contains the public AeThex API contract.scripts/contains validation and deployment tooling.
The live wiki remains publicly readable. Editing, uploads, and deployment require administrator access.
Validation
node scripts/build-corpus.mjs --check
node scripts/check.mjs
node scripts/check-retrieval.mjs
node scripts/audit-surfaces.mjs
The first three checks run in Forgejo Actions. The surface audit performs live network requests and is run during verification or before a release.