This is an automated email from the ASF dual-hosted git repository. djwang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry-site.git
commit b12ee2826714d8fa689f63de4bd0b01cfa15b169 Author: Dianjin Wang <[email protected]> AuthorDate: Thu Nov 21 15:01:48 2024 +0800 address the feedback --- ...udberry-database-enters-the-apache-incubator.md | 4 +++- docusaurus.config.ts | 11 +++-------- static/img/blog/202411-ASF-Incubator.jpeg | Bin 75607 -> 76819 bytes ...loudberry-database-enters-apache-incubator.jpeg | Bin 930094 -> 967976 bytes 4 files changed, 6 insertions(+), 9 deletions(-) diff --git a/blog/2024-11-20-cloudberry-database-enters-the-apache-incubator.md b/blog/2024-11-20-cloudberry-database-enters-the-apache-incubator.md index 95e012b..aafeaff 100644 --- a/blog/2024-11-20-cloudberry-database-enters-the-apache-incubator.md +++ b/blog/2024-11-20-cloudberry-database-enters-the-apache-incubator.md @@ -64,7 +64,9 @@ You can find us as follows: - Visit the website: [https://cloudberry.apache.org](https://cloudberry.apache.org) - Follow us on GitHub: [https://github.com/apache/cloudberry](https://github.com/apache/cloudberry) - Join Slack workspace: [https://apache-cloudberry.slack.com](https://apache-cloudberry.slack.com) -- Subscribe to the dev mailing list: [[email protected]](mailto:[email protected]) +- Dev mailing list: + * To subscribe to dev mailing list: Send an email to [email protected] + * To browse past dev mailing list discussions: https://lists.apache.org/[email protected] [^1]: https://lists.apache.org/thread/qzfb38dzb1x3cg29snq4doy95gd6pzy8 [^2]: https://investors.broadcom.com/news-releases/news-release-details/broadcom-completes-acquisition-vmware diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 6368d9c..31cdd0e 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -205,7 +205,7 @@ const config: Config = { items: [ { label: "GitHub Issues", - href: "https://github.com/cloudberrydb/cloudberrydb/issues", + href: "https://github.com/apache/cloudberry/issues", }, { label: "GitHub Discussions", @@ -221,7 +221,7 @@ const config: Config = { }, { label: "Youtube", - href: "https://youtube.com/@cloudberrydb", + href: "https://youtube.com/@ApacheCloudberry", }, { label: "Security", @@ -234,7 +234,7 @@ const config: Config = { items: [ { label: "Download", - href: "https://github.com/cloudberrydb/cloudberrydb/releases", + href: "https://github.com/apache/cloudberry/releases", }, { label: "Documentation", @@ -281,11 +281,6 @@ const config: Config = { theme: prismThemes.github, darkTheme: prismThemes.dracula, }, - // algolia: { - // appId: "GHWUNOM15G", - // apiKey: "0dc1117a5a8d029a60ac5245da2afd91", - // indexName: "cloudberrydb", - // }, } satisfies Preset.ThemeConfig, }; diff --git a/static/img/blog/202411-ASF-Incubator.jpeg b/static/img/blog/202411-ASF-Incubator.jpeg index 39a2d82..556538f 100644 Binary files a/static/img/blog/202411-ASF-Incubator.jpeg and b/static/img/blog/202411-ASF-Incubator.jpeg differ diff --git a/static/img/blog/cloudberry-database-enters-apache-incubator.jpeg b/static/img/blog/cloudberry-database-enters-apache-incubator.jpeg index f2a4d04..8076459 100644 Binary files a/static/img/blog/cloudberry-database-enters-apache-incubator.jpeg and b/static/img/blog/cloudberry-database-enters-apache-incubator.jpeg differ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
