This is an automated email from the ASF dual-hosted git repository.
luzhijing pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 0ea71959f11 [feat] update apache security (#387)
0ea71959f11 is described below
commit 0ea71959f11e515747ef12e551987ac25d459c07
Author: velodb-Linjiang <[email protected]>
AuthorDate: Tue Jan 9 14:20:44 2024 +0800
[feat] update apache security (#387)
Co-authored-by: jeffrey <[email protected]>
---
docusaurus.config.js | 6 +++++-
src/pages/index.tsx | 5 +++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 2c61f606d58..869e405ac1b 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -135,7 +135,7 @@ const config = {
],
},
],
-
+
async function tailwindcssPlugin(context, options) {
return {
name: 'docusaurus-tailwindcss',
@@ -310,6 +310,10 @@ const config = {
label: 'Privacy',
href:
'https://privacy.apache.org/policies/privacy-policy-public.html',
},
+ {
+ label: 'Security',
+ href: 'https://www.apache.org/security/',
+ },
{
label: 'Thanks',
href:
'https://www.apache.org/foundation/thanks.html',
diff --git a/src/pages/index.tsx b/src/pages/index.tsx
index 08dcdb3e91f..38dc8d341a5 100644
--- a/src/pages/index.tsx
+++ b/src/pages/index.tsx
@@ -60,6 +60,11 @@ export default function Home(): JSX.Element {
link: '/docs/get-starting/what-is-apache-doris',
type: 'ghost',
},
+ {
+ label: <Translate id="homepage.banner.button2">Slack</Translate>,
+ link:
'https://join.slack.com/t/apachedoriscommunity/shared_invite/zt-28il1o2wk-DD6LsLOz3v4aD92Mu0S0aQ',
+ type: 'ghost',
+ },
];
const banner = {
title: (
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]