1
0
mirror of https://github.com/prometheus/docs.git synced 2026-02-05 15:45:27 +01:00
Tobias Schmidt 781c797b97 Fix broken link to standard process metrics
Also fix a few markdown style issues.
2017-02-15 14:15:58 -04:00
2016-04-19 14:10:14 -05:00
2016-10-07 18:03:29 +02:00
2016-10-07 18:03:29 +02:00
2016-10-12 19:14:35 +01:00
2016-04-16 12:02:48 -04:00
2015-01-22 16:44:03 +01:00
2014-12-26 13:18:58 +01:00
2016-10-07 18:03:29 +02:00
2016-10-16 19:38:06 +01:00
2015-01-22 16:44:03 +01:00
2016-04-15 20:16:27 +02:00
2015-01-22 16:44:03 +01:00
2016-04-16 16:57:15 -04:00

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.

Description
Prometheus documentation: content and static site generator
https://prometheus.io/ Readme 45 MiB
Languages
SCSS 31.2%
Less 30.8%
HTML 15.8%
Ruby 12.5%
CSS 4.9%
Other 4.8%