docs: make navbar less cluttered

This commit is contained in:
Yangshun Tay 2019-05-04 14:06:05 -07:00
parent 3b78b66e0d
commit ab4f4bd802
2 changed files with 9 additions and 2 deletions

View file

@ -109,10 +109,19 @@ class Footer extends React.Component {
</div>
<div className="footerSection">
<h5>Community</h5>
<a href={`${this.props.config.baseUrl}${this.props.language}/help`}>
Help
</a>
<a
href={`${this.props.config.baseUrl}${this.props.language}/users`}>
User Showcase
</a>
<a
href={`${this.props.config.baseUrl}${
this.props.language
}/about-slash`}>
About
</a>
</div>
<SocialFooter config={this.props.config} />
</section>