Skip to Content
Unified docs shell with shared Classifyre tokens and acid-green highlight accents.
Docker Bundle

Docker Bundle

No extra deployment

The docs app is exported as static files and copied into the existing web app public directory:

  • source: apps/docs/out/docs/*
  • target: apps/web/public/docs/*

This keeps runtime topology unchanged:

  • no new web pod
  • no extra service
  • docs available under /docs
Build flow

CI runs bun run docs:bundle, which builds docs and syncs artifacts before web dist upload.

Last updated on