Skip to content

Commit 4c6c081

Browse files
committed
Update header with the right menu items, disable robot indexation for now
1 parent 8ff6276 commit 4c6c081

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Stormancer.Docs/Components/App.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8"/>
55
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
6-
6+
<meta name="robots" content="noindex" />
77
<link rel="stylesheet" href="/styles.css" />
88
<script src="/_content/MyLittleContentEngine.UI/scripts.js" defer ></script>
99

Stormancer.Docs/Components/Shared/SharedHeader.razor

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,13 +97,13 @@
9797
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">
9898
Home
9999
</a>
100-
<a href="/console"
100+
<a href="/constellation"
101101
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">
102-
Console
102+
Constellation
103103
</a>
104-
<a href="/cli"
104+
<a href="/inspire"
105105
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">
106-
CLI
106+
Inspire
107107
</a>
108108
<a href="/blog"
109109
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">

0 commit comments

Comments
 (0)