Skip to content

Commit

Permalink
Update docs-nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DjP-iX committed Aug 7, 2024
1 parent d220812 commit 815352d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions layouts/partials/docs-nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
if (path.includes('/3.0/')) {
versionButton.textContent = '3.0';
} else if (path.includes('/2.3/')) {
versionButton.textContent = '2.3';
versionButton.textContent = 'Archive';
} else {
versionButton.textContent = 'Nightly';
}
Expand Down Expand Up @@ -221,7 +221,6 @@
versionDropdown.innerHTML = `
<div class="truenas-dropdown-item" onclick="selectVersion('tc-nightly')" id="tc-nightly">Nightly</div>
<div class="truenas-dropdown-item" onclick="selectVersion('3.0')" id="30">3.0</div>
<div class="truenas-dropdown-item" onclick="selectVersion('2.3')" id="23">2.3</div>
<div class="truenas-dropdown-item" onclick="selectVersion('Archive')" id="Archive">Archive</div>
`;
}
Expand Down

0 comments on commit 815352d

Please sign in to comment.