mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-07 21:32:38 +02:00
docs: make navbar less cluttered
This commit is contained in:
parent
3b78b66e0d
commit
ab4f4bd802
2 changed files with 9 additions and 2 deletions
|
@ -109,10 +109,19 @@ class Footer extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
<div className="footerSection">
|
<div className="footerSection">
|
||||||
<h5>Community</h5>
|
<h5>Community</h5>
|
||||||
|
<a href={`${this.props.config.baseUrl}${this.props.language}/help`}>
|
||||||
|
Help
|
||||||
|
</a>
|
||||||
<a
|
<a
|
||||||
href={`${this.props.config.baseUrl}${this.props.language}/users`}>
|
href={`${this.props.config.baseUrl}${this.props.language}/users`}>
|
||||||
User Showcase
|
User Showcase
|
||||||
</a>
|
</a>
|
||||||
|
<a
|
||||||
|
href={`${this.props.config.baseUrl}${
|
||||||
|
this.props.language
|
||||||
|
}/about-slash`}>
|
||||||
|
About
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<SocialFooter config={this.props.config} />
|
<SocialFooter config={this.props.config} />
|
||||||
</section>
|
</section>
|
||||||
|
|
|
@ -22,9 +22,7 @@ const siteConfig = {
|
||||||
headerLinks: [
|
headerLinks: [
|
||||||
{doc: 'installation', label: 'Docs'},
|
{doc: 'installation', label: 'Docs'},
|
||||||
{href: '/docs/en/next/tutorial-setup', label: 'Tutorial'},
|
{href: '/docs/en/next/tutorial-setup', label: 'Tutorial'},
|
||||||
{page: 'help', label: 'Help'},
|
|
||||||
{page: 'users', label: 'Users'},
|
{page: 'users', label: 'Users'},
|
||||||
{page: 'about-slash', label: 'About /'},
|
|
||||||
{blog: true, label: 'Blog'},
|
{blog: true, label: 'Blog'},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/facebook/docusaurus',
|
href: 'https://github.com/facebook/docusaurus',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue