-
Notifications
You must be signed in to change notification settings - Fork 66
Expand file tree
/
Copy pathparams.toml
More file actions
29 lines (29 loc) · 840 Bytes
/
params.toml
File metadata and controls
29 lines (29 loc) · 840 Bytes
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
# Put document versions here for every major or minor release
# Every TOML list item contains the following properties:
# - "version" - text that appears in versions menu
# - "dirpath" - directory name (relative to contentDir) where documentation
# for given version resides
# - "url" - url for link in version menu. May be absolute URL.
# - "latestTag" - docker image tag for the latest patch version. Must be changed
# on every patch release of respective branch
[[versions]]
version = "dev"
dirpath = "dev"
url = "/dev/"
sitemapExclude = true
[[versions]]
version = "1.42"
dirpath = "latest"
url = "/latest/"
[[versions]]
version = "1.41"
dirpath = "1.41"
url = "/1.41/"
[[versions]]
version = "1.40"
dirpath = "1.40"
url = "/1.40/"
[[versions]]
version = "1.39"
dirpath = "1.39"
url = "/1.39/"