mirror of https://github.com/dapr/docs.git
Merge pull request #4317 from hhunter-ms/v1.14
Fix 1.15 link in config.toml
This commit is contained in:
commit
0edadef304
|
|
@ -206,7 +206,7 @@ url_latest_version = "https://docs.dapr.io"
|
|||
|
||||
[[params.versions]]
|
||||
version = "v1.15 (preview)"
|
||||
url = "#"
|
||||
url = "https://v1-15.docs.dapr.io"
|
||||
[[params.versions]]
|
||||
version = "v1.14 (latest)"
|
||||
url = "https://docs.dapr.io"
|
||||
|
|
|
|||
|
|
@ -134,13 +134,12 @@ General guidance on upgrading can be found for [self hosted mode]({{< ref self-h
|
|||
| | 1.8.6 | 1.9.6 |
|
||||
| | 1.9.6 | 1.10.7 |
|
||||
| 1.8.0 to 1.8.6 | N/A | 1.9.6 |
|
||||
| 1.9.0 | N/A | 1.9.6 |
|
||||
| 1.10.0 | N/A | 1.10.8 |
|
||||
| 1.11.0 | N/A | 1.11.4 |
|
||||
| 1.12.0 | N/A | 1.12.4 |
|
||||
| 1.12.0 to 1.13.0 | N/A | 1.13.4 |
|
||||
| 1.13.0 | N/A | 1.13.4 |
|
||||
| 1.13.0 to 1.14.0 | N/A | 1.14.0 |
|
||||
| 1.9.0 to 1.9.6 | N/A | 1.10.8 |
|
||||
| 1.10.0 to 1.10.8 | N/A | 1.11.4 |
|
||||
| 1.11.0 to 1.11.4 | N/A | 1.12.4 |
|
||||
| 1.12.0 to 1.12.4 | N/A | 1.13.5 |
|
||||
| 1.13.0 to 1.13.5 | N/A | 1.14.0 |
|
||||
| 1.14.0 | N/A | 1.14.0 |
|
||||
|
||||
## Upgrade on Hosting platforms
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue