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>
This commit is contained in:
6
sx/services/__init__.py
Normal file
6
sx/services/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""SX docs app service registration."""
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def register_domain_services() -> None:
|
||||
"""Register services for the sx docs app (none needed)."""
|
||||
Reference in New Issue
Block a user