Browse Source

docs: 🔗 fix antv.alipay.com to new antv.vision

pull/19958/head
afc163 5 years ago
parent
commit
958bc51629
No known key found for this signature in database GPG Key ID: 5F00908D72002306
  1. 2
      docs/react/recommendation.en-US.md
  2. 2
      docs/react/recommendation.zh-CN.md
  3. 18
      docs/spec/visual.en-US.md
  4. 18
      docs/spec/visual.zh-CN.md
  5. 2
      site/theme/template/Home/Page2.jsx
  6. 2
      site/theme/template/Layout/Footer.jsx

2
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) |

2
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) |

18
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)

18
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)

2
site/theme/template/Home/Page2.jsx

@ -28,7 +28,7 @@ const page2Data = [
img: 'https://gw.alipayobjects.com/zos/rmsportal/slVtnOCcgeAcLEPwtewY.svg',
name: 'AntV',
slogan: <FormattedMessage id="app.home.product-antv-slogan" />,
link: 'https://antv.alipay.com/zh-cn/index.html',
link: 'https://antv.vision',
},
{
img: 'https://gw.alipayobjects.com/zos/rmsportal/EAHlyTmYeDtTkZIPbUnP.svg',

2
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: <FormattedMessage id="app.footer.antv.slogan" />,
openExternal: true,
},

Loading…
Cancel
Save