This is an automated email from the ASF dual-hosted git repository.
gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git
The following commit(s) were added to refs/heads/master by this push:
new 2585ed254 [INLONG-4703][Website] Adjust the footer content of the home
page (#428)
2585ed254 is described below
commit 2585ed254fb34fa6dc3f7721a1f7ca6d4e861ec0
Author: Daniel <[email protected]>
AuthorDate: Mon Jun 20 16:33:31 2022 +0800
[INLONG-4703][Website] Adjust the footer content of the home page (#428)
---
docusaurus.config.js | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 5df915690..4e865b4e3 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -222,17 +222,17 @@ const darkCodeTheme =
require('prism-react-renderer/themes/dracula');
// ],
// },
// ],
- logo: {
- alt: 'Apache Inlong',
- src: 'img/incubator-logo.svg',
- href: 'https://inlong.apache.org',
- },
+ // logo: {
+ // alt: 'Apache Inlong',
+ // src: 'img/incubator-logo.svg',
+ // href: 'https://inlong.apache.org',
+ // },
copyright: `<div style="text-align: left;">
- <div style="display: flex;">
- <p style="font-family: Avenir-Medium;font-size: 14px;color:
#999;margin-right: 60px;"> Apache InLong 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 is not necess [...]
+ <div style="display: flex; align-items: flex-end;">
+ <p style="font-family: Avenir-Medium;font-size: 14px;color: #999;
flex: 1;">Copyright © 2020-2022 The Apache Software Foundation. Licensed under
the Apache License, Version 2.0.</p>
<a class="acevent" data-format="square" data-mode="dark"
data-event="random"></a>
</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 © 2019-2022 The Apache
Software Foundation. Apache InLong, InLong, 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;font-family: Avenir-Medium;font-size: 14px;color: #999;display:
flex;align-items: center;"><span>The Apache Software Foundation Apache InLong,
InLong, Apache, the Apache feather, and the Apache InLong project logo are
either registered trademarks or trademarks of the Apache Software
Foundation.</span></div>
</div>`,
},
prism: {