This is an automated email from the ASF dual-hosted git repository.
mayanks pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-pinot-site.git
The following commit(s) were added to refs/heads/dev by this push:
new 42fbcaa Apache podling website checks
new 3525b1b Merge pull request #31 from
joshigaurava/podling-website-checks
42fbcaa is described below
commit 42fbcaa4fbd7d7ee9ab05d994c6dd30a539bb6f7
Author: Gaurav Joshi <[email protected]>
AuthorDate: Tue Apr 27 19:20:25 2021 -0700
Apache podling website checks
---
website/docusaurus.config.js | 31 +++++++++++++++++++++++++++++-
website/src/theme/Footer/index.tsx | 2 +-
website/src/theme/Footer/styles.module.css | 4 ++++
3 files changed, 35 insertions(+), 2 deletions(-)
diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index 29d2a4c..c5482a2 100755
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -153,13 +153,42 @@ module.exports = {
},
],
},
+ {
+ title: 'Apache',
+ items: [
+ {
+ label: 'Events',
+ to: 'https://www.apache.org/events/current-event',
+ },
+ {
+ label: 'Thanks',
+ to: 'https://www.apache.org/foundation/thanks.html',
+ },
+ {
+ label: 'License',
+ to: 'https://www.apache.org/licenses',
+ },
+ {
+ label: 'Security',
+ to: 'https://www.apache.org/security',
+ },
+ {
+ label: 'Sponsorship',
+ to: 'https://www.apache.org/foundation/sponsorship.html',
+ },
+ {
+ label: 'Foundation',
+ to: 'https://www.apache.org',
+ },
+ ],
+ },
],
logo: {
alt: 'Apache Pinotâ„¢ - Incubating',
src: 'img/logo.svg',
href: 'https://pinot.apache.org/',
},
- copyright: `Copyright © ${new Date().getFullYear()} The Apache Software
Foundation.`,
+ copyright: `Disclaimer: Apache Pinot 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 necessarily a reflection of the completeness or
stability of the code, it do [...]
},
googleAnalytics: {
trackingID: 'UA-157446650-1',
diff --git a/website/src/theme/Footer/index.tsx
b/website/src/theme/Footer/index.tsx
index bd96e8a..bd80004 100644
--- a/website/src/theme/Footer/index.tsx
+++ b/website/src/theme/Footer/index.tsx
@@ -115,7 +115,7 @@ function Footer(): JSX.Element | null {
)}
{copyright ? (
<div
- className="footer__copyright"
+ className={styles.footerCopyright}
// Developer provided the HTML, so assume it's safe.
// eslint-disable-next-line react/no-danger
dangerouslySetInnerHTML={{
diff --git a/website/src/theme/Footer/styles.module.css
b/website/src/theme/Footer/styles.module.css
index f68a4f9..1a87862 100644
--- a/website/src/theme/Footer/styles.module.css
+++ b/website/src/theme/Footer/styles.module.css
@@ -13,3 +13,7 @@
.footerLogoLink:hover {
opacity: 1;
}
+
+.footerCopyright {
+ font-size: 12px;
+}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]