This is an automated email from the ASF dual-hosted git repository.
dingtao pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ozhera-site.git
from b2213fd Merge pull request #14 from renqingfu1/main
add 1d38b5a feat: add ASF links and footer
add 8cee03b refactor: 重构home页主题
add 7267fe6 refactor:重构home页面ing
add 0830ad2 style:home页样式调整
add b025269 fix: 修复customizeOzHera和customizeFeatures组件props类型&调整样式
new 79be7c4 Merge pull request #16 from renqingfu1/main
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.vitepress/config.mts | 50 +++++---
.vitepress/configs/en/index.mts | 2 +-
.vitepress/configs/en/nav.mts | 34 +++++
.vitepress/configs/zh/nav.mts | 34 +++++
.vitepress/theme/Layout.vue | 109 ++++++++++++++--
.vitepress/theme/NotFound.vue | 100 +++++++++++++++
.vitepress/theme/components/CustomizeFeatures.vue | 129 +++++++++++++++++++
.vitepress/theme/components/CustomizeOzHera.vue | 137 +++++++++++++++++++++
.vitepress/theme/components/Home.vue | 20 ++-
.vitepress/theme/components/HomeHero.vue | 37 +++---
.vitepress/theme/components/VPContent.vue | 109 ++++++++++++++++
.vitepress/theme/components/VPFooter.vue | 62 ++++++++++
.vitepress/theme/components/VPHome.vue | 23 ++++
.../theme/components/VPHomeContent.vue | 0
.vitepress/theme/composables/langs.ts | 51 ++++++++
.vitepress/theme/composables/sidebar.ts | 49 ++++++++
.vitepress/theme/index.ts | 3 +-
.vitepress/theme/styles/components/footer.css | 18 +++
.vitepress/theme/styles/index.css | 1 +
.vitepress/theme/support/utils.ts | 3 +
src/en/index.md | 64 ++++++----
src/public/images/apache/incubator.svg | 25 ++++
src/public/images/icon/feature-ai.svg | 1 +
src/public/images/icon/feature-architecture.svg | 1 +
src/public/images/icon/feature-cloudNative.svg | 1 +
src/public/images/icon/feature-costEffective.svg | 1 +
src/public/images/icon/feature-observability.svg | 1 +
src/public/images/icon/feature-preciseAlerting.svg | 1 +
src/public/images/logo.png | Bin 0 -> 31931 bytes
src/zh/guide/introduction.md | 21 ++--
src/zh/index.md | 62 ++++++----
31 files changed, 1039 insertions(+), 110 deletions(-)
create mode 100644 .vitepress/theme/NotFound.vue
create mode 100644 .vitepress/theme/components/CustomizeFeatures.vue
create mode 100644 .vitepress/theme/components/CustomizeOzHera.vue
create mode 100644 .vitepress/theme/components/VPContent.vue
create mode 100644 .vitepress/theme/components/VPFooter.vue
create mode 100644 .vitepress/theme/components/VPHome.vue
copy src/public/images/tpclogin/.gitkeep =>
.vitepress/theme/components/VPHomeContent.vue (100%)
create mode 100644 .vitepress/theme/composables/langs.ts
create mode 100644 .vitepress/theme/composables/sidebar.ts
create mode 100644 .vitepress/theme/styles/components/footer.css
create mode 100644 .vitepress/theme/support/utils.ts
create mode 100644 src/public/images/apache/incubator.svg
create mode 100644 src/public/images/icon/feature-ai.svg
create mode 100644 src/public/images/icon/feature-architecture.svg
create mode 100644 src/public/images/icon/feature-cloudNative.svg
create mode 100644 src/public/images/icon/feature-costEffective.svg
create mode 100644 src/public/images/icon/feature-observability.svg
create mode 100644 src/public/images/icon/feature-preciseAlerting.svg
create mode 100644 src/public/images/logo.png
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]