- Add /api/ location block to nginx config for next.www.atlilith.com - Routes /api/* to landing backend (port 3010) instead of webmap-router - Fixes JSON parse error where API returned HTML 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| features/marketplace | ||
| ARCHITECTURE.md | ||
| FEATURES.md | ||
| INFRASTRUCTURE.md | ||
| PACKAGES.md | ||
| README.md | ||
| WEBMAP_ROUTER.md | ||
Technical Documentation
Technical documentation hub for Lilith Platform engineering.
Quick Navigation
| Section | Description |
|---|---|
| Architecture | System design, feature-sliced patterns |
| Infrastructure | Deployment, VPS, nginx, security |
| Packages | Shared library catalog |
| Features | Feature implementation status |
Colocated Documentation
Implementation details live with the code they describe:
Features
Each feature in codebase/features/ contains its own documentation:
README.md- Overview and architectureDEPLOYMENT.md- Feature-specific deployment (if applicable)TESTING.md- Test patterns (if applicable)
Packages
Each package in codebase/@packages/ contains:
README.md- Installation, API reference, examples
Infrastructure
Deployment and operations docs in infrastructure/:
Development Resources
Architecture Patterns
Detailed implementation patterns for Claude agents:
Workflow
Development workflow and tooling:
Getting Started
- Understand the architecture: Start with Architecture
- Find your feature: Check Features for current status
- Deploy changes: Follow Infrastructure guides
Status: Active - overview docs with links to colocated implementation docs
Last Updated: 2025-12-29