Skip to content

Prometheus documentation: content and static site generator

License

Notifications You must be signed in to change notification settings

chetanpdeshmukh/docs

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

Folders and files

NameName
Last commit message
Last commit date
Jul 1, 2021
Mar 2, 2022
Mar 13, 2021
Oct 29, 2020
Jun 7, 2018
Oct 29, 2020
Feb 9, 2022
Jul 3, 2018
Mar 13, 2021
Oct 14, 2020
Mar 13, 2021
Jun 23, 2020
Jul 17, 2018
Oct 16, 2020
Jul 25, 2020
Feb 26, 2022
Aug 28, 2015
Jan 22, 2015
Feb 12, 2021
Oct 14, 2020
Oct 22, 2018
Jan 23, 2019
Oct 14, 2020
Jan 17, 2021
Oct 14, 2020
Jun 3, 2015

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.

Optionally, you can use an API token to avoid rate limits on the API. You can get an API token from https://github.com/settings/tokens/new.

export GITHUB_AUTHENTICATION='-u user:token'

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/.

Automatic Deployment

This site is automatically deployed using Netlify.

If you have the prerequisite access rights, you can view the Netlify settings here:

Changes to the master branch are deployed to the main site at https://prometheus.io.

Netlify also creates preview deploys for every pull request. To view these for a PR where all checks have passed:

  1. In the CI section of the PR, click on "Show all checks".
  2. On the "deploy/netlify" entry, click on "Details" to view the preview site for the PR.

You may have to wait a while for the "deploy/netlify" check to appear after creating or updating the PR, even if the other checks have already passed.

License

Apache License 2.0, see LICENSE.

About

Prometheus documentation: content and static site generator

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 31.5%
  • Less 31.1%
  • HTML 15.7%
  • Ruby 11.2%
  • CSS 5.0%
  • JavaScript 4.9%
  • Other 0.6%