Releases: cosmonic/docs-releases
Releases · cosmonic/docs-releases
Release list
Offline docs 0.7.0
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/docsSee the Air-Gapped Installation guide for the in-cluster pattern.
Offline docs 0.6.0
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/docsSee the Air-Gapped Installation guide for the in-cluster pattern.