feat(docs): update deploy (#845)

* Update deploy.md

* Update deploy.zh-CN.md
2 files changed
tree: c2d3f2fa83773eea301376cbd2b07b147914e5ac
  1. .actions/
  2. .github/
  3. .vscode/
  4. api/
  5. docs/
  6. licenses/
  7. web/
  8. .asf.yaml
  9. .dockerignore
  10. .gitignore
  11. CHANGELOG.md
  12. CHANGELOG.zh-CN.md
  13. CODE_OF_CONDUCT.md
  14. CONTRIBUTING.md
  15. Dockerfile
  16. LICENSE
  17. Makefile
  18. NOTICE
  19. README.md
  20. README.zh-CN.md
README.md

English | 简体中文

Apache APISIX Dashboard

What's Apache APISIX Dashboard

The Apache APISIX Dashboard is designed to make it as easy as possible for users to operate Apache APISIX through a frontend interface.

The Dashboard is the control plane and performs all parameter checks; Apache APISIX mixes data and control planes and will evolve to a pure data plane.

This project includes manager-api, which will gradually replace admin-api in Apache APISIX.

Note: Currently the Dashboard does not have complete coverage of Apache APISIX features, visit here to view the milestones.

architecture

Project structure

.
├── CHANGELOG.md
├── CHANGELOG.zh-CN.md
├── CODE_OF_CONDUCT.md
├── CONTRIBUTING.md
├── Dockerfile
├── LICENSE
├── Makefile
├── NOTICE
├── README.md
├── README.zh-CN.md
├── api
├── docs
├── licenses
└── web
  1. The api directory is used to store the manager-api source codes, which is used to manage etcd and provide APIs to the frontend interface.
  2. The web directory is used to store the frontend source codes.

Build then launch

Support the following ways currently.

Development

Please refer to the Development Guide.

User Guide

Please refer to the User Guide.

Contributing

Please refer to the Contribution Guide for a more detailed infomation.

FAQ

Please refer to the FAQ for more known issues.

License

Apache License 2.0