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 ccc43823f32098760382ac10635855f29840f31d Author: Dianjin Wang <[email protected]> AuthorDate: Thu Nov 28 16:16:46 2024 +0800 Update docusaurus configuration --- docusaurus.config.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 31cdd0e1..3f8cfacd 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -3,7 +3,7 @@ import type { Config } from "@docusaurus/types"; import { themes as prismThemes } from "prism-react-renderer"; const config: Config = { title: "Apache Cloudberry (Incubating)", - tagline: "One advanced and mature open-source MPP (Massively Parallel Processing) databases available.", + tagline: "One advanced and mature open-source MPP (Massively Parallel Processing) database. Open source alternative to Greenplum Database.", favicon: "/img/favicon.ico", url: "https://cloudberry.apache.org", baseUrl: "/", @@ -244,10 +244,6 @@ const config: Config = { label: "Events", to: "/community/events", }, - { - label: "Code of Conduct", - href: "/community/coc", - }, { label: "Brand Guidelines", href: "/community/brand", --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
