Prometheus documentation: content and static site generator
CSS HTML Ruby JavaScript Makefile
Clone or download
Pull request Compare This branch is 216 commits behind prometheus:master.
Image Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Image content
Image layouts
Image lib
Image specs
Image static
Image .gitignore
Image .travis.yml
Image CONTRIBUTING.md
Image Dockerfile
Image Gemfile
Image Gemfile.lock
Image Guardfile
Image LICENSE
Image MAINTAINERS.md
Image Makefile
Image NOTICE
Image README.md
Image Rules
Image nanoc.yaml
Image prometheus_rsa.enc

README.md

Prometheus Documentation Build Status

This repository contains both the content and the static-site generator code for the Prometheus documentation site.

Prerequisites

You need to have a working Ruby environment set up and then install the necessary gems:

cd docs
bundle

Building

To generate the static site, run:

bundle exec nanoc

The resulting static site will be stored in the output directory.

Development Server

To run a local server that displays the generated site, run:

# Rebuild the site whenever relevant files change:
bundle exec guard
# Start the local development server:
bundle exec nanoc view

You should now be able to view the generated site at http://localhost:3000/.

License

Apache License 2.0, see LICENSE.