Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 graphin.antv.vision #5

Merged
merged 3 commits into from
Nov 21, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ReactDOM.render(<App />, rootElement);
```


### Develop
### Develop

- Set npmClient

Expand Down Expand Up @@ -108,7 +108,7 @@ npm run site

### More

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