This is an automated email from the ASF dual-hosted git repository.
imbajin pushed a change to branch feat/oink-core-platform
in repository https://gitbox.apache.org/repos/asf/hugegraph-doc.git
from fe551ba06 fix(ci): bind aggregate artifact suffix
add ef1c47441 feat(versioning): map equivalent pages
add 924ed2903 fix(versioning): preserve equivalent page context
add 99705ab38 fix(versioning): resolve historical page routes
add 862762e09 fix(versioning): derive routes from manifest
add 68a5dbcc9 fix(versioning): keep shared routes on origin
add 9036f666d fix(docs): derive local Hugo version config
add a8994c46e fix(versioning): align live Palette routes
add 67e2e6f52 fix(docs): reject Hugo wrapper overrides
add 3adba9eeb fix(versioning): validate shared version options
No new revisions were added by this update.
Summary of changes:
.github/workflows/hugo.yml | 15 +-
README.md | 16 +-
assets/js/hugegraph-shell.js | 97 ++
contribution.md | 21 +-
data/version_routes.json | 1377 ++++++++++++++++++++++++++++
i18n/en.yaml | 1 +
layouts/_partials/actions/manifest.html | 23 +
layouts/_partials/hooks/body-end.html | 11 +
layouts/_partials/navbar.html | 17 +-
layouts/_partials/shell/sidebar-panel.html | 8 +-
layouts/_partials/version-link.html | 15 +
layouts/_partials/version-options.html | 22 +
layouts/_partials/version-target.html | 42 +
scripts/hugo.sh | 162 ++++
scripts/test_hugo_wrapper.py | 219 +++++
scripts/test_versioning.py | 497 +++++++++-
scripts/versioning.py | 635 +++++++++++--
tests/e2e/versioning.spec.js | 168 ++++
tests/e2e/workflow-contract.test.cjs | 23 +-
tests/ui-ai/ui-contract.test.cjs | 19 +
tests/ui-ai/version-manifest.test.cjs | 98 ++
tests/ui-ai/version-switch.test.cjs | 194 ++++
22 files changed, 3566 insertions(+), 114 deletions(-)
create mode 100644 data/version_routes.json
create mode 100644 i18n/en.yaml
create mode 100644 layouts/_partials/actions/manifest.html
create mode 100644 layouts/_partials/version-link.html
create mode 100644 layouts/_partials/version-options.html
create mode 100644 layouts/_partials/version-target.html
create mode 100755 scripts/hugo.sh
create mode 100644 scripts/test_hugo_wrapper.py
create mode 100644 tests/ui-ai/version-manifest.test.cjs
create mode 100644 tests/ui-ai/version-switch.test.cjs