Unverified Commit 01c8aaf7 authored by Frederic Branczyk's avatar Frederic Branczyk Committed by GitHub

Merge pull request #1056 from brian-brazil/prom23

Update for Prometheus 2.3
parents 80bc7afb 7bdac528
...@@ -65,9 +65,17 @@ data_sources: ...@@ -65,9 +65,17 @@ data_sources:
type: repo_docs type: repo_docs
items_root: /docs/prometheus/latest/ items_root: /docs/prometheus/latest/
config: config:
name: 'latest (2.2)' name: 'latest (2.3)'
repository: https://github.com/prometheus/prometheus.git repository: https://github.com/prometheus/prometheus.git
refspec: release-2.2 refspec: release-2.3
-
type: repo_docs
items_root: /docs/prometheus/2.3/
config:
name: '2.3'
repository: https://github.com/prometheus/prometheus.git
refspec: release-2.3
canonical: /docs/prometheus/latest/
- -
type: repo_docs type: repo_docs
items_root: /docs/prometheus/2.2/ items_root: /docs/prometheus/2.2/
...@@ -75,7 +83,7 @@ data_sources: ...@@ -75,7 +83,7 @@ data_sources:
name: '2.2' name: '2.2'
repository: https://github.com/prometheus/prometheus.git repository: https://github.com/prometheus/prometheus.git
refspec: release-2.2 refspec: release-2.2
canonical: /docs/prometheus/latest/ canonical: /docs/prometheus/2.2/
- -
type: repo_docs type: repo_docs
items_root: /docs/prometheus/2.1/ items_root: /docs/prometheus/2.1/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment