Commit 92127473 authored by Tobias Schmidt's avatar Tobias Schmidt

Prepare docs for Prometheus v2.0 release

parent ae9d7481
...@@ -13,7 +13,7 @@ layout: jumbotron ...@@ -13,7 +13,7 @@ layout: jumbotron
</div> </div>
<div class="newsbar"> <div class="newsbar">
<a href="https://promcon.io/2017-munich/">PromCon 2017</a> videos are out!&nbsp;&nbsp;&nbsp;&nbsp;<a href="https://www.youtube.com/watch?v=4Pr-z8-r1eo&list=PLoz-W_CUquUlnvoEBbqChb7A0ZEZsWSXt">Watch the recorded talks on Youtube!</a> Prometheus v2.0.0 is available now!&nbsp;&nbsp;&nbsp;&nbsp;<a href="/blog/2017/11/08/announcing-prometheus-2-0/">Read the announcement blog post!</a>
</div> </div>
<div class="container"> <div class="container">
......
...@@ -63,19 +63,19 @@ data_sources: ...@@ -63,19 +63,19 @@ data_sources:
encoding: utf-8 encoding: utf-8
- -
type: repo_docs type: repo_docs
items_root: /docs/prometheus/2.0/ items_root: /docs/prometheus/latest/
config: config:
name: '2.0' name: 'latest (2.0)'
repository: https://github.com/prometheus/prometheus.git repository: https://github.com/prometheus/prometheus.git
refspec: master refspec: release-2.0
canonical: /docs/prometheus/latest/
- -
type: repo_docs type: repo_docs
items_root: /docs/prometheus/latest/ items_root: /docs/prometheus/2.0/
config: config:
name: 'latest (1.8)' name: '2.0'
repository: https://github.com/prometheus/prometheus.git repository: https://github.com/prometheus/prometheus.git
refspec: release-1.8 refspec: release-2.0
canonical: /docs/prometheus/latest/
- -
type: repo_docs type: repo_docs
items_root: /docs/prometheus/1.8/ items_root: /docs/prometheus/1.8/
......
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