File tree Expand file tree Collapse file tree 4 files changed +57
-99
lines changed Expand file tree Collapse file tree 4 files changed +57
-99
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,13 @@ Always update the openshift docset when there is a new gpu-operator docset versi
108108 copyright_start = 2020
109109 ```
110110
111- 1 . Update the version in ` <component-name>/versions1 .json ` :
111+ 1 . Update the version in ` <component-name>/versions .json ` :
112112
113113 ``` diff
114- diff --git a/container-toolkit/versions1 .json b/container-toolkit/versions1 .json
114+ diff --git a/container-toolkit/versions .json b/container-toolkit/versions .json
115115 index 95429953..e2738987 100644
116- --- a/container-toolkit/versions1 .json
117- +++ b/container-toolkit/versions1 .json
116+ --- a/container-toolkit/versions .json
117+ +++ b/container-toolkit/versions .json
118118 @@ -1,6 +1,10 @@
119119 [
120120 {
Original file line number Diff line number Diff line change 1- {
2- "latest" : " 1.17.8" ,
3- "versions" :
4- [
5- {
6- "version" : " 1.17.8"
7- },
8- {
9- "version" : " 1.17.7"
10- },
11- {
12- "version" : " 1.17.6"
13- },
14- {
15- "version" : " 1.17.5"
16- },
17- {
18- "version" : " 1.17.4"
19- },
20- {
21- "version" : " 1.17.3"
22- },
23- {
24- "version" : " 1.17.2"
25- },
26- {
27- "version" : " 1.17.1"
28- },
29- {
30- "version" : " 1.17.0"
31- },
32- {
33- "version" : " 1.16.2"
34- },
35- {
36- "version" : " 1.16.1"
37- },
38- {
39- "version" : " 1.16.0"
40- }
41- ]
42- }
1+ [
2+ {
3+ "preferred" : " true" ,
4+ "url" : " ../1.17.8" ,
5+ "version" : " 1.17.8"
6+ },
7+ {
8+ "url" : " ../1.17.7" ,
9+ "version" : " 1.17.7"
10+ },
11+ {
12+ "url" : " ../1.17.6" ,
13+ "version" : " 1.17.6"
14+ },
15+ {
16+ "url" : " ../1.17.5" ,
17+ "version" : " 1.17.5"
18+ },
19+ {
20+ "url" : " ../1.17.4" ,
21+ "version" : " 1.17.4"
22+ },
23+ {
24+ "url" : " ../1.17.3" ,
25+ "version" : " 1.17.3"
26+ },
27+ {
28+ "url" : " ../1.17.2" ,
29+ "version" : " 1.17.2"
30+ },
31+ {
32+ "url" : " ../1.17.1" ,
33+ "version" : " 1.17.1"
34+ },
35+ {
36+ "url" : " ../1.17.0" ,
37+ "version" : " 1.17.0"
38+ },
39+ {
40+ "url" : " ../1.16.2" ,
41+ "version" : " 1.16.2"
42+ },
43+ {
44+ "url" : " ../1.16.1" ,
45+ "version" : " 1.16.1"
46+ },
47+ {
48+ "url" : " ../1.16.0" ,
49+ "version" : " 1.16.0"
50+ }
51+ ]
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ sphinx_conf_py_extra = """
4242
4343 html_domain_indices = False
4444 html_use_index = False
45- html_extra_path = ["versions1 .json"]
45+ html_extra_path = ["versions .json"]
4646 html_static_path = ["${root}/css"]
4747 html_css_files = ["custom.css"]
4848
4949 html_theme_options = {
5050 "icon_links": [],
5151 "switcher": {
52- "json_url": "../versions1 .json",
52+ "json_url": "../versions .json",
5353 "version_match": release,
5454 },
5555 }
You can’t perform that action at this time.
0 commit comments