This is an automated email from the ASF dual-hosted git repository. ckj pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-uniffle-website.git
commit c30e851022b9f68cd65d80567940352db70d3c54 Author: Kaijie Chen <[email protected]> AuthorDate: Sat Nov 12 17:40:12 2022 +0800 Add space before (Incubating) --- .asf.yaml | 2 +- blog/authors.yml | 2 +- docusaurus.config.js | 8 ++++---- download/index.md | 6 +++--- i18n/zh-CN/docusaurus-theme-classic/navbar.json | 2 +- static/.asf.yaml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.asf.yaml b/.asf.yaml index b26d8d2..f3e8eb5 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -16,7 +16,7 @@ # under the License. github: - description: "Apache Uniffle(Incubating) Website" + description: "Apache Uniffle (Incubating) Website" homepage: https://uniffle.apache.org/ features: issues: false diff --git a/blog/authors.yml b/blog/authors.yml index 61b9c3c..ca3a3f7 100644 --- a/blog/authors.yml +++ b/blog/authors.yml @@ -1,5 +1,5 @@ hulk: name: Run Lin - title: Apache Uniffle(Incubating) Founders + title: Apache Uniffle (Incubating) Founders url: https://github.com/git-hulk image_url: https://github.com/git-hulk.png diff --git a/docusaurus.config.js b/docusaurus.config.js index 7f224f1..aef58b2 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -74,9 +74,9 @@ const config = { /** @type {import('@docusaurus/preset-classic').ThemeConfig} */ ({ navbar: { - title: 'Apache Uniffle(Incubating)', + title: 'Apache Uniffle (Incubating)', logo: { - alt: 'Apache Uniffle(Incubating)', + alt: 'Apache Uniffle (Incubating)', src: 'img/uniffle-logo.png', }, items: [ @@ -152,9 +152,9 @@ const config = { }, copyright: `<div style="text-align: left;"> <div> - <p style="font-family: Avenir-Medium;font-size: 14px;color: #999;line-height: 20px;"> Apache Uniffle(Incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status i [...] + <p style="font-family: Avenir-Medium;font-size: 14px;color: #999;line-height: 20px;"> Apache Uniffle (Incubating) is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status [...] </div> - <div style="border-top: 1px solid #ccc;min-height: 60px;line-height: 20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: #999;display: flex;align-items: center;"><span>Copyright © ${new Date().getFullYear()} The Apache Software Foundation. Apache Uniffle(Incubating), Uniffle, and its feather logo are trademarks of The Apache Software Foundation.</span></div> + <div style="border-top: 1px solid #ccc;min-height: 60px;line-height: 20px;text-align: center;font-family: Avenir-Medium;font-size: 14px;color: #999;display: flex;align-items: center;"><span>Copyright © ${new Date().getFullYear()} The Apache Software Foundation. Apache Uniffle (Incubating), Uniffle, and its feather logo are trademarks of The Apache Software Foundation.</span></div> </div>`, }, prism: { diff --git a/download/index.md b/download/index.md index d750aea..83e1ebe 100644 --- a/download/index.md +++ b/download/index.md @@ -21,9 +21,9 @@ limitations under the License. {% endcomment %} --> -## Apache Uniffle(incubating) Downloads +## Apache Uniffle (Incubating) Downloads -Apache Uniffle(incubating) is released as a source artifact. +Apache Uniffle (Incubating) is released as a source artifact. We are pleased to announce our 0.6.0 release as below. @@ -42,7 +42,7 @@ We are pleased to announce our 0.6.0 release as below. </thead> <tbody> <tr> - <td>Apache Uniffle(incubating) 0.6.0 (tar.gz)</td> + <td>Apache Uniffle (Incubating) 0.6.0 (tar.gz)</td> <td><a href="https://downloads.apache.org/incubator/uniffle/0.6.0/apache-uniffle-0.6.0-incubating-src.tar.gz">tar.gz</a></td> <td><a href="https://downloads.apache.org/incubator/uniffle/0.6.0/apache-uniffle-0.6.0-incubating-src.tar.gz.sha512">SHA-512</a></td> <td><a href="https://downloads.apache.org/incubator/uniffle/0.6.0/apache-uniffle-0.6.0-incubating-src.tar.gz.asc">ASC</a></td> diff --git a/i18n/zh-CN/docusaurus-theme-classic/navbar.json b/i18n/zh-CN/docusaurus-theme-classic/navbar.json index 5cb0154..f94a162 100644 --- a/i18n/zh-CN/docusaurus-theme-classic/navbar.json +++ b/i18n/zh-CN/docusaurus-theme-classic/navbar.json @@ -1,6 +1,6 @@ { "title": { - "message": "Apache Uniffle(Incubating)", + "message": "Apache Uniffle (Incubating)", "description": "The title in the navbar" }, "item.label.Docs": { diff --git a/static/.asf.yaml b/static/.asf.yaml index 982e3b8..87e1dc1 100644 --- a/static/.asf.yaml +++ b/static/.asf.yaml @@ -16,7 +16,7 @@ # under the License. github: - description: "Apache Uniffle(Incubating) Website" + description: "Apache Uniffle (Incubating) Website" homepage: https://uniffle.apache.org/ features: issues: false
