Documentation site for Birdcage — Astro/Starlight
Find a file
Ryan Malloy bf330d7310 Fix /health endpoint: wrap file_server in handle block
try_files is a rewriter that runs before handlers in Caddy's directive
order, rewriting /health to /index.html before handle /health matches.
Wrapping try_files + file_server in a catch-all handle block makes it
mutually exclusive with handle /health.
2026-02-13 15:15:35 -07:00
public Add deployment infrastructure and TUI showcase guide 2026-02-13 15:12:54 -07:00
src Add deployment infrastructure and TUI showcase guide 2026-02-13 15:12:54 -07:00
.env Add deployment infrastructure and TUI showcase guide 2026-02-13 15:12:54 -07:00
.gitignore Initial commit: Birdcage documentation site 2026-02-13 05:20:10 -07:00
astro.config.mjs Initial commit: Birdcage documentation site 2026-02-13 05:20:10 -07:00
Caddyfile Fix /health endpoint: wrap file_server in handle block 2026-02-13 15:15:35 -07:00
docker-compose.yml Add deployment infrastructure and TUI showcase guide 2026-02-13 15:12:54 -07:00
Dockerfile Add deployment infrastructure and TUI showcase guide 2026-02-13 15:12:54 -07:00
Makefile Add deployment infrastructure and TUI showcase guide 2026-02-13 15:12:54 -07:00
package-lock.json Initial commit: Birdcage documentation site 2026-02-13 05:20:10 -07:00
package.json Initial commit: Birdcage documentation site 2026-02-13 05:20:10 -07:00
tsconfig.json Initial commit: Birdcage documentation site 2026-02-13 05:20:10 -07:00