Update tech_docs/docker_compose_guide.md

This commit is contained in:
2025-08-06 05:48:48 -05:00
parent d5ed99d14d
commit 62125ab35a

View File

@@ -16,7 +16,7 @@ Demonstrate how **Jinja2 becomes the single source of truth** in a closed system
### 1. Kingdom Layout (single directory tree)
```
serendipity/
├─ kingdom.yml # the royal charter
├─ objects/ # every object you will ever need
@@ -26,7 +26,7 @@ serendipity/
│ └─ …
└─ rules/
└─ resolve.j2 # the only executable artifact
```
---