Skip to content

Commit 6a3d5d1

Browse files
committed
Add non breaking spaces
1 parent 00ce579 commit 6a3d5d1

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

src/Elastic.Markdown/Myst/Components/ApplicableToComponent.cshtml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
@RenderProduct(
1414
"Stack",
15-
"Elastic Stack",
15+
"Elastic Stack",
1616
VersioningSystemId.Stack,
1717
appliesTo.Stack
1818
)
@@ -22,7 +22,7 @@
2222
if (appliesTo.Deployment.Ece is not null)
2323
{
2424
@RenderProduct("ECE",
25-
"Elastic Cloud Enterprise",
25+
"Elastic Cloud Enterprise",
2626
VersioningSystemId.Ece,
2727
appliesTo.Deployment.Ece
2828
)
@@ -32,7 +32,7 @@
3232
{
3333
@RenderProduct(
3434
"ECK",
35-
"Elastic Cloud on Kubernetes",
35+
"Elastic Cloud on Kubernetes",
3636
VersioningSystemId.Eck,
3737
appliesTo.Deployment.Eck
3838
)
@@ -42,7 +42,7 @@
4242
{
4343
@RenderProduct(
4444
"ECH",
45-
"Elastic Cloud Hosted",
45+
"Elastic Cloud Hosted",
4646
VersioningSystemId.Ess,
4747
appliesTo.Deployment.Ess
4848
)
@@ -52,7 +52,7 @@
5252
{
5353
@RenderProduct(
5454
"Self-Managed",
55-
"Self-managed Elastic deployments",
55+
"Self-managed Elastic deployments",
5656
VersioningSystemId.Self,
5757
appliesTo.Deployment.Self
5858
)
@@ -64,7 +64,7 @@
6464
{
6565
@RenderProduct(
6666
"Serverless",
67-
"Elastic Cloud Serverless",
67+
"Elastic Cloud Serverless",
6868
VersioningSystemId.Serverless,
6969
appliesTo.Serverless.AllProjects
7070
)
@@ -75,7 +75,7 @@
7575
{
7676
@RenderProduct(
7777
"Serverless Elasticsearch",
78-
"Serverless Elasticsearch projects",
78+
"Serverless Elasticsearch projects",
7979
VersioningSystemId.Elasticsearch,
8080
appliesTo.Serverless.Elasticsearch
8181
)
@@ -85,7 +85,7 @@
8585
{
8686
@RenderProduct(
8787
"Serverless Observability",
88-
"Serverless Observability projects",
88+
"Serverless Observability projects",
8989
VersioningSystemId.Observability,
9090
appliesTo.Serverless.Observability
9191
)
@@ -95,7 +95,7 @@
9595
{
9696
@RenderProduct(
9797
"Serverless Security",
98-
"Serverless Security projects",
98+
"Serverless Security projects",
9999
VersioningSystemId.Security,
100100
appliesTo.Serverless.Security
101101
)
@@ -111,115 +111,115 @@
111111
var pa = appliesTo.ProductApplicability;
112112
if (pa.Ecctl is not null)
113113
{
114-
@RenderProduct("ECCTL", "Elastic Cloud Control", VersioningSystemId.Ecctl, pa.Ecctl)
114+
@RenderProduct("ECCTL", "Elastic Cloud Control", VersioningSystemId.Ecctl, pa.Ecctl)
115115
;
116116
}
117117

118118
if (pa.Curator is not null)
119119
{
120-
@RenderProduct("Curator", "", VersioningSystemId.Curator, pa.Curator)
120+
@RenderProduct("Curator", "Curator", VersioningSystemId.Curator, pa.Curator)
121121
;
122122
}
123123

124124
if (pa.ApmAgentAndroid is not null)
125125
{
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)
127127
;
128128
}
129129

130130
if (pa.ApmAgentDotnet is not null)
131131
{
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)
133133
;
134134
}
135135

136136
if (pa.ApmAgentGo is not null)
137137
{
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)
139139
;
140140
}
141141

142142
if (pa.ApmAgentIos is not null)
143143
{
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)
145145
;
146146
}
147147

148148
if (pa.ApmAgentJava is not null)
149149
{
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)
151151
;
152152
}
153153

154154
if (pa.ApmAgentNode is not null)
155155
{
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)
157157
;
158158
}
159159

160160
if (pa.ApmAgentPhp is not null)
161161
{
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)
163163
;
164164
}
165165

166166
if (pa.ApmAgentPython is not null)
167167
{
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)
169169
;
170170
}
171171

172172
if (pa.ApmAgentRuby is not null)
173173
{
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)
175175
;
176176
}
177177

178178
if (pa.ApmAgentRum is not null)
179179
{
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)
181181
;
182182
}
183183

184184
if (pa.EdotIos is not null)
185185
{
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)
187187
;
188188
}
189189

190190
if (pa.EdotAndroid is not null)
191191
{
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)
193193
;
194194
}
195195

196196
if (pa.EdotDotnet is not null)
197197
{
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)
199199
;
200200
}
201201

202202
if (pa.EdotJava is not null)
203203
{
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)
205205
;
206206
}
207207

208208
if (pa.EdotNode is not null)
209209
{
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)
211211
;
212212
}
213213

214214
if (pa.EdotPhp is not null)
215215
{
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)
217217
;
218218
}
219219

220220
if (pa.EdotPython is not null)
221221
{
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)
223223
;
224224
}
225225
}
@@ -304,7 +304,7 @@
304304
}
305305

306306
var badgeTextChanged = badgeText != key;
307-
<span class="applicable-info" data-tippy-content="@tooltipText">
307+
<span class="applicable-info" data-tippy-content="@(new HtmlString(tooltipText))">
308308
<span class="applicable-name">@key</span>
309309

310310
@{

0 commit comments

Comments
 (0)