Order docs in footer

Rename to match page "About The Docs"

These seem redundant, consider just "Getting Started"? Add more links?
This commit is contained in:
Amy Lam
2018-10-11 01:10:06 -07:00
parent 33cbc7ad5b
commit 492de3cc29

View File

@@ -34,12 +34,12 @@ class Footer extends React.Component {
</a>
<div>
<h5>Docs</h5>
<a href={this.docUrl('documentation-intro', this.props.language)}>
About The Docs
</a>
<a href={this.docUrl('getting-started', this.props.language)}>
Getting Started
</a>
<a href={this.docUrl('documentation-intro', this.props.language)}>
Documentation
</a>
</div>
<div>
<h5>Community</h5>