This is an automated email from the ASF dual-hosted git repository.
juzhiyuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git.
from 04d979a chore: add meta robots value index and follow (#469)
add 5cfe61b feat: auto fetch releases (#451)
No new revisions were added by this update.
Summary of changes:
.github/workflows/deploy.yml | 13 +-
.github/workflows/link-check.yml | 8 +-
common.js | 42 ---
scripts/common.js | 102 +++++++
link-checker.js => scripts/link-checker.js | 151 +++++-----
scripts/package.json | 12 +
scripts/sync-docs.js | 432 +++++++++++++++++++++++++++++
sync-docs.js | 243 ----------------
website/docusaurus.config.js | 12 +
website/yarn.lock | 30 ++
10 files changed, 689 insertions(+), 356 deletions(-)
delete mode 100644 common.js
create mode 100644 scripts/common.js
rename link-checker.js => scripts/link-checker.js (62%)
create mode 100644 scripts/package.json
create mode 100644 scripts/sync-docs.js
delete mode 100644 sync-docs.js