Skip to content

Commit 73c5166

Browse files
committed
Remove unused banner menu items.
1 parent 17e9aa4 commit 73c5166

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

Stormancer.Docs/Components/Shared/SharedHeader.razor

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -54,26 +54,10 @@
5454
class="px-2 lg:px-3 py-2 rounded-md @(CurrentSection == "" ? "bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100" : "text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800") transition-colors duration-250">
5555
Home
5656
</a>
57-
<a href="/constellation"
58-
class="px-2 lg:px-3 py-2 rounded-md @(CurrentSection == "Console" ? "bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100" : "text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800") transition-colors duration-250">
59-
Constellation
60-
</a>
61-
<a href="/inspire"
62-
class="px-2 lg:px-3 py-2 rounded-md @(CurrentSection == "Cli" ? "bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100" : "text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800") transition-colors duration-250">
63-
Inspire
64-
</a>
6557
<a href="/blog"
6658
class="px-2 lg:px-3 py-2 rounded-md @(CurrentSection == "Blog" ? "bg-base-100 dark:bg-base-800 text-base-900 dark:text-base-100" : "text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800") transition-colors duration-250">
6759
Blog
6860
</a>
69-
<a href="https://github.com/spectreconsole"
70-
class="px-2 lg:px-3 py-2 rounded-md text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 transition-colors">
71-
GitHub
72-
</a>
73-
<a href="https://discord.gg/DxqCxpmA2K"
74-
class="px-2 lg:px-3 py-2 rounded-md text-base-600 dark:text-base-400 hover:text-base-900 dark:hover:text-base-100 hover:bg-base-100 dark:hover:bg-base-800 transition-colors">
75-
Discord
76-
</a>
7761
</nav>
7862

7963
<!-- Right side actions -->

0 commit comments

Comments
 (0)