mirror of https://github.com/istio/istio.io.git
53 lines
1.7 KiB
YAML
53 lines
1.7 KiB
YAML
# The primary Istio version identifier the docs describe, used throughout the site
|
|
version: "1.14"
|
|
|
|
# The full Istio version identifier the docs describe
|
|
full_version: "1.14.0"
|
|
|
|
# The previous Istio version identifier the docs describe, used for upgrade documentation
|
|
previous_version: "1.13"
|
|
|
|
# The year to display in copyright notices
|
|
copyright_year: 2021
|
|
|
|
# Controls the incarnation of the site
|
|
#
|
|
# when preliminary=false and archive=false, we're building for istio.io
|
|
# When preliminary=true, we're building for preliminary.istio.io
|
|
# when archive=true, we're building for archive.istio.io
|
|
# when archive_landing=true, we're building the landing page for archive.istio.io
|
|
preliminary: true
|
|
archive: false
|
|
archive_landing: false
|
|
|
|
# When archive=true above, these values must be filled in
|
|
archive_date: YYYY-MM-DD
|
|
archive_search_refinement: "V1.1"
|
|
|
|
# GitHub branch names used when the docs have links to GitHub
|
|
source_branch_name: release-1.13
|
|
doc_branch_name: master
|
|
|
|
# The list of supported versions described by the docs
|
|
supported_kubernetes_versions: ["1.20", "1.21", "1.22", "1.23"]
|
|
|
|
####### Static values
|
|
|
|
# we use different search engines for each incarnation of the site
|
|
main_search_engine_id: "002184991200833970123:veyyqmfmpj4"
|
|
preliminary_search_engine_id: "002184991200833970123:dmevwrvc6os"
|
|
archive_search_engine_id: "002184991200833970123:iwwf17ikgf4"
|
|
docs_search_engine_id: "59d95045a95d16a68"
|
|
|
|
# we use different site analytics ids for each incarnation of the site
|
|
main_analytics_id: "UA-98480406-1"
|
|
preliminary_analytics_id: "UA-98480406-3"
|
|
archive_analytics_id: "UA-98480406-2"
|
|
|
|
# The list of supported languages. Not every content available is translated
|
|
supported_languages:
|
|
- name: "English"
|
|
code: "en"
|
|
- name: "中文"
|
|
code: "zh"
|