diff --git a/build/ui-bundle.zip b/build/ui-bundle.zip index d6df21f..0469308 100644 Binary files a/build/ui-bundle.zip and b/build/ui-bundle.zip differ diff --git a/src/css/toc.css b/src/css/toc.css index 0e05d06..5d97486 100644 --- a/src/css/toc.css +++ b/src/css/toc.css @@ -67,7 +67,7 @@ color: inherit; border-left: 2px solid var(--toc-border-color); display: inline-block; - padding: 10px 0 10px 8px; + padding: 7px 0 7px 8px; text-decoration: none; } diff --git a/src/partials/nav-explore.hbs b/src/partials/nav-explore.hbs index 5700c31..ed2437b 100644 --- a/src/partials/nav-explore.hbs +++ b/src/partials/nav-explore.hbs @@ -29,19 +29,19 @@ {{/each}} - {{#each (sort-components site.components 'name' page.attributes.component-order)}} - {{#if (and (not-eq this.name 'cloud') (not-eq this.name 'home') (not-eq this.name 'templates') (eq this @root.page.component))}} + {{#with page.versions}} + {{#if (and (not-eq @root.page.component.name 'cloud') (not-eq @root.page.component.name 'home') (not-eq @root.page.component.name 'templates'))}} {{/if}} - {{/each}} + {{/with}} diff --git a/src/partials/page-versions.hbs b/src/partials/page-versions.hbs index 1a8e500..8be3236 100644 --- a/src/partials/page-versions.hbs +++ b/src/partials/page-versions.hbs @@ -1,14 +1,14 @@ {{#with page.versions}} -
- -
- {{#each this}} - {{#if (lte @index 10)}} - {{./displayVersion}} - {{/if}} - {{/each}} +
+ +
+ {{#each this}} + {{#if (lte @index 10)}} + {{./displayVersion}} + {{/if}} + {{/each}} +
-
{{/with}}