Skip to content

Commit

Permalink
fix(website): cdk8s-plus dropdown shows version numbers instead of sp…
Browse files Browse the repository at this point in the history
…ec numbers (#1840)

Follow up to #1839, which only fixed the links themselves, but not the anchor label.
  • Loading branch information
iliapolo authored Feb 28, 2024
1 parent 910c6c6 commit 7b88be1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@
</div>
<nav class="dropdown-list w-dropdown-list">
<a href="{{ $link_cdk8s_ref }}" class="dropdown-link w-dropdown-link">cdk8s ({{ $cdk8s_core_version }})</a>
<a href="{{ $link_plusXX_minus2_ref }}" class="dropdown-link w-dropdown-link">cdk8s-plus-{{ $cdk8s_plusXX_MINUS_2_version }} ({{ $cdk8s_plusXX_MINUS_2_version }})</a>
<a href="{{ $link_plusXX_minus1_ref }}" class="dropdown-link w-dropdown-link">cdk8s-plus-{{ $cdk8s_plusXX_MINUS_1_version }} ({{ $cdk8s_plusXX_MINUS_1_version }})</a>
<a href="{{ $link_plusXX_ref }}" class="dropdown-link w-dropdown-link">cdk8s-plus-{{ $cdk8s_plusXX_version }} ({{ $cdk8s_plusXX_version }})</a>
<a href="{{ $link_plusXX_minus2_ref }}" class="dropdown-link w-dropdown-link">cdk8s-plus-{{ $cdk8s_plusXX_MINUS_2 }} ({{ $cdk8s_plusXX_MINUS_2_version }})</a>
<a href="{{ $link_plusXX_minus1_ref }}" class="dropdown-link w-dropdown-link">cdk8s-plus-{{ $cdk8s_plusXX_MINUS_1 }} ({{ $cdk8s_plusXX_MINUS_1_version }})</a>
<a href="{{ $link_plusXX_ref }}" class="dropdown-link w-dropdown-link">cdk8s-plus-{{ $cdk8s_plusXX }} ({{ $cdk8s_plusXX_version }})</a>
<a href="{{ $link_cli }}" target="_blank" class="dropdown-link w-dropdown-link">cdk8s-cli ({{ $cdk8s_cli_version }})<a>
</nav>
</div>
Expand Down

0 comments on commit 7b88be1

Please sign in to comment.