From 241b5ef2f06f0d3125fe6b5dd0f67c774b2b68e4 Mon Sep 17 00:00:00 2001 From: baizn <576375879@qq.com> Date: Fri, 20 Mar 2020 13:57:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E7=BE=A4=E4=BA=8C?= =?UTF-8?q?=E7=BB=B4=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/manual/introduction.en.md | 6 ++++-- docs/manual/introduction.zh.md | 14 +++++++++++--- site/locale.json | 1 + site/pages/index.zh.tsx | 16 ++++++++++++++++ 4 files changed, 32 insertions(+), 5 deletions(-) diff --git a/docs/manual/introduction.en.md b/docs/manual/introduction.en.md index 0549659c7ea..af2ed639fef 100644 --- a/docs/manual/introduction.en.md +++ b/docs/manual/introduction.en.md @@ -114,9 +114,11 @@ Some implementations combined with front-end libraries from the third party: ## G6 Communication Group -Users are welcome to join the **G6 Communication Group** (It is a DingTalk group). We are also welcome the github issues. +Users are welcome to join the **G6 Communication Group** or **G6 Communication Group-2** (It is a DingTalk group). We are also welcome the github issues. - + + + ## How to Contribute diff --git a/docs/manual/introduction.zh.md b/docs/manual/introduction.zh.md index bfaec4fe3e0..dd6ad6225a5 100644 --- a/docs/manual/introduction.zh.md +++ b/docs/manual/introduction.zh.md @@ -54,6 +54,7 @@ G6 作为一款专业的图可视化引擎,具有以下特性: - [G6 核心概念](/zh/docs/manual/middle/graph) - [G6 高级指引](/zh/docs/manual/advanced/keyconcept/shape-and-properties) - [API](/zh/docs/api/Graph) +- [G6 Blog](https://www.yuque.com/antv/g6-blog) ## 快速上手 @@ -106,13 +107,20 @@ graph.render(); - 基于 G6 和 React 的可视化流程编辑器 - Workflow Designer; - 基于 G6 和 Vue 的可视化编辑器[](); -- 基于 G6 和 Vue 的可视化图形编辑器 - A visual graph editor based on G6 and Vue。 +- 基于 G6 和 Vue 的可视化图形编辑器 - A visual graph editor based on G6 and Vue; +- 基于 G6 和 React 实现的 ER 图编辑器; ## G6 图可视化交流群 -欢迎各界 G6 使用者、图可视化爱好者加入 **G6 图可视化交流群**(钉钉群,使用钉钉扫一扫加入)讨论与交流。 +欢迎各界 G6 使用者、图可视化爱好者加入 **G6 图可视化交流群** 及 **G6 图可视化交流二群**(钉钉群,使用钉钉扫一扫加入)讨论与交流。 - +> **G6 图可视化交流群** 已满员,该群会不定期移除不活跃的成员。 + +> 由于值班同学的时间和精力有限,**G6 图可视化交流二群** 中的问题我们会不定期回复。欢迎对 G6 感兴趣的同学加入到答疑中来,非常感谢! + + + + ## 如何贡献 diff --git a/site/locale.json b/site/locale.json index 1a7e5bdbc61..8a29bb8cc29 100644 --- a/site/locale.json +++ b/site/locale.json @@ -8,6 +8,7 @@ "更新": "Update", "感谢信赖": "WE ARE TRUSTED BY", "专注关系,完备基建": "Dedicated & Complete", + "G6·图可视化知多少": "G6 Graph Visualization Blog", "G6 是一个专注于关系数据的、完备的图可视化引擎": "G6 is a complete graph visualization engine, which focuses on relational data", "领域深钻,顶尖方案": "Top Solution", "扎根实际具体业务场景、结合业界领先成果,沉淀顶尖解决方案": "According to practical bussiness scenarios, we found out the top solutions", diff --git a/site/pages/index.zh.tsx b/site/pages/index.zh.tsx index 747651f562e..924af64a033 100644 --- a/site/pages/index.zh.tsx +++ b/site/pages/index.zh.tsx @@ -121,10 +121,26 @@ const IndexPage = () => { }, ]; + const insNotifications = [ + { + type: t('推荐'), + title: t('欢迎进入 2020 可视化智能研发时代'), + date: '2020.01.08', + link: 'https://www.yuque.com/antv/blog/ygdubv', + }, + { + type: t('推荐'), + title: t('G6·图可视化知多少'), + date: '2020.03.23', + link: 'https://www.yuque.com/antv/g6-blog', + }, + ]; + return ( <>