Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit d8ef353

Browse files
author
Abner
authored
Change api doc link and delete gif file (#149)
* add 0.2.0 api doc link and new gif link * delete gif file
1 parent af288c6 commit d8ef353

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed

.github/example/object-example.gif

-17.5 MB
Binary file not shown.

.github/preview.gif

-22.2 MB
Binary file not shown.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ Click [here](./docs/site/en/quickstart) to set up a basic Phantoscope applicatio
116116
<a href="#api"></a>
117117
## API reference
118118

119-
Click [here](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1.0) to read our latest RESTful API reference.
119+
Click [here](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2.0) to read our latest RESTful API reference.
120120

121121
<a href="#contributing"></a>
122122
## Contributing

README_CN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ phantoscope_mongo_1 docker-entrypoint.sh mongod Up 0.0.0.0:27017->2
117117

118118
## API 参考
119119

120-
点击 [这里](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1.0) 阅读详细 RESTful API 文档。
120+
点击 [这里](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2.0) 阅读详细 RESTful API 文档。
121121

122122
## 贡献者指南
123123

docs/site/en/quickstart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ $ docker run -d -e API_URL=http://$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/pre
4444
```
4545
Open 127.0.0.1:8000 with browser
4646

47-
![Phantoscope Preview Demonstration](../../../../.github/preview.gif)
47+
![Phantoscope Preview Demonstration](https://live.staticflickr.com/65535/50140138947_2801b030df_o.gif)
4848

4949

5050
## Use curl to import an image

docs/site/en/tutorials/preview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $ docker run -d -e API_URL=$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.
1212
Open http://127.0.0.1:8000 with a Web browser to view the interface of Phantoscope Preview.
1313

1414

15-
![](../../../../.github/preview.gif)
15+
![](https://live.staticflickr.com/65535/50140138947_2801b030df_o.gif)
1616

1717

1818

docs/site/zh-CN/examples/object.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,6 @@ $ curl --location --request POST ${LOCAL_ADDRESS}':5000/v1/application/object_ex
210210

211211
3.使用 [Phantoscope Preview](https://github.com/zilliztech/phantoscope/blob/master/docs/site/zh-CN/tutorials/preview.md) 更直观地进行搜索。演示效果如下图所示:
212212
> 注意切换为 object_example 的 application。
213-
![result](/.github/example/object-example.gif)
213+
![result](https://live.staticflickr.com/65535/50140138427_45c3193fd8_o.gif)
214214

215-
> 本文所使用 API 详见 [API 文档](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1.0)
215+
> 本文所使用 API 详见 [API 文档](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2.0)

docs/site/zh-CN/quickstart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ python3 scripts/load_data.py -s $LOCAL_ADDRESS:5000 -a example_app -p example_
4646
$ docker run -d -e API_URL=http://$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.2.0
4747
```
4848
浏览器打开 127.0.0.1:8000
49-
![Phantoscope Preview 演示图](../../../../.github/preview.gif)
49+
![Phantoscope Preview 演示图](https://live.staticflickr.com/65535/50140138947_2801b030df_o.gif)
5050

5151

5252

docs/site/zh-CN/tutorials/preview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $ docker run -d -e API_URL=$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.
1111
浏览器打开 http://127.0.0.1:8000 即可看到 Preview 界面。
1212

1313

14-
![](../../../../.github/preview.gif)
14+
![](https://live.staticflickr.com/65535/50140138947_2801b030df_o.gif)
1515

1616

1717

0 commit comments

Comments
 (0)