Skip to content

Commit c82022c

Browse files
fix nav
1 parent 6e11c14 commit c82022c

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

boh.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -331,25 +331,21 @@
331331
<div class="collapse navbar-collapse flex-grow-1 text-right" id="navbarCollapse">
332332
<ul class="navbar-nav ml-auto flex-nowrap">
333333
<li class="nav-item">
334-
<a class="nav-link" href="https://dbatools.io/download/">download</a>
334+
<a class="nav-link" style="color:#293E5D" href="https://dbatools.io/download/">download</a>
335335
</li>
336336
<li class="nav-item">
337-
<a class="nav-link" href="https://dbatools.io/getting-started/">get started</a>
337+
<a class="nav-link" style="color:#293E5D" href="https://dbatools.io/commands/">🚀 commands</a>
338338
</li>
339339
<li class="nav-item">
340-
<a class="nav-link" href="https://dbatools.io/commands/">commands</a>
340+
<a class="nav-link" style="color:#293E5D" href="https://dbatools.io/slack">🔍 find us</a>
341341
</li>
342342
<li class="nav-item">
343-
<a class="nav-link" href="https://dbatools.io/slack">find us</a>
343+
<a class="nav-link" style="color:#293E5D" href="https://dbatools.io/builds">🔢 build ref</a>
344344
</li>
345345
<li class="nav-item">
346-
<a class="nav-link" href="https://dbatools.io/builds">build ref</a>
347-
</li>
348-
<li class="nav-item active">
349-
<a class="nav-link" href="https://dbatools.io/sponsorship">💕 sponsor</a>
346+
<a class="nav-link" style="color:#293E5D" href="https://dbatools.io/book">📘 dbatools book</a>
350347
</li>
351348
</ul>
352-
<div class="p-2 flex-shrink-0 bd-highlight invisible">cl said "add this much | |"</div>
353349
</div>
354350
</nav>
355351

@@ -373,11 +369,13 @@ <h2>Bill of Health
373369
<dt>Tasks for Core-devs</dt>
374370
<dd>
375371
<span id="CoreDevs_todo"></span> done,
376-
<span id="CoreDevs_left"></span> left </dd>
372+
<span id="CoreDevs_left"></span> left
373+
</dd>
377374
<dt>Tasks for everyone</dt>
378375
<dd>
379376
<span id="EveryOne_todo"></span> done,
380-
<span id="EveryOne_left"></span> left</dd>
377+
<span id="EveryOne_left"></span> left
378+
</dd>
381379
</dl>
382380
</div>
383381

@@ -396,11 +394,13 @@ <h3>Legend
396394
<dt>Coverage (everyone)</dt>
397395
<dd>Coverage Metric.
398396
<code>.\manual.pester.ps1 -Path &lt;functionname&gt; -Coverage</code> to get indications.
399-
If is 0, no tests are running for this function: go ahead and create them!</dd>
397+
If is 0, no tests are running for this function: go ahead and create them!
398+
</dd>
400399
<dt>ScriptAnalyzer (everyone)</dt>
401400
<dd>General ScriptAnalyzer checks.
402401
<code>.\manual.pester.ps1 -Path &lt;functionname&gt; -ScriptAnalyzer</code> to get
403-
indications</dd>
402+
indications
403+
</dd>
404404
<dt>Syntax (everyone)</dt>
405405
<dd>The function has valid syntax</dd>
406406
<dt>FunctionName (everyone)</dt>
@@ -486,4 +486,4 @@ <h3>Legend
486486
</div>
487487
</body>
488488

489-
</html>
489+
</html>

0 commit comments

Comments
 (0)