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

Commit

Permalink
Change api doc link and delete gif file (#149)
Browse files Browse the repository at this point in the history
* add 0.2.0 api doc link and new gif link

* delete gif file
  • Loading branch information
Abner committed Jul 22, 2020
1 parent af288c6 commit d8ef353
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 8 deletions.
Binary file removed .github/example/object-example.gif
Binary file not shown.
Binary file removed .github/preview.gif
Binary file not shown.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Click [here](./docs/site/en/quickstart) to set up a basic Phantoscope applicatio
<a href="#api"></a>
## API reference

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

<a href="#contributing"></a>
## Contributing
Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ phantoscope_mongo_1 docker-entrypoint.sh mongod Up 0.0.0.0:27017->2

## API 参考

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

## 贡献者指南

Expand Down
2 changes: 1 addition & 1 deletion docs/site/en/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ docker run -d -e API_URL=http://$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/pre
```
Open 127.0.0.1:8000 with browser

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


## Use curl to import an image
Expand Down
2 changes: 1 addition & 1 deletion docs/site/en/tutorials/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $ docker run -d -e API_URL=$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.
Open http://127.0.0.1:8000 with a Web browser to view the interface of Phantoscope Preview.


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



Expand Down
4 changes: 2 additions & 2 deletions docs/site/zh-CN/examples/object.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,6 @@ $ curl --location --request POST ${LOCAL_ADDRESS}':5000/v1/application/object_ex

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

> 本文所使用 API 详见 [API 文档](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.1.0)
> 本文所使用 API 详见 [API 文档](https://app.swaggerhub.com/apis-docs/phantoscope/Phantoscope/0.2.0)
2 changes: 1 addition & 1 deletion docs/site/zh-CN/quickstart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ $ python3 scripts/load_data.py -s $LOCAL_ADDRESS:5000 -a example_app -p example_
$ docker run -d -e API_URL=http://$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.2.0
```
浏览器打开 127.0.0.1:8000
![Phantoscope Preview 演示图](../../../../.github/preview.gif)
![Phantoscope Preview 演示图](https://live.staticflickr.com/65535/50140138947_2801b030df_o.gif)



Expand Down
2 changes: 1 addition & 1 deletion docs/site/zh-CN/tutorials/preview.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ docker run -d -e API_URL=$LOCAL_ADDRESS:5000 -p 8000:80 phantoscope/preview:0.
浏览器打开 http://127.0.0.1:8000 即可看到 Preview 界面。


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



Expand Down

0 comments on commit d8ef353

Please sign in to comment.