-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathargs.yml
54 lines (43 loc) · 1.7 KB
/
args.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# The primary Istio version identifier the docs describe, used throughout the site
version: "1.25"
# The full Istio version identifier the docs describe
full_version: "1.25.0"
# The previous Istio version identifier the docs describe, used for upgrade documentation
previous_version: "1.24"
# The year to display in copyright notices
copyright_year: 2025
# 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: master
doc_branch_name: master
####### 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: "G-RNS1643NL0"
preliminary_analytics_id: "G-EQ3WMYC8TX"
archive_analytics_id: "G-5XBWY4YJ1E"
# The list of supported languages. Not every content available is translated
supported_languages:
- name: "English"
code: "en"
- name: "中文"
code: "zh"
- name: "Українська"
code: "uk"
# Kubernetes Gateway API
k8s_gateway_api_version: "v1.2.1"