We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081fc76 commit b1e3c56Copy full SHA for b1e3c56
src/partials/nav-explore.hbs
@@ -9,7 +9,7 @@
9
{{#each (rearrange site.components 'name' componentOrder)}}
10
<li class="component{{#if (eq this @root.page.component)}} is-current{{/if}}">
11
<a class="title" href="{{{relativize ./url}}}">{{{./title}}}</a>
12
- {{#if (or ./versions.[1] (ne ./versions.[0].displayVersion 'default'))}}
+ {{#if (or ./versions.[1] (and (ne ./versions.[0].displayVersion 'default') (ne ./versions.[0].displayVersion 'pre-spec')))}}
13
<ul class="versions">
14
{{#each ./versions}}
15
<li class="version
0 commit comments