Skip to content

Commit

Permalink
🚀 graphin.antv.vision
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Nov 21, 2019
1 parent 7eba439 commit 42d0f14
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ npm run site

### Working with documents

- [Introduction to Graphin](https://antvis.github.io/graphin/zh/docs/manual/introduction)
- [Getting started quickly](https://antvis.github.io/graphin/zh/docs/manual/getting-started)
- [API documentation](https://antvis.github.io/graphin/zh/docs/api/graphin)
- [GraphinStudio](https://antvis.github.io/graphin/zh/GraphinStudio)
- [Introduction to Graphin](https://graphin.antv.vision/zh/docs/manual/introduction)
- [Getting started quickly](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)
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ npm run site

### 使用文档

- [Graphin 简介](https://antvis.github.io/graphin/zh/docs/manual/introduction)
- [快速上手](https://antvis.github.io/graphin/zh/docs/manual/getting-started)
- [API 文档](https://antvis.github.io/graphin/zh/docs/api/graphin)
- [GraphinStudio](https://antvis.github.io/graphin/zh/GraphinStudio)
- [Graphin 简介](https://graphin.antv.vision/zh/docs/manual/introduction)
- [快速上手](https://graphin.antv.vision/zh/docs/manual/getting-started)
- [API 文档](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
2 changes: 1 addition & 1 deletion packages/graphin-site/site/pages/GraphinStudio.zh.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const IndexPage = () => {
}}
>
<iframe
src="https://antvis.github.io/graphin-studio-site/#/graphin-studio"
src="https://graphin.antv.vision-studio-site/#/graphin-studio"
title="graphin-studio"
style={{ width: '100%', height: '100%', border: 0, borderRadius: '4px', overflow: 'hidden' }}
allow="geolocation; microphone; camera; midi; vr; accelerometer; gyroscope; payment; ambient-light-sensor; encrypted-media; usb"
Expand Down
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 42d0f14

Please sign in to comment.