Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/syntax/applies.md
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ nec dignissim. Vestibulum ut felis nec massa auctor placerat. Maecenas vel dictu

1. **Stack** - Elastic Stack
2. **Serverless** - Elastic Cloud Serverless offerings
3. **Deployment** - Deployment options (ECH, ECK, ECE, Self-Managed)
3. **Deployment** - Deployment options (ECH, ECK, ECE, Self-managed)
4. **ProductApplicability** - Specialized tools and agents (ECCTL, Curator, EDOT, APM Agents)
5. **Product (generic)** - Generic product applicability

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public record ApplicabilityDefinition(string Key, string DisplayName, Versioning
public static readonly ApplicabilityDefinition Ech = new("ECH", "Elastic Cloud Hosted", VersioningSystemId.Ess);
public static readonly ApplicabilityDefinition Eck = new("ECK", "Elastic Cloud on Kubernetes", VersioningSystemId.Eck);
public static readonly ApplicabilityDefinition Ece = new("ECE", "Elastic Cloud Enterprise", VersioningSystemId.Ece);
public static readonly ApplicabilityDefinition Self = new("Self-Managed", "Self-managed Elastic deployments", VersioningSystemId.Self);
public static readonly ApplicabilityDefinition Self = new("Self-managed", "Self-managed Elastic deployments", VersioningSystemId.Self);

// Product Applicability
public static readonly ApplicabilityDefinition Ecctl = new("ECCTL", "Elastic Cloud Control", VersioningSystemId.Ecctl);
Expand Down
4 changes: 2 additions & 2 deletions tests/authoring/Applicability/ApplicableToComponent.fs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ deployment:
markdown |> convertsToHtml """
<p class="applies applies-block">
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Self-managed Elastic&nbsp;deployments update. Subject to change.">
<span class="applicable-name">Self-Managed</span>
<span class="applicable-name">Self-managed</span>
<span class="applicable-separator"></span>
<span class="applicable-meta applicable-meta-ga">
Planned
Expand Down Expand Up @@ -761,7 +761,7 @@ If this functionality is unavailable or behaves differently when deployed on ECH
</span>
</span>
<span class="applicable-info" data-tippy-content="We plan to add this functionality in a future Self-managed Elastic&nbsp;deployments update. Subject to change.">
<span class="applicable-name">Self-Managed</span>
<span class="applicable-name">Self-managed</span>
<span class="applicable-separator"></span>
<span class="applicable-meta applicable-meta-ga">
Planned
Expand Down
Loading