From 958bc5162934d851b2380a59f6f11b9f04c0ad7b Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 24 Nov 2019 13:09:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=94=97=20fix=20antv.alipay.com=20?= =?UTF-8?q?to=20new=20antv.vision?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/react/recommendation.en-US.md | 2 +- docs/react/recommendation.zh-CN.md | 2 +- docs/spec/visual.en-US.md | 18 +++++++++--------- docs/spec/visual.zh-CN.md | 18 +++++++++--------- site/theme/template/Home/Page2.jsx | 2 +- site/theme/template/Layout/Footer.jsx | 2 +- 6 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/react/recommendation.en-US.md b/docs/react/recommendation.en-US.md index 59e039756c..f6b132200a 100644 --- a/docs/react/recommendation.en-US.md +++ b/docs/react/recommendation.en-US.md @@ -7,7 +7,7 @@ title: Third-Party Libraries | Category | Recommended Components | | --- | --- | -| Visualization and charts | [🔥 AntV 数据可视化解决方案](https://antv.vision) [BizCharts](https://github.com/alibaba/BizCharts) [recharts](https://github.com/recharts/recharts/) [viser](https://viserjs.github.io/) | +| Visualization and charts | [AntV Data Visualization](https://antv.vision/en) [🔥 AntV Charting Library](https://g2plot.vision/en) [BizCharts](https://github.com/alibaba/BizCharts) [recharts](https://github.com/recharts/recharts/) [viser](https://viserjs.github.io/) | | Router | [react-router](https://github.com/ReactTraining/react-router) | | Layout | [@rebass/grid](https://github.com/rebassjs/grid) [react-blocks](http://whoisandy.github.io/react-blocks/) [react-flexbox-grid](https://github.com/roylee0704/react-flexbox-grid) | | Drag and drop | [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd/) [react-dnd](https://github.com/gaearon/react-dnd) [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) | diff --git a/docs/react/recommendation.zh-CN.md b/docs/react/recommendation.zh-CN.md index 6f71d84954..31fe3a42d7 100644 --- a/docs/react/recommendation.zh-CN.md +++ b/docs/react/recommendation.zh-CN.md @@ -7,7 +7,7 @@ title: 社区精选组件 | 类型 | 推荐组件 | | --- | --- | -| 可视化图表 | [🔥 AntV 数据可视化解决方案](https://antv.vision) [BizCharts](https://github.com/alibaba/BizCharts) [recharts](https://github.com/recharts/recharts/) [viser](https://viserjs.github.io/) | +| 可视化图表 | [AntV 数据可视化解决方案](https://antv.vision/zh) [🔥 AntV 图表库](https://g2plot.vision/zh) [BizCharts](https://github.com/alibaba/BizCharts) [recharts](https://github.com/recharts/recharts/) [viser](https://viserjs.github.io/) | | 路由 | [react-router](https://github.com/ReactTraining/react-router) | | 布局 | [@rebass/grid](https://github.com/rebassjs/grid) [react-blocks](https://github.com/whoisandy/react-blocks) [react-flexbox-grid](https://github.com/roylee0704/react-flexbox-grid) | | 拖拽 | [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd/) [react-dnd](https://github.com/gaearon/react-dnd) [react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) | diff --git a/docs/spec/visual.en-US.md b/docs/spec/visual.en-US.md index 0af4634b7c..252a2529ac 100644 --- a/docs/spec/visual.en-US.md +++ b/docs/spec/visual.en-US.md @@ -11,16 +11,16 @@ At the same time, this is a dynamically updated design document, your reading an We provide comprehensive design principles & guidelines and design resource files (Sketch), as well as a complete graphical usage note to help users quickly understand charts and design high quality visualization charts. -- [Design Principles](https://antv.alipay.com/zh-cn/vis/design/color.html) -- [Design Resources](https://antv.alipay.com/en-us/vis/resource/index.html) -- [chart usage](https://antv.alipay.com/zh-cn/vis/chart/index.html) +- [Design Principles](https://antv.vision/zh/docs/specification/principles/basic) +- [Design Resources](https://antv.vision/zh/docs/specification/resources) +- [Charts Usage](https://antv-2018.alipay.com/zh-cn/vis/chart/index.html) ## Front end implementation -We encapsulate a set of AntV component libraries based on native JavaScript, which includes a high-interaction base chart library G2, a chart library G6 focusing on process and relationship analysis, a chart library F2 for mobile applications, and other frameworks in the community. Implementation version. +We encapsulate a set of AntV component libraries based on native JavaScript, which includes a high-interaction base chart library G2Plot, a chart library G6 focusing on process and relationship analysis, a chart library F2 for mobile applications, and other frameworks in the community. Implementation version. -- [G2 (official implementation)](https://antv.alipay.com/zh-cn/g2/3.x/index.html) -- [G6 (official implementation)](https://antv.alipay.com/zh-cn/g6/1.x/index.html) -- [F2 (official implementation)](https://antv.alipay.com/zh-cn/f2/3.x/index.html) -- [BizCharts (React)](https://alibaba.github.io/BizCharts/) -- [Viser (React / Vue / Angular)](https://viserjs.github.io/) +- [G2: Grammar of Graphics](https://g2.antv.vision/en) +- [G2Plot: a charting library](https://g2plot.antv.vision/en) 🔥 +- [G6: Graph Visualization Framework](https://g6.antv.vision/en) +- [F2: Mobile Charts](https://f2.antv.vision/en) +- [L7: Geospatial Visualization Analysis](https://l7.antv.vision/en) diff --git a/docs/spec/visual.zh-CN.md b/docs/spec/visual.zh-CN.md index 2b94db7751..b29ef2a35e 100644 --- a/docs/spec/visual.zh-CN.md +++ b/docs/spec/visual.zh-CN.md @@ -11,16 +11,16 @@ title: 可视化 我们提供完善的设计原则 & 指引和设计资源文件(Sketch),此外还提供了一份完整的图表用法说明,来帮助用户快速理解图表并设计出高质量的可视化图表。 -- [设计原则](https://antv.alipay.com/zh-cn/vis/design/color.html) -- [设计资源](https://antv.alipay.com/zh-cn/vis/resource/index.html) -- [图表用法](https://antv.alipay.com/zh-cn/vis/chart/index.html) +- [设计原则](https://antv.vision/zh/docs/specification/principles/basic) +- [设计资源](https://antv.vision/zh/docs/specification/resources) +- [图表用法](https://antv-2018.alipay.com/zh-cn/vis/chart/index.html) ## 前端实现 -我们基于原生 JavaScipt 封装了一套 AntV 的组件库,其包含高交互基础图表库 G2,专注解决流程与关系分析的图表库 G6,适于移动端应用的图表库 F2 等,也欢迎社区其他框架的实现版本。 +我们基于原生 JavaScipt 封装了一套 AntV 的组件库,其包含高交互基础图表库 G2Plot,专注解决流程与关系分析的图表库 G6,适于移动端应用的图表库 F2 等,也欢迎社区其他框架的实现版本。 -- [G2(官方实现)](https://antv.alipay.com/zh-cn/g2/3.x/index.html) -- [G6(官方实现)](https://antv.alipay.com/zh-cn/g6/1.x/index.html) -- [F2(官方实现)](https://antv.alipay.com/zh-cn/f2/3.x/index.html) -- [BizCharts (React)](https://alibaba.github.io/BizCharts/) -- [Viser (React / Vue / Angular)](https://viserjs.github.io/) +- [G2 可视化引擎](https://g2.antv.vision/zh) +- [G2Plot 开箱即用的图表库](https://g2plot.antv.vision/zh) 🔥 +- [G6 图可视化引擎](https://g6.antv.vision/zh) +- [F2 移动端可视化方案](https://f2.antv.vision/zh) +- [L7 地理空间数据可视分析引擎](https://l7.antv.vision/zh) diff --git a/site/theme/template/Home/Page2.jsx b/site/theme/template/Home/Page2.jsx index d934a28ce1..86b63b5540 100644 --- a/site/theme/template/Home/Page2.jsx +++ b/site/theme/template/Home/Page2.jsx @@ -28,7 +28,7 @@ const page2Data = [ img: 'https://gw.alipayobjects.com/zos/rmsportal/slVtnOCcgeAcLEPwtewY.svg', name: 'AntV', slogan: , - link: 'https://antv.alipay.com/zh-cn/index.html', + link: 'https://antv.vision', }, { img: 'https://gw.alipayobjects.com/zos/rmsportal/EAHlyTmYeDtTkZIPbUnP.svg', diff --git a/site/theme/template/Layout/Footer.jsx b/site/theme/template/Layout/Footer.jsx index 2e240be3be..7d4fb19a84 100644 --- a/site/theme/template/Layout/Footer.jsx +++ b/site/theme/template/Layout/Footer.jsx @@ -265,7 +265,7 @@ class Footer extends React.Component { /> ), title: 'AntV', - url: 'https://antv.alipay.com', + url: 'https://antv.vision', description: , openExternal: true, },