Skip to content

Commit

Permalink
Update quickstart page with trademark
Browse files Browse the repository at this point in the history
  • Loading branch information
kai-tillman committed Feb 14, 2024
1 parent 5f69658 commit 1244c44
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
10 changes: 10 additions & 0 deletions src/components/Layout/docs-layout.less
Original file line number Diff line number Diff line change
Expand Up @@ -754,5 +754,15 @@
justify-content: flex-end;
text-decoration: underline;
}

.trademarkUsage {
margin-top: 2rem;
display: flex;
justify-content: center;

a {
display: inline-block;
}
}
}
}
18 changes: 15 additions & 3 deletions src/templates/doc-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,22 @@ export default function DocPage({ location, data, pageContext }) {
</div>
</main>
<footer className="docs__footer">
<a href={pageContext.docinfo.githubURL} className="github" target="_blank" rel="noreferrer">
<GithubIcon />
<div>
<a href={pageContext.docinfo.githubURL} className="github"
target="_blank" rel="noreferrer">
<GithubIcon/>
Edit this page on GitHub
</a>
</a>
</div>
<div className="trademarkUsage">
<p>
The Linux Foundation has registered trademarks and uses
trademarks. For a list of trademarks of The Linux Foundation,
please see our <a
href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark
Usage page</a>.
</p>
</div>
</footer>
</div>
</Layout>
Expand Down

0 comments on commit 1244c44

Please sign in to comment.