This is an automated email from the ASF dual-hosted git repository.
leirui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb-website.git
The following commit(s) were added to refs/heads/master by this push:
new 19f2cdf use 0.9.x instead of 0.9.0
new eb07b1b Merge pull request #55 from LeiRui/1226
19f2cdf is described below
commit 19f2cdf021286ebd3c990659a1ecb141dfd3cdb4
Author: Lei Rui <[email protected]>
AuthorDate: Thu Dec 26 16:11:43 2019 +0800
use 0.9.x instead of 0.9.0
---
src/components/Global.vue | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/components/Global.vue b/src/components/Global.vue
index f6121cd..c9f0374 100644
--- a/src/components/Global.vue
+++ b/src/components/Global.vue
@@ -10,13 +10,13 @@
const DOC_URL_PREFIX =
"https://raw.githubusercontent.com/apache/incubator-iotdb/";
const DOC_ENG_PREFIX = "/docs/Documentation";
const DOC_CHN_PREFIX = "/docs/Documentation-CHN";
- const DEFAULT_VERSION = "0.9.0";
+ const DEFAULT_VERSION = "0.9.x";
const PROGRESS_STR = "progress";
const SUPPORT_VERSION = {
- "0.9.0": {
+ "0.9.x": {
"branch": "rel/0.9",
"doc-prefix": DOC_URL_PREFIX,
- 'text': "V0.9.0",
+ 'text': "V0.9.x",
'content': '0-Content.md'
},
"0.8.x": {