This is an automated email from the ASF dual-hosted git repository.
jimin pushed a commit to branch docusaurus
in repository https://gitbox.apache.org/repos/asf/incubator-seata-website.git
The following commit(s) were added to refs/heads/docusaurus by this push:
new 07f80ea60d optimize: add ASF doc ref (#747)
07f80ea60d is described below
commit 07f80ea60d3b784d9fb87b65c46dc7b5112f68ce
Author: jimin <[email protected]>
AuthorDate: Thu Jan 4 18:10:55 2024 +0800
optimize: add ASF doc ref (#747)
Signed-off-by: slievrly <[email protected]>
---
docusaurus.config.js | 42 ++++++++++++++++++++++++++++++++++++++++++
1 file changed, 42 insertions(+)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 382bbf3029..e599c54bb4 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -184,6 +184,48 @@ const config = {
position: 'right',
target: '_blank',
},
+ {
+ label: 'ASF',
+ type: 'dropdown',
+ position: 'right',
+ items: [
+ {
+ label: 'Foundation',
+ href: 'https://www.apache.org',
+ target: '_blank'
+ },
+ {
+ label: 'License',
+ href: 'https://www.apache.org/licenses',
+ target: '_blank'
+ },
+ {
+ label: 'Events',
+ href: 'https://www.apache.org/events/current-event.html',
+ target: '_blank'
+ },
+ {
+ label: 'Sponsorship',
+ href: 'https://www.apache.org/foundation/sponsorship.html',
+ target: '_blank'
+ },
+ {
+ label: 'Privacy',
+ href:
'https://privacy.apache.org/policies/privacy-policy-public.html',
+ target: '_blank'
+ },
+ {
+ label: 'Security',
+ href: 'https://www.apache.org/security',
+ target: '_blank'
+ },
+ {
+ label: 'Thanks',
+ href: 'https://www.apache.org/foundation/thanks.html',
+ target: '_blank'
+ },
+ ],
+ },
{
type: 'localeDropdown',
position: 'right',
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]