Skip to content

Commit

Permalink
docs: add eco to site (#5805)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Nov 16, 2023
1 parent ab56e48 commit bedcec9
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@ If all goes well, you can get the following lovely bar chart!

## 🌍 Ecosystem

- [g2-react](https://github.com/pearmini/g2-react) - G2 的轻量级 React 组件,没有额外特性。
- [g2-extensions](https://github.com/antvis/g2-extensions) - G2 的一系列插件库,包含 3D 和智能可视化等。
- [ant-design-charts](https://github.com/ant-design/ant-design-charts) - React 图表库,基于 [G2](https://github.com/antvis/G2), [G6](https://github.com/antvis/G6), [X6](https://github.com/antvis/X6), [L7Plot](https://github.com/antvis/L7Plot).
- [更多...](https://github.com/antvis/G2/discussions/5772)
- [g2-react](https://github.com/pearmini/g2-react) - The lightweight React component for G2, without extra features.
- [g2-extensions](https://github.com/antvis/g2-extensions) - The one-stop shop for official G2 extensions, such as 3d visualization, automated visual analytics, etc.
- [ant-design-charts](https://github.com/ant-design/ant-design-charts) - The React chart library, based on [G2](https://github.com/antvis/G2), [G6](https://github.com/antvis/G6), [X6](https://github.com/antvis/X6), [L7Plot](https://github.com/antvis/L7Plot).
- [More...](https://github.com/antvis/G2/discussions/5772)



## 📮 Contributing

Expand Down
8 changes: 4 additions & 4 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,10 @@ chart.render();

## 🌍 生态

- [g2-react](https://github.com/pearmini/g2-react) - The lightweight React component for G2, without extra features.
- [g2-extensions](https://github.com/antvis/g2-extensions) - The one-stop shop for official G2 extensions, such as 3d visualization, automated visual analytics, etc.
- [ant-design-charts](https://github.com/ant-design/ant-design-charts) - The React chart library, based on [G2](https://github.com/antvis/G2), [G6](https://github.com/antvis/G6), [X6](https://github.com/antvis/X6), [L7Plot](https://github.com/antvis/L7Plot).
- [More...](https://github.com/antvis/G2/discussions/5772)
- [g2-react](https://github.com/pearmini/g2-react) - G2 的轻量级 React 组件,没有额外特性。
- [g2-extensions](https://github.com/antvis/g2-extensions) - G2 的一系列插件库,包含 3D 和智能可视化等。
- [ant-design-charts](https://github.com/ant-design/ant-design-charts) - React 图表库,基于 [G2](https://github.com/antvis/G2), [G6](https://github.com/antvis/G6), [X6](https://github.com/antvis/X6), [L7Plot](https://github.com/antvis/L7Plot).
- [更多...](https://github.com/antvis/G2/discussions/5772)

## 📮 参与贡献

Expand Down
20 changes: 17 additions & 3 deletions site/.dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,24 @@ export default defineConfig({
// 头部的菜单中的「周边生态」
{
name: {
zh: 'G2Plot',
en: 'G2Plot (A charting library)',
zh: 'g2-react',
en: 'g2-react',
},
url: 'https://g2plot.antv.antgroup.com/',
url: 'https://github.com/pearmini/g2-react',
},
{
name: {
zh: 'g2-extensions',
en: 'g2-extensions',
},
url: 'https://github.com/antvis/g2-extensions',
},
{
name: {
zh: 'ant-design-charts',
en: 'ant-design-charts',
},
url: 'https://github.com/ant-design/ant-design-charts',
},
],
docs: [
Expand Down

0 comments on commit bedcec9

Please sign in to comment.