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 87f7747 Merge branch 'master' into v2.0
add c97448d feat: separate build and run to 2 scripts (#600)
No new revisions were added by this update.
Summary of changes:
.../entry.sh => api/build-tools/schema-sync.sh | 31 ++++++++----------
api/{README.md => build.sh} | 17 ++++++----
api/run.sh | 37 ----------------------
docs/deploy.md | 10 ++++--
docs/deploy.zh-CN.md | 10 ++++--
docs/develop.md | 16 +++++++++-
docs/develop.zh-CN.md | 16 +++++++++-
7 files changed, 71 insertions(+), 66 deletions(-)
copy compose/manager_conf/entry.sh => api/build-tools/schema-sync.sh (64%)
copy api/{README.md => build.sh} (73%)
mode change 100644 => 100755