Skip to main content

2 posts tagged with "CI"

Unit, integration, and smoke validation in GitHub Actions.

View All Tags

Why The Docs Live With The API Image

· One min read
epifanio
Maintainer, FastAPI-mapserver

One of the useful architectural choices in this repository is that the docs are published with the application image instead of being treated as a separate service.

tip

That keeps the public guide version aligned with the code and deployment that operators are actually running.