Skip to content
forked from prometheus/docs

Prometheus documentation: content and static site generator

License

Notifications You must be signed in to change notification settings

AnggaSuherman/docs

This branch is 1346 commits behind prometheus/docs:main.

Folders and files

NameName
Last commit message
Last commit date
Jul 3, 2018
May 29, 2018
Jul 2, 2018
Jun 12, 2018
Jun 7, 2018
Oct 7, 2016
Jun 20, 2018
Jul 3, 2018
Jun 28, 2018
Feb 16, 2017
Dec 26, 2014
Oct 7, 2016
Mar 2, 2017
Aug 28, 2015
Jan 22, 2015
Feb 16, 2017
Jun 28, 2018
Jan 22, 2015
Jun 28, 2018
Jan 8, 2018
Jun 13, 2018
Jun 3, 2015

Repository files navigation

Prometheus Documentation

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

Contributing Changes

See CONTRIBUTING.md for general instructions for new Prometheus contributors.

The main documentation contents of this website are located in the content/docs directory.

Documentation concerning the Prometheus server is maintained in the Prometheus server repository and cloned into the website at build time.

As a guideline, please keep the documentation generally applicable and avoid use-case-specific changes.

Prerequisites

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

cd docs
make bundle

Building

To generate the static site, run:

make build

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:
make guard
# Start the local development server in a separate shell:
make serve

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

License

Apache License 2.0, see LICENSE.

About

Prometheus documentation: content and static site generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 73.5%
  • HTML 11.3%
  • Ruby 10.1%
  • JavaScript 4.2%
  • Other 0.9%