Files
rose-ash/sx/services/__init__.py
giles 03196c3ad0
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m42s
Add sx documentation app (sx.rose-ash.com)
New public-facing service documenting the s-expression rendering engine.
Modelled on four.htmx.org with violet theme, all content rendered via sx.

Sections: docs, reference, protocols, examples (live demos), essays
(including "sx sucks"). No database — purely static documentation.

Port 8012, Redis DB 10. CI and deploy.sh updated with app_dir() mapping
for sx_docs -> sx/ directory. Caddy reverse proxy entry added separately.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-02 21:25:52 +00:00

7 lines
180 B
Python

"""SX docs app service registration."""
from __future__ import annotations
def register_domain_services() -> None:
"""Register services for the sx docs app (none needed)."""