Skip to content

Commit 51bbad7

Browse files
author
gdgate
authored
Merge pull request #333 from Mara3l/TRIVIAL--docu-bump
TRIVIAL: docu bump for 1.5.0 Reviewed-by: Jan Kadlec https://github.com/hkad98
2 parents 4de744c + f878041 commit 51bbad7

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

docs/config/production/params.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77
# - "latestTag" - docker image tag for the latest patch version. Must be changed
88
# on every patch release of respective branch
99
[[versions]]
10-
version = "dev"
11-
dirpath = "dev"
12-
url = "/dev/"
10+
version = "dev"
11+
dirpath = "dev"
12+
url = "/dev/"
1313
[[versions]]
14-
version = "1.4"
15-
dirpath = "1.4"
16-
url = "/1.4/"
14+
version = "1.5"
15+
dirpath = "1.5"
16+
url = "/1.5/"
1717
[[versions]]
18-
version = "1.3"
19-
dirpath = "1.3"
20-
url = "/1.3/"
18+
version = "1.4"
19+
dirpath = "1.4"
20+
url = "/1.4/"
2121
[[versions]]
22-
version = "1.2"
23-
dirpath = "1.2"
24-
url = "/1.2/"
22+
version = "1.3"
23+
dirpath = "1.3"
24+
url = "/1.3/"

docs/content/en/docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ Here is a mapping table of compatibility, which version of Python SDK to use wit
4444

4545
| Gooddata.CN | Python SDK |
4646
|---|---|
47+
| v2.5 | v1.5 |
4748
| v2.4 | v1.4 |
4849
| v2.3 | v1.3 |
49-
| v2.2 | v1.2 |

docs/layouts/index.redir

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Redirect homepage to the latest version
2-
/ {{ .Site.BaseURL }}/1.4/ 301!
3-
/latest/ {{ .Site.BaseURL }}/1.4/ 301
4-
/docs/ {{ .Site.BaseURL }}/1.4/ 301!
2+
/ {{ .Site.BaseURL }}/1.5/ 301!
3+
/latest/ {{ .Site.BaseURL }}/1.5/ 301
4+
/docs/ {{ .Site.BaseURL }}/1.5/ 301!
5+
/1.5.0/ {{ .Site.BaseURL }}/1.5 301!
56
/1.4.0/ {{ .Site.BaseURL }}/1.4 301!
67
/1.3.0/ {{ .Site.BaseURL }}/1.3 301!
78
/1.2.0/ {{ .Site.BaseURL }}/1.2 301!

0 commit comments

Comments
 (0)