This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch v2.0
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git.
from a539f48 fix: double scroll bar in plugin page (#801)
add 6dae80b feat(docs): improve README & Deploy (#785)
No new revisions were added by this update.
Summary of changes:
.github/workflows/frontend-e2e-test.yml | 6 +-
CHANGELOG.md | 6 +-
README.md | 98 +++++++++++-----------------
README.zh-CN.md | 94 +++++++++++----------------
api/conf/conf.yaml | 24 +++----
docs/FAQ.md | 56 ++++++++++++++++
docs/FAQ.zh-CN.md | 56 ++++++++++++++++
docs/deploy-with-docker.md | 59 +++++++++++------
docs/deploy-with-docker.zh-CN.md | 59 +++++++++++------
docs/deploy.md | 111 +++++++++++---------------------
docs/deploy.zh-CN.md | 106 ++++++++++--------------------
docs/develop.md | 82 +++++++----------------
docs/develop.zh-CN.md | 83 +++++++-----------------
docs/examples/docker-conf-example.yaml | 36 -----------
docs/images/architecture.png | Bin 0 -> 162681 bytes
web/src/pages/Route/transform.ts | 2 +-
16 files changed, 399 insertions(+), 479 deletions(-)
create mode 100644 docs/FAQ.md
create mode 100644 docs/FAQ.zh-CN.md
delete mode 100644 docs/examples/docker-conf-example.yaml
create mode 100644 docs/images/architecture.png