Source of truth and deployment tooling for docs.aethex.support
  • JavaScript 45.8%
  • CSS 32%
  • HTML 15.3%
  • Shell 6.4%
  • Python 0.5%
Find a file
AeThex Docs fb9b774d95
All checks were successful
Documentation validation / validate (push) Successful in 6s
Document staged credential rotation cutover
2026-06-28 00:39:28 +00:00
.gitea/workflows Add verified backup and SSO operations handoff 2026-06-28 00:24:18 +00:00
cron Add docs backup and write-rate hardening 2026-06-27 00:40:08 +00:00
openapi Establish AeThex docs platform source 2026-06-27 00:38:57 +00:00
ops Document staged credential rotation cutover 2026-06-28 00:39:28 +00:00
scripts Add verified backup and SSO operations handoff 2026-06-28 00:24:18 +00:00
tests Test globe against scrolling sidebar boundary 2026-06-27 02:12:43 +00:00
theme Complete documentation verification metadata 2026-06-28 00:04:25 +00:00
wiki Ground Ask KAEL in documentation corpus 2026-06-27 23:01:28 +00:00
.gitignore Establish AeThex docs platform source 2026-06-27 00:38:57 +00:00
docker-compose.yml Persist AeThex layout and enhancement assets 2026-06-27 01:24:29 +00:00
nginx-rate-limit.conf Add docs backup and write-rate hardening 2026-06-27 00:40:08 +00:00
nginx.conf Add docs backup and write-rate hardening 2026-06-27 00:40:08 +00:00
OPERATIONS.md Add verified backup and SSO operations handoff 2026-06-28 00:24:18 +00:00
README.md Complete documentation verification metadata 2026-06-28 00:04:25 +00:00

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.