Skip to content

Commit 9430dbb

Browse files
amyrlamnate770
authored andcommitted
Order docs in footer
Rename to match page "About The Docs" These seem redundant, consider just "Getting Started"? Add more links?
1 parent e35b2d7 commit 9430dbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/website/core/Footer.js

Lines changed: 3 additions & 3 deletions
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)