Skip to content

Offline docs 0.7.0

Latest

Choose a tag to compare

@ericgregory ericgregory released this 07 Jul 18:48

Air-gapped Cosmonic Control documentation bundle, version 0.7.0.

Container image: ghcr.io/cosmonic/docs:0.7.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.7.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.