Skip to content

Commit 58164e1

Browse files
authored
Merge pull request #1220 from simonpasquier/bump-2.5
Add release 2.5 of Prometheus
2 parents eebcaba + 1575998 commit 58164e1

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

nanoc.yaml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,18 @@ data_sources:
6868
identifier_type: legacy
6969
items_root: /docs/prometheus/latest/
7070
config:
71-
name: 'latest (2.4)'
71+
name: 'latest (2.5)'
7272
repository: https://github.com/prometheus/prometheus.git
73-
refspec: release-2.4
73+
refspec: release-2.5
74+
-
75+
type: repo_docs
76+
identifier_type: legacy
77+
items_root: /docs/prometheus/2.5/
78+
config:
79+
name: '2.5'
80+
repository: https://github.com/prometheus/prometheus.git
81+
refspec: release-2.5
82+
canonical: /docs/prometheus/latest/
7483
-
7584
type: repo_docs
7685
identifier_type: legacy
@@ -80,6 +89,7 @@ data_sources:
8089
repository: https://github.com/prometheus/prometheus.git
8190
refspec: release-2.4
8291
canonical: /docs/prometheus/latest/
92+
outdated: /docs/prometheus/latest/
8393
-
8494
type: repo_docs
8595
identifier_type: legacy
@@ -89,6 +99,7 @@ data_sources:
8999
repository: https://github.com/prometheus/prometheus.git
90100
refspec: release-2.3
91101
canonical: /docs/prometheus/latest/
102+
outdated: /docs/prometheus/latest/
92103
-
93104
type: repo_docs
94105
identifier_type: legacy
@@ -98,6 +109,7 @@ data_sources:
98109
repository: https://github.com/prometheus/prometheus.git
99110
refspec: release-2.2
100111
canonical: /docs/prometheus/latest/
112+
outdated: /docs/prometheus/latest/
101113
-
102114
type: repo_docs
103115
identifier_type: legacy
@@ -107,6 +119,7 @@ data_sources:
107119
repository: https://github.com/prometheus/prometheus.git
108120
refspec: release-2.1
109121
canonical: /docs/prometheus/latest/
122+
outdated: /docs/prometheus/latest/
110123
-
111124
type: repo_docs
112125
identifier_type: legacy

0 commit comments

Comments
 (0)