mirror of https://github.com/istio/istio.io.git
update docs to point to 1.6 release
This commit is contained in:
parent
e320eb98c5
commit
7bac591ffc
|
@ -66,7 +66,7 @@ baseurl := "$(URL)"
|
|||
endif
|
||||
|
||||
# Which branch of the Istio source code do we fetch stuff from
|
||||
SOURCE_BRANCH_NAME ?= master
|
||||
SOURCE_BRANCH_NAME ?= release-1.6
|
||||
|
||||
site:
|
||||
@scripts/gen_site.sh
|
||||
|
|
|
@ -25,7 +25,7 @@ archive_date: YYYY-MM-DD
|
|||
archive_search_refinement: "V1.1"
|
||||
|
||||
# GitHub branch names used when the docs have links to GitHub
|
||||
source_branch_name: master
|
||||
source_branch_name: release-1.6
|
||||
doc_branch_name: master
|
||||
|
||||
# The list of supported versions described by the docs
|
||||
|
|
Loading…
Reference in New Issue