mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-06 01:15:28 +02:00
fix: documentation footer
This commit is contained in:
parent
b532c86695
commit
1d8da72efc
@ -34,19 +34,19 @@ class Footer extends React.Component {
|
|||||||
</a>
|
</a>
|
||||||
<div>
|
<div>
|
||||||
<h5>Docs</h5>
|
<h5>Docs</h5>
|
||||||
<a href={this.docUrl('getting_started.html', this.props.language)}>
|
<a href={this.docUrl('getting_started.html')}>
|
||||||
Getting Started
|
Getting Started
|
||||||
</a>
|
</a>
|
||||||
<a href={this.docUrl('securing_unleash.html', this.props.language)}>
|
<a href={this.docUrl('securing_unleash.html')}>
|
||||||
Securing Unleash
|
Securing Unleash
|
||||||
</a>
|
</a>
|
||||||
<a href={this.docUrl('api/client/features.html', this.props.language)}>
|
<a href={this.docUrl('api/client/features.html')}>
|
||||||
API Reference
|
API Reference
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<h5>Community</h5>
|
<h5>Community</h5>
|
||||||
<a href={this.pageUrl('users.html', this.props.language)}>
|
<a href={this.pageUrl('users.html')}>
|
||||||
User Showcase
|
User Showcase
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a
|
||||||
|
Loading…
Reference in New Issue
Block a user