You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,24 @@ This repository stores all the source files of [TiDB on Kubernetes documentation
4
4
5
5
Currently, the official documentation supports two languages:
6
6
7
-
-`en`: [documentation in English](https://docs.pingcap.com/tidb-in-kubernetes/stable)
8
-
-`zh`: [documentation in Chinese](https://docs.pingcap.com/zh/tidb-in-kubernetes/stable)
7
+
-`en`: [documentation in English](https://docs.pingcap.com/tidb-in-kubernetes/stable/)
8
+
-`zh`: [documentation in Chinese](https://docs.pingcap.com/zh/tidb-in-kubernetes/stable/)
9
9
10
10
You can use Google Translate to view the documentation in different languages. For example:
11
11
12
-
-`fr`: [documentation in French](https://translate.google.com/translate?hl=en&sl=en&tl=fr&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-tidb-operator%2Fblob%2Fmaster%2Fen%2FTOC.md)
13
-
-`ja`: [documentation in Japanese](https://translate.google.com/translate?hl=en&sl=en&tl=ja&u=https://github.com/pingcap/docs-tidb-operator/blob/master/en/TOC.md)
14
-
-`ko`: [documentation in Korean](https://translate.google.com/translate?hl=en&sl=en&tl=ko&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-tidb-operator%2Fblob%2Fmaster%2Fen%2FTOC.md)
12
+
-`fr`: [documentation in French](https://translate.google.com/translate?hl=en&sl=en&tl=fr&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-tidb-operator%2Fblob%2Ffeature/v2%2Fen%2FTOC.md)
13
+
-`ja`: [documentation in Japanese](https://translate.google.com/translate?hl=en&sl=en&tl=ja&u=https://github.com/pingcap/docs-tidb-operator/blob/feature/v2/en/TOC.md)
14
+
-`ko`: [documentation in Korean](https://translate.google.com/translate?hl=en&sl=en&tl=ko&u=https%3A%2F%2Fgithub.com%2Fpingcap%2Fdocs-tidb-operator%2Fblob%2Ffeature/v2%2Fen%2FTOC.md)
15
15
16
16
## Documentation versions
17
17
18
18
Currently, we maintain the following versions for TiDB on Kubernetes documentation, each with a separate branch:
19
19
20
20
| Branch name | Version description |
21
21
| :--- | :-- |
22
-
|`master`| the latest development version for v1.x |
23
-
|`feature/v2`| the latest development version for v2.x |
22
+
|`main`| the latest development version for v2.x |
24
23
|`release-2.0`| the 2.0 version |
24
+
|`release-1.x`| the latest development version for v1.x |
0 commit comments