Skip to content

Commit

Permalink
Merge pull request #2963 from truenas/Pd-1329-archive-tc-2-3-docs-3.0
Browse files Browse the repository at this point in the history
Pd-1329-archive-tc-2-3-docs-3.0
  • Loading branch information
micjohnson777 authored Aug 7, 2024
2 parents d220812 + 815352d commit 4e452d2
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 4e452d2

Please sign in to comment.