Skip to content

Commit 7c5e5a5

Browse files
committed
Add release 2.1 of Prometheus
Signed-off-by: Goutham Veeramachaneni <cs14btech11014@iith.ac.in>
1 parent d874d7a commit 7c5e5a5

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

nanoc.yaml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,17 @@ data_sources:
6565
type: repo_docs
6666
items_root: /docs/prometheus/latest/
6767
config:
68-
name: 'latest (2.0)'
68+
name: 'latest (2.1)'
6969
repository: https://github.com/prometheus/prometheus.git
70-
refspec: release-2.0
70+
refspec: release-2.1
71+
-
72+
type: repo_docs
73+
items_root: /docs/prometheus/2.1/
74+
config:
75+
name: '2.1'
76+
repository: https://github.com/prometheus/prometheus.git
77+
refspec: release-2.1
78+
canonical: /docs/prometheus/latest/
7179
-
7280
type: repo_docs
7381
items_root: /docs/prometheus/2.0/
@@ -76,6 +84,7 @@ data_sources:
7684
repository: https://github.com/prometheus/prometheus.git
7785
refspec: release-2.0
7886
canonical: /docs/prometheus/latest/
87+
outdated: /docs/prometheus/latest/
7988
-
8089
type: repo_docs
8190
items_root: /docs/prometheus/1.8/

0 commit comments

Comments
 (0)