Skip to content

Commit

Permalink
feat: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zxc0328 committed Nov 21, 2019
2 parents 45bc828 + 72ec833 commit 0f7ed74
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ npm run site

### More Info

- [Introduction to Graphin](https://antv.vision/graphin/en/docs/manual/introduction)
- [Getting started](https://antv.vision/graphin/en/docs/manual/getting-started)
- [API documentation](https://antv.vision/graphin/en/docs/api/graphin)
- [GraphinStudio](https://antv.vision/graphin/en/GraphinStudio)
- [Introduction to Graphin](https://graphin.antv.vision/zh/docs/manual/introduction)
- [Getting started](https://graphin.antv.vision/zh/docs/manual/getting-started)
- [API documentation](https://graphin.antv.vision/zh/docs/api/graphin)
- [GraphinStudio](https://graphin.antv.vision/zh/GraphinStudio)
2 changes: 1 addition & 1 deletion packages/graphin-site/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ module.exports = {
resolve: '@antv/gatsby-theme-antv',
options: {
GATrackingId: `UA-148148901-8`,
pathPrefix: '/graphin',
},
},
],
// Customize your site metadata:
siteMetadata: {
title: 'Graphin',
description: 'the react toolkit for graph analysis based on g6',
siteUrl: 'https://graphin.antv.vision',
githubUrl: repository.url,
navs: [
{
Expand Down
4 changes: 2 additions & 2 deletions packages/graphin-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"url": "https://github.com/antvis/graphin"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "^0.9.69",
"@antv/gatsby-theme-antv": "^0.9.92",
"gatsby": "^2.17.7",
"gh-pages": "^2.1.1"
},
Expand All @@ -28,4 +28,4 @@
"react": "^16.11.0",
"react-i18next": "^11.0.1"
}
}
}
4 changes: 2 additions & 2 deletions packages/graphin/README-cn.ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ ReactDOM.render(<App />, rootElement);

## 文档

请参考 [Graphin 文档](https://antvis.github.io/graphin/zh/)
请参考 [Graphin 文档](https://graphin.antv.vision/zh/)


## APIs

请参考[Graphin API 文档](https://antvis.github.io/graphin/zh/docs/api/graphin)
请参考[Graphin API 文档](https://graphin.antv.vision/zh/docs/api/graphin)
4 changes: 2 additions & 2 deletions packages/graphin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ ReactDOM.render(<App />, rootElement);

## Docs

Please refer to [Graphin doc site](https://antvis.github.io/graphin/zh/)
Please refer to [Graphin doc site](https://graphin.antv.vision/zh/)


## APIs

Please refer to [Graphin doc site for API](https://antvis.github.io/graphin/zh/docs/api/graphin)
Please refer to [Graphin doc site for API](https://graphin.antv.vision/zh/docs/api/graphin)

0 comments on commit 0f7ed74

Please sign in to comment.