Devlog
Content is pulled from the app repo
Rustles web reads devlog and changelog entries from the future app repository at build time instead of mirroring content here.
The site repo owns rendering and deployment. The app repo owns the product narrative.
That split keeps responsibilities clear:
- the app repo publishes source Markdown under
docs/ - the website workflow checks out that repo at build time
- Astro converts the entries into static pages
This avoids redundant commits in the website repo and keeps the publishing path easy to reason about.