|
12 | 12 | { |
13 | 13 | @RenderProduct( |
14 | 14 | "Stack", |
15 | | - "Elastic Stack", |
| 15 | + "Elastic Stack", |
16 | 16 | VersioningSystemId.Stack, |
17 | 17 | appliesTo.Stack |
18 | 18 | ) |
|
22 | 22 | if (appliesTo.Deployment.Ece is not null) |
23 | 23 | { |
24 | 24 | @RenderProduct("ECE", |
25 | | - "Elastic Cloud Enterprise", |
| 25 | + "Elastic Cloud Enterprise", |
26 | 26 | VersioningSystemId.Ece, |
27 | 27 | appliesTo.Deployment.Ece |
28 | 28 | ) |
|
32 | 32 | { |
33 | 33 | @RenderProduct( |
34 | 34 | "ECK", |
35 | | - "Elastic Cloud on Kubernetes", |
| 35 | + "Elastic Cloud on Kubernetes", |
36 | 36 | VersioningSystemId.Eck, |
37 | 37 | appliesTo.Deployment.Eck |
38 | 38 | ) |
|
42 | 42 | { |
43 | 43 | @RenderProduct( |
44 | 44 | "ECH", |
45 | | - "Elastic Cloud Hosted", |
| 45 | + "Elastic Cloud Hosted", |
46 | 46 | VersioningSystemId.Ess, |
47 | 47 | appliesTo.Deployment.Ess |
48 | 48 | ) |
|
52 | 52 | { |
53 | 53 | @RenderProduct( |
54 | 54 | "Self-Managed", |
55 | | - "Self-managed Elastic deployments", |
| 55 | + "Self-managed Elastic deployments", |
56 | 56 | VersioningSystemId.Self, |
57 | 57 | appliesTo.Deployment.Self |
58 | 58 | ) |
|
64 | 64 | { |
65 | 65 | @RenderProduct( |
66 | 66 | "Serverless", |
67 | | - "Elastic Cloud Serverless", |
| 67 | + "Elastic Cloud Serverless", |
68 | 68 | VersioningSystemId.Serverless, |
69 | 69 | appliesTo.Serverless.AllProjects |
70 | 70 | ) |
|
75 | 75 | { |
76 | 76 | @RenderProduct( |
77 | 77 | "Serverless Elasticsearch", |
78 | | - "Serverless Elasticsearch projects", |
| 78 | + "Serverless Elasticsearch projects", |
79 | 79 | VersioningSystemId.Elasticsearch, |
80 | 80 | appliesTo.Serverless.Elasticsearch |
81 | 81 | ) |
|
85 | 85 | { |
86 | 86 | @RenderProduct( |
87 | 87 | "Serverless Observability", |
88 | | - "Serverless Observability projects", |
| 88 | + "Serverless Observability projects", |
89 | 89 | VersioningSystemId.Observability, |
90 | 90 | appliesTo.Serverless.Observability |
91 | 91 | ) |
|
95 | 95 | { |
96 | 96 | @RenderProduct( |
97 | 97 | "Serverless Security", |
98 | | - "Serverless Security projects", |
| 98 | + "Serverless Security projects", |
99 | 99 | VersioningSystemId.Security, |
100 | 100 | appliesTo.Serverless.Security |
101 | 101 | ) |
|
111 | 111 | var pa = appliesTo.ProductApplicability; |
112 | 112 | if (pa.Ecctl is not null) |
113 | 113 | { |
114 | | - @RenderProduct("ECCTL", "Elastic Cloud Control", VersioningSystemId.Ecctl, pa.Ecctl) |
| 114 | + @RenderProduct("ECCTL", "Elastic Cloud Control", VersioningSystemId.Ecctl, pa.Ecctl) |
115 | 115 | ; |
116 | 116 | } |
117 | 117 |
|
118 | 118 | if (pa.Curator is not null) |
119 | 119 | { |
120 | | - @RenderProduct("Curator", "", VersioningSystemId.Curator, pa.Curator) |
| 120 | + @RenderProduct("Curator", "Curator", VersioningSystemId.Curator, pa.Curator) |
121 | 121 | ; |
122 | 122 | } |
123 | 123 |
|
124 | 124 | if (pa.ApmAgentAndroid is not null) |
125 | 125 | { |
126 | | - @RenderProduct("APM Agent Android", "Application Performance Monitoring Agent for Android", VersioningSystemId.ApmAgentAndroid, pa.ApmAgentAndroid) |
| 126 | + @RenderProduct("APM Agent Android", "Application Performance Monitoring Agent for Android", VersioningSystemId.ApmAgentAndroid, pa.ApmAgentAndroid) |
127 | 127 | ; |
128 | 128 | } |
129 | 129 |
|
130 | 130 | if (pa.ApmAgentDotnet is not null) |
131 | 131 | { |
132 | | - @RenderProduct("APM Agent .NET", "Application Performance Monitoring Agent for .NET", VersioningSystemId.ApmAgentDotnet, pa.ApmAgentDotnet) |
| 132 | + @RenderProduct("APM Agent .NET", "Application Performance Monitoring Agent for .NET", VersioningSystemId.ApmAgentDotnet, pa.ApmAgentDotnet) |
133 | 133 | ; |
134 | 134 | } |
135 | 135 |
|
136 | 136 | if (pa.ApmAgentGo is not null) |
137 | 137 | { |
138 | | - @RenderProduct("APM Agent Go", "Application Performance Monitoring Agent for Go", VersioningSystemId.ApmAgentGo, pa.ApmAgentGo) |
| 138 | + @RenderProduct("APM Agent Go", "Application Performance Monitoring Agent for Go", VersioningSystemId.ApmAgentGo, pa.ApmAgentGo) |
139 | 139 | ; |
140 | 140 | } |
141 | 141 |
|
142 | 142 | if (pa.ApmAgentIos is not null) |
143 | 143 | { |
144 | | - @RenderProduct("APM Agent iOS", "Application Performance Monitoring Agent for iOS", VersioningSystemId.ApmAgentIos, pa.ApmAgentIos) |
| 144 | + @RenderProduct("APM Agent iOS", "Application Performance Monitoring Agent for iOS", VersioningSystemId.ApmAgentIos, pa.ApmAgentIos) |
145 | 145 | ; |
146 | 146 | } |
147 | 147 |
|
148 | 148 | if (pa.ApmAgentJava is not null) |
149 | 149 | { |
150 | | - @RenderProduct("APM Agent Java", "Application Performance Monitoring Agent for Java", VersioningSystemId.ApmAgentJava, pa.ApmAgentJava) |
| 150 | + @RenderProduct("APM Agent Java", "Application Performance Monitoring Agent for Java", VersioningSystemId.ApmAgentJava, pa.ApmAgentJava) |
151 | 151 | ; |
152 | 152 | } |
153 | 153 |
|
154 | 154 | if (pa.ApmAgentNode is not null) |
155 | 155 | { |
156 | | - @RenderProduct("APM Agent Node.js", "Application Performance Monitoring Agent for Node.js", VersioningSystemId.ApmAgentNode, pa.ApmAgentNode) |
| 156 | + @RenderProduct("APM Agent Node.js", "Application Performance Monitoring Agent for Node.js", VersioningSystemId.ApmAgentNode, pa.ApmAgentNode) |
157 | 157 | ; |
158 | 158 | } |
159 | 159 |
|
160 | 160 | if (pa.ApmAgentPhp is not null) |
161 | 161 | { |
162 | | - @RenderProduct("APM Agent PHP", "Application Performance Monitoring Agent for PHP", VersioningSystemId.ApmAgentPhp, pa.ApmAgentPhp) |
| 162 | + @RenderProduct("APM Agent PHP", "Application Performance Monitoring Agent for PHP", VersioningSystemId.ApmAgentPhp, pa.ApmAgentPhp) |
163 | 163 | ; |
164 | 164 | } |
165 | 165 |
|
166 | 166 | if (pa.ApmAgentPython is not null) |
167 | 167 | { |
168 | | - @RenderProduct("APM Agent Python", "Application Performance Monitoring Agent for Python", VersioningSystemId.ApmAgentPython, pa.ApmAgentPython) |
| 168 | + @RenderProduct("APM Agent Python", "Application Performance Monitoring Agent for Python", VersioningSystemId.ApmAgentPython, pa.ApmAgentPython) |
169 | 169 | ; |
170 | 170 | } |
171 | 171 |
|
172 | 172 | if (pa.ApmAgentRuby is not null) |
173 | 173 | { |
174 | | - @RenderProduct("APM Agent Ruby", "Application Performance Monitoring Agent for Ruby", VersioningSystemId.ApmAgentRuby, pa.ApmAgentRuby) |
| 174 | + @RenderProduct("APM Agent Ruby", "Application Performance Monitoring Agent for Ruby", VersioningSystemId.ApmAgentRuby, pa.ApmAgentRuby) |
175 | 175 | ; |
176 | 176 | } |
177 | 177 |
|
178 | 178 | if (pa.ApmAgentRum is not null) |
179 | 179 | { |
180 | | - @RenderProduct("APM Agent RUM", "Application Performance Monitoring Agent for Real User Monitoring", VersioningSystemId.ApmAgentRum, pa.ApmAgentRum) |
| 180 | + @RenderProduct("APM Agent RUM", "Application Performance Monitoring Agent for Real User Monitoring", VersioningSystemId.ApmAgentRum, pa.ApmAgentRum) |
181 | 181 | ; |
182 | 182 | } |
183 | 183 |
|
184 | 184 | if (pa.EdotIos is not null) |
185 | 185 | { |
186 | | - @RenderProduct("EDOT iOS", "Elastic Distributions of OpenTelemetry for iOS", VersioningSystemId.EdotIos, pa.EdotIos) |
| 186 | + @RenderProduct("EDOT iOS", "Elastic Distributions of OpenTelemetry for iOS", VersioningSystemId.EdotIos, pa.EdotIos) |
187 | 187 | ; |
188 | 188 | } |
189 | 189 |
|
190 | 190 | if (pa.EdotAndroid is not null) |
191 | 191 | { |
192 | | - @RenderProduct("EDOT Android", "Elastic Distributions of OpenTelemetry for Android", VersioningSystemId.EdotAndroid, pa.EdotAndroid) |
| 192 | + @RenderProduct("EDOT Android", "Elastic Distributions of OpenTelemetry for Android", VersioningSystemId.EdotAndroid, pa.EdotAndroid) |
193 | 193 | ; |
194 | 194 | } |
195 | 195 |
|
196 | 196 | if (pa.EdotDotnet is not null) |
197 | 197 | { |
198 | | - @RenderProduct("EDOT .NET", " Elastic Distributions of OpenTelemetry for .NET", VersioningSystemId.EdotDotnet, pa.EdotDotnet) |
| 198 | + @RenderProduct("EDOT .NET", " Elastic Distributions of OpenTelemetry for .NET", VersioningSystemId.EdotDotnet, pa.EdotDotnet) |
199 | 199 | ; |
200 | 200 | } |
201 | 201 |
|
202 | 202 | if (pa.EdotJava is not null) |
203 | 203 | { |
204 | | - @RenderProduct("EDOT Java", "Elastic Distributions of OpenTelemetry for Java", VersioningSystemId.EdotJava, pa.EdotJava) |
| 204 | + @RenderProduct("EDOT Java", "Elastic Distributions of OpenTelemetry for Java", VersioningSystemId.EdotJava, pa.EdotJava) |
205 | 205 | ; |
206 | 206 | } |
207 | 207 |
|
208 | 208 | if (pa.EdotNode is not null) |
209 | 209 | { |
210 | | - @RenderProduct("EDOT Node.js", "Elastic Distributions of OpenTelemetry for Node.js", VersioningSystemId.EdotNode, pa.EdotNode) |
| 210 | + @RenderProduct("EDOT Node.js", "Elastic Distributions of OpenTelemetry for Node.js", VersioningSystemId.EdotNode, pa.EdotNode) |
211 | 211 | ; |
212 | 212 | } |
213 | 213 |
|
214 | 214 | if (pa.EdotPhp is not null) |
215 | 215 | { |
216 | | - @RenderProduct("EDOT PHP", "Elastic Distributions of OpenTelemetry for PHP", VersioningSystemId.ApmAgentPhp, pa.EdotPhp) |
| 216 | + @RenderProduct("EDOT PHP", "Elastic Distributions of OpenTelemetry for PHP", VersioningSystemId.ApmAgentPhp, pa.EdotPhp) |
217 | 217 | ; |
218 | 218 | } |
219 | 219 |
|
220 | 220 | if (pa.EdotPython is not null) |
221 | 221 | { |
222 | | - @RenderProduct("EDOT Python", "Elastic Distributions of OpenTelemetry for Python", VersioningSystemId.EdotPython, pa.EdotPython) |
| 222 | + @RenderProduct("EDOT Python", "Elastic Distributions of OpenTelemetry for Python", VersioningSystemId.EdotPython, pa.EdotPython) |
223 | 223 | ; |
224 | 224 | } |
225 | 225 | } |
|
304 | 304 | } |
305 | 305 |
|
306 | 306 | var badgeTextChanged = badgeText != key; |
307 | | - <span class="applicable-info" data-tippy-content="@tooltipText"> |
| 307 | + <span class="applicable-info" data-tippy-content="@(new HtmlString(tooltipText))"> |
308 | 308 | <span class="applicable-name">@key</span> |
309 | 309 |
|
310 | 310 | @{ |
|
0 commit comments