Skip to content

Commit

Permalink
Merge pull request #12 from opendevstack/feature/revamp-documentation
Browse files Browse the repository at this point in the history
Remove rendering of components
  • Loading branch information
michaelsauter committed Apr 21, 2020
2 parents 2a403d0 + cd1ffb9 commit 3da9fa9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/partials/nav-menu.hbs
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{{#if page.navigation}}
<div class="nav-panel-menu is-active" data-panel="menu">
<nav class="nav-menu">
<h3 class="title">ODS Components</h3>
<ul class="nav-list">
{{#each site.components}}
{{#each ./versions}}
{{~#if (eq this ../latestVersion)}}
<li class="nav-item{{#if (eq @root.page.url ./url)}} is-current-page{{/if}}" data-depth="{{or ../level 0}}">
<a class="nav-link" href="{{{relativize @root.page.url ./url}}}">{{{../title}}}</a>
</li>
{{/if}}
{{/each}}
{{/each}}
</ul>
<h3 class="title"><a href="{{relativize page.url page.componentVersion.url}}">{{page.component.title}}</a></h3>
{{> nav-tree navigation=page.navigation}}
</nav>
Expand Down

0 comments on commit 3da9fa9

Please sign in to comment.