mirror of
https://github.com/apache/superset.git
synced 2026-04-18 07:35:09 +00:00
docs: comply to ASF requirements (#11133)
* docs: comply to ASF requirements * touch something out of docs/ * Just a few more things... * messing with .htaccess * SEO
This commit is contained in:
committed by
GitHub
parent
a4e1dc9c27
commit
d578d8133f
@@ -133,7 +133,7 @@ export default class MainMenu extends React.Component {
|
||||
const { visible } = this.state;
|
||||
return (
|
||||
<Layout.Header css={headerStyle}>
|
||||
<Link to="/">
|
||||
<Link to="https://superset.incubator.apache.org">
|
||||
<img height="50" css={logoStyle} src={logoSvg} alt="logo" />
|
||||
</Link>
|
||||
<MenuItems toggleDrawer={this.toggleDrawer} mode="horizontal" />
|
||||
|
||||
@@ -109,7 +109,7 @@ const LayoutFooter = () => (
|
||||
</a>
|
||||
, Licensed under the Apache
|
||||
<a
|
||||
href="https://www.apache.org/licenses/"
|
||||
href="https://apache.org/licenses/LICENSE-2.0"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
@@ -126,23 +126,39 @@ const LayoutFooter = () => (
|
||||
reflection of the completeness or stability of the code, it does
|
||||
indicate that the project has yet to be fully endorsed by the ASF.
|
||||
</div>
|
||||
<div>
|
||||
Apache Superset, Apache, Superset, the Superset logo, and the Apache
|
||||
feather logo are either registered trademarks or trademarks of The
|
||||
Apache Software Foundation. All other products or name brands
|
||||
are trademarks of their respective holders, including The Apache
|
||||
Software Foundation.
|
||||
</div>
|
||||
</div>
|
||||
<div css={apacheLinksStyle} className="apacheLinks">
|
||||
<a
|
||||
href="https://www.apache.org/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Apache Software Foundation
|
||||
</a>resources
|
||||
<br/>
|
||||
<a
|
||||
href="https://www.apache.org/security/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Security |
|
||||
Security
|
||||
</a>
|
||||
{' | '}
|
||||
<a
|
||||
href="https://www.apache.org/foundation/sponsorship.html"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Donate |
|
||||
Donate
|
||||
</a>
|
||||
|
||||
{' | '}
|
||||
<a
|
||||
href="https://www.apache.org/foundation/thanks.html"
|
||||
target="_blank"
|
||||
@@ -150,6 +166,22 @@ const LayoutFooter = () => (
|
||||
>
|
||||
Thanks
|
||||
</a>
|
||||
{' | '}
|
||||
<a
|
||||
href="https://apache.org/events/current-event"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Events
|
||||
</a>
|
||||
{' | '}
|
||||
<a
|
||||
href="https://apache.org/licenses/"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>
|
||||
Licenses
|
||||
</a>
|
||||
</div>
|
||||
</Footer>
|
||||
);
|
||||
|
||||
@@ -124,7 +124,7 @@ const contentLayoutDocsStyle = css`
|
||||
overflow: auto;
|
||||
}
|
||||
`;
|
||||
const footerHeight = 135;
|
||||
const footerHeight = 185;
|
||||
const baseLayoutStyle = css`
|
||||
min-height: 100vh;
|
||||
position: relative;
|
||||
@@ -133,6 +133,8 @@ const baseLayoutStyle = css`
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: ${footerHeight}px;
|
||||
overflow: auto; // sorry about this :/
|
||||
background-color: #323232;
|
||||
}
|
||||
.content-wrap {
|
||||
padding-bottom: ${footerHeight}px;
|
||||
|
||||
Reference in New Issue
Block a user