Skip to content

Commit

Permalink
Fix docs menu items for 0.3.0 documentation(#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala committed Oct 8, 2019
2 parents 2f63fe8 + 4a51481 commit fadc042
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions website/pages/en/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function Versions(props) {
<a
href={`${siteConfig.baseUrl}${siteConfig.docsUrl}/${
props.language ? props.language + '/' : ''
}doc1`}>
}index`}>
Documentation
</a>
</td>
Expand All @@ -65,7 +65,7 @@ function Versions(props) {
<a
href={`${siteConfig.baseUrl}${siteConfig.docsUrl}/${
props.language ? props.language + '/' : ''
}next/doc1`}>
}next/index`}>
Documentation
</a>
</td>
Expand All @@ -91,7 +91,7 @@ function Versions(props) {
<a
href={`${siteConfig.baseUrl}${siteConfig.docsUrl}/${
props.language ? props.language + '/' : ''
}${version}/doc1`}>
}${version}/index`}>
Documentation
</a>
</td>
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const siteConfig = {

// For no header links in the top nav bar -> headerLinks: [],
headerLinks: [
{doc: '', label: 'Docs'},
{doc: 'index', label: 'Docs'},
{blog: true, label: 'Blog'},
{page: 'users', label: 'Users'},
{
Expand Down
Binary file modified website/static/img/gis.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/static/img/reports_module.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fadc042

Please sign in to comment.