Skip to content
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
# limitations under the License.
#
-->

English | [简体中文](./README.zh-CN.md)

# Apache APISIX Dashboard
Expand All @@ -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
Expand Down Expand Up @@ -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)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down