We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35b2d7 commit 9430dbbCopy full SHA for 9430dbb
docusaurus/website/core/Footer.js
@@ -34,12 +34,12 @@ class Footer extends React.Component {
34
</a>
35
<div>
36
<h5>Docs</h5>
37
+ <a href={this.docUrl('documentation-intro', this.props.language)}>
38
+ About The Docs
39
+ </a>
40
<a href={this.docUrl('getting-started', this.props.language)}>
41
Getting Started
42
- <a href={this.docUrl('documentation-intro', this.props.language)}>
- Documentation
- </a>
43
</div>
44
45
<h5>Community</h5>
0 commit comments