mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 13:22:26 +02:00
chore: add legal links to v1 website
This commit is contained in:
parent
4367197c77
commit
956d701cf5
1 changed files with 15 additions and 0 deletions
|
@ -109,6 +109,21 @@ class Footer extends React.Component {
|
||||||
About
|
About
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div className="footerSection">
|
||||||
|
<h5>Legal</h5>
|
||||||
|
<a
|
||||||
|
href="https://opensource.facebook.com/legal/privacy/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer noopener">
|
||||||
|
Privacy
|
||||||
|
</a>
|
||||||
|
<a
|
||||||
|
href="https://opensource.facebook.com/legal/terms/"
|
||||||
|
target="_blank"
|
||||||
|
rel="noreferrer noopener">
|
||||||
|
Terms
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<SocialFooter config={this.props.config} />
|
<SocialFooter config={this.props.config} />
|
||||||
</section>
|
</section>
|
||||||
<a
|
<a
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue