mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-03-29 22:38:26 +08:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user