|
23 | 23 | Url = Model.Link("/solutions"),
|
24 | 24 | HtmxAttributes = GetHxAttributes(Model.Link("/solutions")),
|
25 | 25 | 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 | + }, |
26 | 35 | new PrimaryNavDropdownItemViewModel
|
27 | 36 | {
|
28 | 37 | IconPath = Model.Static("observability-logo-color-64px.svg"),
|
29 | 38 | IconAlt = "Observability logo",
|
30 | 39 | Title = "Observability",
|
31 |
| - Description = "Unify app and infrastructure visibility to proactively resolve issues.", |
| 40 | + Description = "Unify monitoring for apps and infrastructure.", |
32 | 41 | Url = Model.Link("/solutions/observability"),
|
33 | 42 | HtmxAttributes = Htmx.GetHxAttributes(
|
34 | 43 | Model.Features,
|
|
42 | 51 | IconPath = Model.Static("security-logo-color-64px.svg"),
|
43 | 52 | IconAlt = "Security logo",
|
44 | 53 | 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.", |
46 | 55 | Url = Model.Link("/solutions/security"),
|
47 | 56 | 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")) |
57 | 57 | }
|
58 | 58 | ]
|
59 | 59 | },
|
60 | 60 | new PrimaryNavItemViewModel
|
61 | 61 | {
|
62 |
| - Title = "Work with the stack", |
| 62 | + Title = "Work with the Elastic Stack", |
63 | 63 | DropdownItems = [
|
64 | 64 | new PrimaryNavDropdownItemViewModel
|
65 | 65 | {
|
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.", |
68 | 68 | Url = Model.Link("/manage-data"),
|
69 | 69 | HtmxAttributes = GetHxAttributes(Model.Link("/manage-data"))
|
70 | 70 | },
|
71 | 71 | new PrimaryNavDropdownItemViewModel
|
72 | 72 | {
|
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.", |
75 | 75 | Url = Model.Link("/explore-analyze"),
|
76 | 76 | HtmxAttributes = GetHxAttributes(Model.Link("/explore-analyze"))
|
77 | 77 | },
|
78 | 78 | new PrimaryNavDropdownItemViewModel
|
79 | 79 | {
|
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.", |
82 | 82 | Url = Model.Link("/deploy-manage"),
|
83 | 83 | HtmxAttributes = GetHxAttributes(Model.Link("/deploy-manage"))
|
84 | 84 |
|
85 | 85 | },
|
86 | 86 | new PrimaryNavDropdownItemViewModel
|
87 | 87 | {
|
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.", |
90 | 90 | Url = Model.Link("/cloud-account"),
|
91 | 91 | HtmxAttributes = GetHxAttributes(Model.Link("/cloud-account"))
|
92 | 92 | },
|
93 | 93 | ]
|
94 | 94 | },
|
95 | 95 | new PrimaryNavItemViewModel
|
96 | 96 | {
|
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"), |
100 | 100 | },
|
101 | 101 | ]
|
102 | 102 | };
|
|
172 | 172 | <ul class="flex gap-6">
|
173 | 173 | <li class="border-b-2 text-nowrap pb-2 -mb-[1px] border-b-transparent hover:text-black">
|
174 | 174 | <a href="@Model.Link("/release-notes")" class="flex">
|
175 |
| - <span>What's New</span> |
| 175 | + <span>Release notes</span> |
176 | 176 | </a>
|
177 | 177 | </li>
|
178 | 178 | <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> |
181 | 181 | </a>
|
182 | 182 | </li>
|
183 | 183 | <li class="border-b-2 text-nowrap pb-2 -mb-[1px] border-b-transparent hover:text-black">
|
184 | 184 | <a href="https://elastic.co" class="flex gap-1" target="_blank" rel="noopener noreferrer">
|
185 | 185 | <span>
|
186 |
| - Visit Elastic.co |
| 186 | + elastic.co |
187 | 187 | </span>
|
188 | 188 | <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-3">
|
189 | 189 | <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