This is an automated email from the ASF dual-hosted git repository.
liujun pushed a change to branch history/next
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
from 012e80ddf67 Enhance upgrade docs for starters
add 0f5b893e921 feat: new homepage (#3028)
No new revisions were added by this update.
Summary of changes:
assets/scss/_case-studies.scss | 2 +-
assets/scss/_custom.scss | 23 +-
cn_config.toml | 2 +-
config.toml | 101 +++++--
content/en/_index.html | 309 ++++++++++----------
content/en/blog/_index.md | 2 +-
content/en/docs3-v2/_index.md | 6 +-
content/en/download/_index.md | 2 +-
content/en/overview/_index.md | 2 +-
content/en/overview/demo/_index.md | 5 +
content/zh-cn/_index.html | 344 ++++++++++------------
content/zh-cn/blog/_index.md | 2 +-
content/zh-cn/contact/_index.md | 6 +-
content/zh-cn/download/_index.md | 4 +-
content/zh-cn/github/_index.md | 8 +-
content/zh-cn/overview/demo/_index.md | 5 +
i18n/en.toml | 54 +++-
i18n/zh-cn.toml | 52 +++-
layouts/partials/footer.html | 239 +++++++++++----
layouts/partials/navbar-collapse-commuity.html | 16 +
layouts/partials/navbar-collapse-ecosystem.html | 17 ++
layouts/partials/navbar-community-selector.html | 9 +
layouts/partials/navbar-ecosystem-selector.html | 13 +-
layouts/partials/navbar-lang-selector.html | 55 +++-
layouts/partials/navbar-menu-list-mobile.html | 48 +++
layouts/partials/navbar.html | 227 +++++++++++---
layouts/shortcodes/blocks/cover.html | 152 +++++++---
layouts/shortcodes/blocks/demo-en.html | 374 ++++++++++++++++++++++++
layouts/shortcodes/blocks/demo-zh.html | 371 +++++++++++++++++++++++
static/css/language.css | 81 +++--
30 files changed, 1960 insertions(+), 571 deletions(-)
create mode 100644 content/en/overview/demo/_index.md
create mode 100644 content/zh-cn/overview/demo/_index.md
create mode 100644 layouts/partials/navbar-collapse-commuity.html
create mode 100644 layouts/partials/navbar-collapse-ecosystem.html
create mode 100755 layouts/partials/navbar-community-selector.html
create mode 100644 layouts/partials/navbar-menu-list-mobile.html
create mode 100644 layouts/shortcodes/blocks/demo-en.html
create mode 100644 layouts/shortcodes/blocks/demo-zh.html