diff --git a/layouts/partials/docs-nav.html b/layouts/partials/docs-nav.html index c73ab88e82..dce8342c4f 100644 --- a/layouts/partials/docs-nav.html +++ b/layouts/partials/docs-nav.html @@ -150,7 +150,7 @@ versionButton.textContent = 'Archive'; } else { // Default version if no specific path is matched - versionButton.textContent = '25.04'; + versionButton.textContent = '25.10'; } versionUpdated = true; } else if (path.includes('/truecommand/')) { @@ -212,7 +212,8 @@ if (product === 'TrueNAS') { versionDropdown.innerHTML = ` -
25.04
+
25.10
+
25.04
24.10
24.04
23.10
@@ -476,7 +477,7 @@ versionButton.innerHTML = '22.12 '; } else { // Default to latest version if no specific path is matched - versionButton.innerHTML = '25.04 '; + versionButton.innerHTML = '25.10 '; } versionDropdown.style.display = 'none';