Skip to content

Commit 492de3c

Browse files
committed
Order docs in footer
Rename to match page "About The Docs" These seem redundant, consider just "Getting Started"? Add more links?
1 parent 33cbc7a commit 492de3c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/website/core/Footer.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ class Footer extends React.Component {
3434
</a>
3535
<div>
3636
<h5>Docs</h5>
37+
<a href={this.docUrl('documentation-intro', this.props.language)}>
38+
About The Docs
39+
</a>
3740
<a href={this.docUrl('getting-started', this.props.language)}>
3841
Getting Started
3942
</a>
40-
<a href={this.docUrl('documentation-intro', this.props.language)}>
41-
Documentation
42-
</a>
4343
</div>
4444
<div>
4545
<h5>Community</h5>

0 commit comments

Comments
 (0)