Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.
/ zmon-docs Public archive
forked from zalando-zmon/zmon-docs

ZMON Documentation

Notifications You must be signed in to change notification settings

hjacobs/zmon-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

ZMON Documentation

Documentation Status

First install the Sphinx documentation generator.

$ sudo pip install sphinx sphinx_rtd_theme

Generate the ZMON HTML documentation locally:

$ cd docs; make html

Run docs locally:

$ python -m SimpleHTTPServer 8888

If you are using Python3:

$ python3 -m http.server 8888
Docs at:
http://localhost:8888/_build/html/

Releases

No releases published

Packages

No packages published