This is an automated email from the ASF dual-hosted git repository.
imbajin pushed a change to branch cx-oink-1-migration
in repository https://gitbox.apache.org/repos/asf/hugegraph-doc.git
from afd07c8e3 docs: add OINK migration visuals
add aabe9c55a feat(site): finalize OINK migration preview
No new revisions were added by this update.
Summary of changes:
.github/workflows/hugo.yml | 6 +-
assets/scss/_styles_project.scss | 209 ++++++++++++++++++++++++++++++++++-
content/cn/community/_index.md | 8 +-
content/en/community/_index.md | 6 +-
data/footer/cn.yaml | 41 ++-----
data/footer/en.yaml | 41 ++-----
data/home/cn.yaml | 78 ++++++++++---
data/home/en.yaml | 80 +++++++++++---
data/landing/community/cn.yaml | 40 +++++++
data/landing/community/en.yaml | 42 +++++++
dist/url-contract.json | 3 +-
hugo.yaml | 6 +-
layouts/_partials/footer.html | 45 ++++++++
scripts/test_validate_site_output.py | 4 +-
scripts/test_versioning.py | 72 +++++++++---
scripts/versioning.py | 18 +--
16 files changed, 554 insertions(+), 145 deletions(-)
create mode 100644 data/landing/community/cn.yaml
create mode 100644 data/landing/community/en.yaml
create mode 100644 layouts/_partials/footer.html