Skip to content

Commit 0be01a8

Browse files
authored
Update docs for v1.2.0 (#406)
* Hide Chinese docs Signed-off-by: Benjamin Huo <[email protected]> * Update docs for v1.2.0 Signed-off-by: Benjamin Huo <[email protected]> --------- Signed-off-by: Benjamin Huo <[email protected]>
1 parent 4d73a19 commit 0be01a8

File tree

8 files changed

+111
-397
lines changed

8 files changed

+111
-397
lines changed

content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{{% blocks/section color="white" %}}
2424

2525
<div class="container">
26-
<img src="openfunction-0.5-architecture.svg" alt="OpenFunction Architecture" width="100%" style="margin: 1rem 0 5rem 0" />
26+
<img src="/images/docs/en/introduction/what-is-openfunction/openfunction-architecture.svg/" alt="OpenFunction Architecture" width="100%" style="margin: 1rem 0 5rem 0" />
2727

2828
<div style="margin:0 auto; max-width:800px">
2929

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "v1.1"
2+
title: "v1.2 (latest)"
33
linkTitle: "Docs"
44
weight: 20
55
---

content/en/docs/concepts/function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Once a function is created, it will controll the lifecycle of `Build` and `Servi
2020

2121
- `Serving` can be defined without `Build`, the function will use a previously built function image for serving.
2222

23-
<div align=center><img width="80%" height="80%" src=/images/docs/en/introduction/what-is-openfunction/openfunction-0.5-architecture.svg/></div>
23+
<div align=center><img width="80%" height="80%" src=/images/docs/en/introduction/what-is-openfunction/openfunction-architecture.svg/></div>
2424

2525
## Build
2626

content/en/docs/getting-started/installation.md

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,12 @@ This document describes how to install OpenFunction.
1313

1414
- You need to ensure your Kubernetes version meets the requirements described in the following compatibility matrix.
1515

16-
| OpenFunction Version | Kubernetes 1.20 | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 |
16+
| OpenFunction Version | Kubernetes 1.21 | Kubernetes 1.22 | Kubernetes 1.23 | Kubernetes 1.24 | Kubernetes 1.25 | Kubernetes 1.26+ |
1717
|----------------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
18-
| HEAD | N/A ||||||
19-
| v1.1.x | N/A ||||||
20-
| v1.0.x | N/A ||||||
21-
| v0.8.x ||||||* |
22-
23-
{{% alert title="Note" color="success" %}}
24-
25-
OpenFunction supports Kubernetes 1.25 starting from v0.8.1
26-
27-
{{% /alert %}}
28-
18+
| HEAD | N/A | N/A |||||
19+
| v1.2 | N/A | N/A |||| N/A |
20+
| v1.1.x |||||| N/A |
21+
| v1.0.x |||||| N/A |
2922

3023
## Install OpenFunction
3124

content/en/docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ OpenFunction is a cloud-native open source FaaS (Function as a Service) platform
1313

1414
## Architecture and Design
1515

16-
<div align=center><img width="80%" height="80%" src=/images/docs/en/introduction/what-is-openfunction/openfunction-0.5-architecture.svg/></div>
16+
<div align=center><img width="80%" height="80%" src=/images/docs/en/introduction/what-is-openfunction/openfunction-architecture.svg/></div>
1717

1818
## Core Features
1919

hugo.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,13 @@ version = "0.8"
108108
url_latest_version = "/docs"
109109

110110
[[params.versions]]
111-
version = "v1.1"
111+
version = "v1.2 (latest)"
112112
url = "/docs"
113113

114+
[[params.versions]]
115+
version = "v1.1"
116+
url = "https://v1-1.openfunction.dev/docs/"
117+
114118
[[params.versions]]
115119
version = "v1.0"
116120
url = "https://v1-0.openfunction.dev/docs/"

static/images/docs/en/introduction/what-is-openfunction/openfunction-0.5-architecture.svg

Lines changed: 0 additions & 287 deletions
This file was deleted.

content/en/openfunction-0.5-architecture.svg renamed to static/images/docs/en/introduction/what-is-openfunction/openfunction-architecture.svg

Lines changed: 97 additions & 93 deletions
Loading

0 commit comments

Comments
 (0)