Skip to content

Offline docs 0.6.0

Choose a tag to compare

@ericgregory ericgregory released this 06 Jul 20:41

Air-gapped Cosmonic Control documentation bundle, version 0.6.0.

Container image: ghcr.io/cosmonic/docs:0.6.0 (also tagged :latest).

Tarball: extract anywhere and serve as static files. The site is built with trailingSlash: true, so URLs end in / and resolve to <dir>/index.html. Example:

tar xzf cosmonic-docs-0.6.0.tar.gz -C /var/www/docs
python -m http.server 8080 --directory /var/www/docs

See the Air-Gapped Installation guide for the in-cluster pattern.