File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ const config = {
266266 {
267267 redirects : [
268268 { // Redirects for links in the Harvester README.md file
269- to : '/v1.1 /install/pxe-boot-install' ,
269+ to : '/v1.4 /install/pxe-boot-install' ,
270270 from : '/latest/install/pxe-boot-install'
271271 } ,
272272 ] ,
@@ -289,6 +289,12 @@ const config = {
289289 label : "dev" , // Current version label
290290 baseUrl : "/dev/api" , // Leading slash is important
291291 versions : {
292+ "v1.4" : {
293+ specPath : "api/v1.4-swagger.json" ,
294+ outputDir : "versioned_docs/version-v1.4/api" , // No trailing slash
295+ label : "v1.4" ,
296+ baseUrl : "/v1.4/api" , // Leading slash is important
297+ } ,
292298 "v1.3" : {
293299 specPath : "api/v1.3-swagger.json" ,
294300 outputDir : "versioned_docs/version-v1.3/api" , // No trailing slash
You can’t perform that action at this time.
0 commit comments