From 2d35e28f5eafe2bf1ed26cc214e19cb582d534b7 Mon Sep 17 00:00:00 2001 From: xiangxinyong Date: Sat, 14 Mar 2020 16:16:26 +0800 Subject: [PATCH] fix some descriptions --- config.toml | 2 +- data/features/1.yaml | 2 +- data/features/2.yaml | 2 +- data/features/3.yaml | 2 +- data/features/4.yaml | 2 +- data/features/5.yaml | 2 +- data/features/6.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config.toml b/config.toml index 9f527c02..a055b584 100644 --- a/config.toml +++ b/config.toml @@ -93,7 +93,7 @@ paginate = 10 [[languages.zh.menu.main]] identifier = "community" name = "社区" - url = "/zh/docs/community.html" + url = "/zh/community.html" weight = 2 [[languages.zh.menu.main]] diff --git a/data/features/1.yaml b/data/features/1.yaml index 89d4913c..4786b769 100644 --- a/data/features/1.yaml +++ b/data/features/1.yaml @@ -1,5 +1,5 @@ weight: 1 title: "鲲鹏生态" description: > - "全球首款支持x86和Kunpeng硬件架构的数据库" + 全球首款支持鲲鹏和x86硬件架构的数据库 image: "svgs/store.svg" diff --git a/data/features/2.yaml b/data/features/2.yaml index 6800592b..e28503bd 100644 --- a/data/features/2.yaml +++ b/data/features/2.yaml @@ -1,5 +1,5 @@ weight: 2 title: "高度兼容" description: > - "兼容SQL2003标准,高度兼容业界主流商业数据库生态" + 兼容SQL2003标准,高度兼容业界主流商业数据库生态 image: "svgs/model.svg" \ No newline at end of file diff --git a/data/features/3.yaml b/data/features/3.yaml index d7a76902..7db50b92 100644 --- a/data/features/3.yaml +++ b/data/features/3.yaml @@ -1,5 +1,5 @@ weight: 3 title: "极致性能" description: > - "单机百万tpmc,典型配置下sysbench性能数据高出开源数据库30%到50%" + 单机百万tpmc,典型配置下sysbench性能数据高出开源数据库30%到50% image: "svgs/fun_define.svg" \ No newline at end of file diff --git a/data/features/4.yaml b/data/features/4.yaml index 52e6f512..eaef8fb7 100644 --- a/data/features/4.yaml +++ b/data/features/4.yaml @@ -1,5 +1,5 @@ weight: 4 title: "简单易用" description: > - "支持丰富的SQL、存储过程、自定义函数,提供丰富的API接口" + 支持丰富的SQL、存储过程、自定义函数,提供丰富的API接口 image: "svgs/nerve.svg" \ No newline at end of file diff --git a/data/features/5.yaml b/data/features/5.yaml index 7909f57a..4647e626 100644 --- a/data/features/5.yaml +++ b/data/features/5.yaml @@ -1,5 +1,5 @@ weight: 5 title: "安全可靠" description: > - "系统稳定可靠提供单机主备版本。数据误操作秒级闪回恢复,用户权限管理,多维度审计,数据无忧。全自研、安全可信、支持鲲鹏优化" + 系统稳定可靠提供单机主备版本。数据误操作秒级闪回恢复,用户权限管理,多维度审计,数据无忧 image: "svgs/sec.svg" \ No newline at end of file diff --git a/data/features/6.yaml b/data/features/6.yaml index 163af83f..14f11c22 100644 --- a/data/features/6.yaml +++ b/data/features/6.yaml @@ -1,5 +1,5 @@ weight: 6 title: "MulanPSL" description: > - "采用协议“木兰宽松许可证”(MulanPSL)" + 采用木兰宽松许可证协议(MulanPSL V2) image: "svgs/shape.svg" \ No newline at end of file -- Gitee