This is an automated email from the ASF dual-hosted git repository. dingtao pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/ozhera-site.git
commit 79be7c42ce16a3e9a1ee776f1653ecf0f2b9d01b Merge: b2213fd b025269 Author: EricDing <[email protected]> AuthorDate: Tue Nov 12 09:44:37 2024 +0800 Merge pull request #16 from renqingfu1/main Updated the homepage, footer, and ASF links. .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 ++++ .vitepress/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(-) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
