Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release 2.1 of Prometheus #952

Merged
merged 1 commit into from
Jan 19, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions nanoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,17 @@ data_sources:
type: repo_docs
items_root: /docs/prometheus/latest/
config:
name: 'latest (2.0)'
name: 'latest (2.1)'
repository: https://github.com/prometheus/prometheus.git
refspec: release-2.0
refspec: release-2.1
-
type: repo_docs
items_root: /docs/prometheus/2.1/
config:
name: '2.1'
repository: https://github.com/prometheus/prometheus.git
refspec: release-2.1
canonical: /docs/prometheus/latest/
-
type: repo_docs
items_root: /docs/prometheus/2.0/
Expand All @@ -76,6 +84,7 @@ data_sources:
repository: https://github.com/prometheus/prometheus.git
refspec: release-2.0
canonical: /docs/prometheus/latest/
outdated: /docs/prometheus/latest/
-
type: repo_docs
items_root: /docs/prometheus/1.8/
Expand Down