Skip to content

Commit a5b1b84

Browse files
committed
Update quickstart page with trademark
Signed-off-by: Kai Tillman <[email protected]>
1 parent cf19a62 commit a5b1b84

File tree

2 files changed

+25
-3
lines changed

2 files changed

+25
-3
lines changed

src/components/Layout/docs-layout.less

+10
Original file line numberDiff line numberDiff line change
@@ -754,5 +754,15 @@
754754
justify-content: flex-end;
755755
text-decoration: underline;
756756
}
757+
758+
.trademarkUsage {
759+
margin-top: 2rem;
760+
display: flex;
761+
justify-content: center;
762+
763+
a {
764+
display: inline-block;
765+
}
766+
}
757767
}
758768
}

src/templates/doc-page.js

+15-3
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,22 @@ export default function DocPage({ location, data, pageContext }) {
134134
</div>
135135
</main>
136136
<footer className="docs__footer">
137-
<a href={pageContext.docinfo.githubURL} className="github" target="_blank" rel="noreferrer">
138-
<GithubIcon />
137+
<div>
138+
<a href={pageContext.docinfo.githubURL} className="github"
139+
target="_blank" rel="noreferrer">
140+
<GithubIcon/>
139141
Edit this page on GitHub
140-
</a>
142+
</a>
143+
</div>
144+
<div className="trademarkUsage">
145+
<p>
146+
The Linux Foundation has registered trademarks and uses
147+
trademarks. For a list of trademarks of The Linux Foundation,
148+
please see our <a
149+
href="https://www.linuxfoundation.org/legal/trademark-usage">Trademark
150+
Usage page</a>.
151+
</p>
152+
</div>
141153
</footer>
142154
</div>
143155
</Layout>

0 commit comments

Comments
 (0)