mirror of https://github.com/istio/istio.io.git
Switch to 1.3.
This commit is contained in:
parent
32d03c7729
commit
628589d9f7
|
@ -20,4 +20,4 @@ pull_request_rules:
|
||||||
actions:
|
actions:
|
||||||
backport:
|
backport:
|
||||||
branches:
|
branches:
|
||||||
- release-1.1
|
- release-1.2
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# The primary Istio version identifier the docs describe, used throughout the site
|
# The primary Istio version identifier the docs describe, used throughout the site
|
||||||
version: "1.2"
|
version: "1.3"
|
||||||
|
|
||||||
# The full Istio version identifier the docs describe
|
# The full Istio version identifier the docs describe
|
||||||
full_version: "1.2.0"
|
full_version: "1.3.0"
|
||||||
|
|
||||||
# The year to display in copyright notices
|
# The year to display in copyright notices
|
||||||
copyright_year: 2019
|
copyright_year: 2019
|
||||||
|
@ -22,7 +22,7 @@ archive_date: YYYY-MM-DD
|
||||||
archive_search_refinement: "V1.1"
|
archive_search_refinement: "V1.1"
|
||||||
|
|
||||||
# GitHub branch names used when the docs have links to GitHub
|
# GitHub branch names used when the docs have links to GitHub
|
||||||
source_branch_name: release-1.2
|
source_branch_name: master
|
||||||
doc_branch_name: master
|
doc_branch_name: master
|
||||||
|
|
||||||
# The list of supported versions described by the docs
|
# The list of supported versions described by the docs
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# The version of Istio currently documented in istio.io
|
# The version of Istio currently documented in istio.io
|
||||||
main: "1.1"
|
main: "1.2"
|
||||||
|
|
||||||
# The version of Istio currently documented in preliminary.istio.io
|
# The version of Istio currently documented in preliminary.istio.io
|
||||||
preliminary: "1.2"
|
preliminary: "1.3"
|
||||||
|
|
Loading…
Reference in New Issue