Skip to content

Commit 859f36f

Browse files
Move health link from header to builds page
Removed the 'Health' link from the site header and added a code coverage status link to the builds page for improved navigation and context.
1 parent 23d444f commit 859f36f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

themes/dbatools2025/layouts/page/builds.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,9 @@ <h2 class="text-base font-semibold text-theme-text dark:text-[#ececec]">Build Da
138138
This data is used by the <code class="px-2 py-1 bg-gray-100 dark:bg-[#333333] rounded text-powershell-blue dark:text-[#58a6ff]">Get-DbaBuild</code>
139139
and related dbatools commands to provide accurate SQL Server version information.
140140
</p>
141+
<p class="mt-3 text-xs">
142+
<a href="/health" class="text-gray-500 dark:text-gray-500 hover:text-blue-600 dark:hover:text-[#58a6ff] transition-colors">View code coverage status →</a>
143+
</p>
141144
</div>
142145

143146
</div>

themes/dbatools2025/layouts/partials/header.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<a href="/team" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Team</a>
1717
<a href="https://github.com/dataplat/dbatools" target="_blank" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">GitHub</a>
1818
<a href="/builds" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Builds</a>
19-
<a href="/health" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors">Health</a>
2019
</nav>
2120

2221
<!-- Search & CTA Button -->
@@ -66,7 +65,6 @@
6665
<a href="/team" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">Team</a>
6766
<a href="https://github.com/dataplat/dbatools" target="_blank" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">GitHub</a>
6867
<a href="/builds" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">Builds</a>
69-
<a href="/health" class="text-theme-text-secondary dark:text-[#b4b4b4] hover:text-theme-text dark:hover:text-[#ececec] transition-colors py-2">Health</a>
7068

7169
<a href="/install" class="bg-theme-text dark:bg-[#58a6ff] text-white dark:text-[#1a1a1a] px-4 py-2 rounded-lg text-center font-medium mt-2">Install</a>
7270
</div>

0 commit comments

Comments
 (0)