Skip to content

Commit

Permalink
fix: 增加群二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
baizn committed Mar 20, 2020
1 parent c027ee6 commit 241b5ef
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 5 deletions.
6 changes: 4 additions & 2 deletions docs/manual/introduction.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*dsXsSpgynmUAAAAAAAAAAABkARQnAQ' width=400>
<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*hzfaSrAj0jkAAAAAAAAAAABkARQnAQ' width=400>

<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*7uu-T7kp6uUAAAAAAAAAAABkARQnAQ' width=400>

## How to Contribute

Expand Down
14 changes: 11 additions & 3 deletions docs/manual/introduction.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

## 快速上手

Expand Down Expand Up @@ -106,13 +107,20 @@ graph.render();

- <a href='https://github.com/guozhaolong/wfd' target='_blank'>基于 G6 和 React 的可视化流程编辑器 - Workflow Designer</a>;
- <a href='https://github.com/caoyu48/vue-g6-editor' target='_blank'>基于 G6 和 Vue 的可视化编辑器</a>[]()
- <a href='https://github.com/OXOYO/X-Flowchart-Vue' target='_blank'>基于 G6 和 Vue 的可视化图形编辑器 - A visual graph editor based on G6 and Vue</a>。
- <a href='https://github.com/OXOYO/X-Flowchart-Vue' target='_blank'>基于 G6 和 Vue 的可视化图形编辑器 - A visual graph editor based on G6 and Vue</a>;
- <a href='https://github.com/lusess123/web-pdm' target='_blank'>基于 G6 和 React 实现的 ER 图编辑器</a>;

## G6 图可视化交流群

欢迎各界 G6 使用者、图可视化爱好者加入 **G6 图可视化交流群**(钉钉群,使用钉钉扫一扫加入)讨论与交流。
欢迎各界 G6 使用者、图可视化爱好者加入 **G6 图可视化交流群****G6 图可视化交流二群**(钉钉群,使用钉钉扫一扫加入)讨论与交流。

<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*dsXsSpgynmUAAAAAAAAAAABkARQnAQ' width=400>
> **G6 图可视化交流群** 已满员,该群会不定期移除不活跃的成员。
> 由于值班同学的时间和精力有限,**G6 图可视化交流二群** 中的问题我们会不定期回复。欢迎对 G6 感兴趣的同学加入到答疑中来,非常感谢!
<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*hzfaSrAj0jkAAAAAAAAAAABkARQnAQ' width=400>

<img src='https://gw.alipayobjects.com/mdn/rms_f8c6a0/afts/img/A*7uu-T7kp6uUAAAAAAAAAAABkARQnAQ' width=400>

## 如何贡献

Expand Down
1 change: 1 addition & 0 deletions site/locale.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
16 changes: 16 additions & 0 deletions site/pages/index.zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<>
<SEO title={t('G6 图可视化引擎')} titleSuffix="AntV" lang={i18n.language} />
<Banner
notifications={insNotifications}
coverImage={coverImage}
title={t('G6 图可视化引擎')}
description={t(
Expand Down

0 comments on commit 241b5ef

Please sign in to comment.