odoc link in footer, not sidebar, for now
This commit is contained in:
parent
461b0ff331
commit
134f308889
@ -37,6 +37,9 @@ class Footer extends React.Component {
|
||||
<a href={this.docUrl('contributors/origin.html', this.props.language)}>
|
||||
Contribute
|
||||
</a>
|
||||
<a href={this.docUrl('/odoc', this.props.language)}>
|
||||
Api Documentation
|
||||
</a>
|
||||
</div>
|
||||
<div>
|
||||
<h5>Community</h5>
|
||||
|
@ -101,7 +101,7 @@ const siteConfig = {
|
||||
{doc: 'api-cli-commands', label: 'CLI'},
|
||||
{doc: 'tutorials/first-smart-contract', label: 'Tutorials'},
|
||||
{ blog: true, label: 'Blog' },
|
||||
{ href: "/odoc", label: "Api" },
|
||||
// TODO: { href: "/odoc", label: "Api" },
|
||||
{doc: 'contributors/origin', label: 'Contribute'}
|
||||
],
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user