Skip to content

Commit 9f50a62

Browse files
authored
Adjust links and wording in primary and secondary navigation (#659)
1 parent a516d81 commit 9f50a62

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

src/Elastic.Markdown/Slices/Layout/_Header.cshtml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,21 @@
2323
Url = Model.Link("/solutions"),
2424
HtmxAttributes = GetHxAttributes(Model.Link("/solutions")),
2525
DropdownItems = [
26+
new PrimaryNavDropdownItemViewModel
27+
{
28+
IconPath = Model.Static("elasticsearch-logo-color-64px.svg"),
29+
IconAlt = "Search logo",
30+
Title = "Search",
31+
Description = "Build search experiences to help users find what they need instantly.",
32+
Url = Model.Link("/solutions/search"),
33+
HtmxAttributes = GetHxAttributes(Model.Link("/solutions/search"))
34+
},
2635
new PrimaryNavDropdownItemViewModel
2736
{
2837
IconPath = Model.Static("observability-logo-color-64px.svg"),
2938
IconAlt = "Observability logo",
3039
Title = "Observability",
31-
Description = "Unify app and infrastructure visibility to proactively resolve issues.",
40+
Description = "Unify monitoring for apps and infrastructure.",
3241
Url = Model.Link("/solutions/observability"),
3342
HtmxAttributes = Htmx.GetHxAttributes(
3443
Model.Features,
@@ -42,61 +51,52 @@
4251
IconPath = Model.Static("security-logo-color-64px.svg"),
4352
IconAlt = "Security logo",
4453
Title = "Security",
45-
Description = "Protect, investigate, and respond to cyber threats with AI-driven security analytics.",
54+
Description = "Protect, investigate, and respond to cyber threats.",
4655
Url = Model.Link("/solutions/security"),
4756
HtmxAttributes = GetHxAttributes(Model.Link("/solutions/security"))
48-
},
49-
new PrimaryNavDropdownItemViewModel
50-
{
51-
IconPath = Model.Static("elasticsearch-logo-color-64px.svg"),
52-
IconAlt = "Search logo",
53-
Title = "Search",
54-
Description = "Discover a world of AI possibilities — built with the power of search.",
55-
Url = Model.Link("/solutions/search"),
56-
HtmxAttributes = GetHxAttributes(Model.Link("/solutions/search"))
5757
}
5858
]
5959
},
6060
new PrimaryNavItemViewModel
6161
{
62-
Title = "Work with the stack",
62+
Title = "Work with the Elastic Stack",
6363
DropdownItems = [
6464
new PrimaryNavDropdownItemViewModel
6565
{
66-
Title = "Manage data",
67-
Description = "Discover a world of AI possibilities — built with the power of search.",
66+
Title = "Manage your data",
67+
Description = "Ingest, enrich, and manage your data.",
6868
Url = Model.Link("/manage-data"),
6969
HtmxAttributes = GetHxAttributes(Model.Link("/manage-data"))
7070
},
7171
new PrimaryNavDropdownItemViewModel
7272
{
73-
Title = "Explore and analyze",
74-
Description = "Unify app and infrastructure visibility to proactively resolve issues.",
73+
Title = "Explore and analyze your data",
74+
Description = "Query, shape, visualize, alert, and more.",
7575
Url = Model.Link("/explore-analyze"),
7676
HtmxAttributes = GetHxAttributes(Model.Link("/explore-analyze"))
7777
},
7878
new PrimaryNavDropdownItemViewModel
7979
{
80-
Title = "Deploy and manage",
81-
Description = "Unify app and infrastructure visibility to proactively resolve issues.",
80+
Title = "Deploy and manage Elastic",
81+
Description = "Deploy, configure, manage, and upgrade clusters and deployments.",
8282
Url = Model.Link("/deploy-manage"),
8383
HtmxAttributes = GetHxAttributes(Model.Link("/deploy-manage"))
8484

8585
},
8686
new PrimaryNavDropdownItemViewModel
8787
{
88-
Title = "Manage your cloud",
89-
Description = "Unify app and infrastructure visibility to proactively resolve issues.",
88+
Title = "Manage your Cloud account",
89+
Description = "Manage the settings for your Elastic Cloud account.",
9090
Url = Model.Link("/cloud-account"),
9191
HtmxAttributes = GetHxAttributes(Model.Link("/cloud-account"))
9292
},
9393
]
9494
},
9595
new PrimaryNavItemViewModel
9696
{
97-
Title = "Troubleshoot",
98-
HtmxAttributes = GetHxAttributes(Model.Link("/troubleshoot")),
99-
Url = Model.Link("/troubleshoot"),
97+
Title = "Reference",
98+
HtmxAttributes = GetHxAttributes(Model.Link("/reference")),
99+
Url = Model.Link("/reference"),
100100
},
101101
]
102102
};
@@ -172,18 +172,18 @@
172172
<ul class="flex gap-6">
173173
<li class="border-b-2 text-nowrap pb-2 -mb-[1px] border-b-transparent hover:text-black">
174174
<a href="@Model.Link("/release-notes")" class="flex">
175-
<span>What's New</span>
175+
<span>Release notes</span>
176176
</a>
177177
</li>
178178
<li class="border-b-2 text-nowrap pb-2 -mb-[1px] border-b-transparent hover:text-black">
179-
<a href="@Model.Link("/reference")" class="flex">
180-
<span>Reference</span>
179+
<a href="@Model.Link("/troubleshoot")" class="flex">
180+
<span>Troubleshoot</span>
181181
</a>
182182
</li>
183183
<li class="border-b-2 text-nowrap pb-2 -mb-[1px] border-b-transparent hover:text-black">
184184
<a href="https://elastic.co" class="flex gap-1" target="_blank" rel="noopener noreferrer">
185185
<span>
186-
Visit Elastic.co
186+
elastic.co
187187
</span>
188188
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-3">
189189
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 6H5.25A2.25 2.25 0 0 0 3 8.25v10.5A2.25 2.25 0 0 0 5.25 21h10.5A2.25 2.25 0 0 0 18 18.75V10.5m-10.5 6L21 3m0 0h-5.25M21 3v5.25"/>

0 commit comments

Comments
 (0)