diff --git a/README.md b/README.md index 3790dbaa3b..abc651cfe3 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ # limitations under the License. # --> + English | [简体中文](./README.zh-CN.md) # Apache APISIX Dashboard @@ -25,6 +26,7 @@ Dashboard for [Apache APISIX](https://github.com/apache/apisix) [Online demo](http://139.217.190.60/) ## User Guide + Please refer to [User Guide](./USER_GUIDE.md) ## Deploy with Docker @@ -114,4 +116,3 @@ $ yarn start 1. If you need the dashboard-1.0 which is built with Vue.js, please refer to [master-vue](https://github.com/apache/apisix-dashboard/tree/master-vue). 2. More information about the new dashboard and manager-api please refer to [here](./manager-api.md) - diff --git a/package.json b/package.json index 059a78b182..d4db220af3 100644 --- a/package.json +++ b/package.json @@ -55,7 +55,7 @@ "@ant-design/pro-layout": "^6.0.0", "@ant-design/pro-table": "2.6.3", "@api7-dashboard/plugin": "^1.0.2", - "@api7-dashboard/pluginchart": "^1.0.7", + "@api7-dashboard/pluginchart": "^1.0.8", "@api7-dashboard/ui": "^1.0.0", "@rjsf/antd": "2.2.0", "@rjsf/core": "2.2.0", diff --git a/yarn.lock b/yarn.lock index 4b99c0f85b..d29ca51fa6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -197,10 +197,10 @@ json-schema "^0.2.5" set-value "^3.0.2" -"@api7-dashboard/pluginchart@^1.0.7": - version "1.0.7" - resolved "https://registry.yarnpkg.com/@api7-dashboard/pluginchart/-/pluginchart-1.0.7.tgz#0b7dc5cabc1c0945eaf24c12b5dab4feea48368e" - integrity sha512-SMgQ8pjUkA1xE77NceSjPiVzEYSOqNVk01lnt8rjqvBfZg4uMF8HHL6/jofDcrSLsbnkB1GSTKBcRkdFrRt25w== +"@api7-dashboard/pluginchart@^1.0.8": + version "1.0.8" + resolved "https://registry.npm.taobao.org/@api7-dashboard/pluginchart/download/@api7-dashboard/pluginchart-1.0.8.tgz?cache=0&sync_timestamp=1599205139159&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40api7-dashboard%2Fpluginchart%2Fdownload%2F%40api7-dashboard%2Fpluginchart-1.0.8.tgz#4412eb632193f7e7c175b5d84b1f0d0c2d92de25" + integrity sha1-RBLrYyGT9+fBdbXYSx8NDC2S3iU= dependencies: "@ant-design/icons" "^4.2.2" "@mrblenny/react-flow-chart" "^0.0.14"