Skip to content

Commit 489f89f

Browse files
authored
Added Enterprise Badges in Docs (#9706)
1 parent 907c7dc commit 489f89f

File tree

9 files changed

+29
-11
lines changed

9 files changed

+29
-11
lines changed

website/pages/api-docs/quotas.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ description: The /quota endpoints are used to query for and interact with quotas
99

1010
The `/quota` endpoints are used to query for and interact with quotas.
1111

12-
~> **Enterprise Only!** This API endpoint and functionality only exists in
12+
<EnterpriseAlert>
13+
This API endpoint and functionality only exists in
1314
Nomad Enterprise. This is not present in the open source version of Nomad.
15+
</EnterpriseAlert>
1416

1517
## List Quota Specifications
1618

website/pages/api-docs/recommendations.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ description: >-
1212
The `/recommendation` endpoints are used to query and interact with Dynamic
1313
Application Sizing recommendations.
1414

15-
~> **Enterprise Only!** This API endpoint and functionality only exists in
15+
<EnterpriseAlert>
16+
This API endpoint and functionality only exists in
1617
Nomad Enterprise. This is not present in the open source version of Nomad.
18+
</EnterpriseAlert>
1719

1820
## List Recommendations
1921

website/pages/api-docs/sentinel-policies.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,10 @@ For more details about Sentinel policies, please see the [Sentinel Policy Guide]
1414

1515
Sentinel endpoints are only available when ACLs are enabled. For more details about ACLs, please see the [ACL Guide](https://learn.hashicorp.com/collections/nomad/access-control).
1616

17-
~> **Enterprise Only!** This API endpoint and functionality only exists in
17+
<EnterpriseAlert>
18+
This API endpoint and functionality only exists in
1819
Nomad Enterprise. This is not present in the open source version of Nomad.
20+
</EnterpriseAlert>
1921

2022
## List Policies
2123

website/pages/docs/autoscaling/index.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,10 @@ cluster.
4040

4141
## Dynamic Application Sizing
4242

43-
~> **Enterprise Only!** This functionality only exists in Nomad Autoscaler
43+
<EnterpriseAlert>
44+
This functionality only exists in Nomad Autoscaler
4445
Enterprise. This is not present in the open source version of Nomad Autoscaler.
46+
</EnterpriseAlert>
4547

4648
Dynamic Application Sizing enables organizations to optimize the resource
4749
consumption of applications using sizing recommendations from Nomad. It evaluates,

website/pages/docs/autoscaling/plugins/strategy.mdx

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,10 @@ check {
4747

4848
## Dynamic Application Sizing Average Strategy Plugin
4949

50-
~> **Enterprise Only!** This functionality only exists in Nomad Autoscaler
50+
<EnterpriseAlert>
51+
This functionality only exists in Nomad Autoscaler
5152
Enterprise. This is not present in the open source version of Nomad Autoscaler.
53+
</EnterpriseAlert>
5254

5355
The `app-sizing-avg` plugin calculates the average value seen across the dataset.
5456
The plugin applies an exponential weight decay to data, in order to give
@@ -78,8 +80,10 @@ check "avg" {
7880

7981
## Dynamic Application Sizing Max Strategy Plugin
8082

81-
~> **Enterprise Only!** This functionality only exists in Nomad Autoscaler
83+
<EnterpriseAlert>
84+
This functionality only exists in Nomad Autoscaler
8285
Enterprise. This is not present in the open source version of Nomad Autoscaler.
86+
</EnterpriseAlert>
8387

8488
The `app-sizing-max` plugin calculates the maximum value seen for the target
8589
resource within the available dataset. This plugin is ideally suited for memory
@@ -107,8 +111,10 @@ check "max" {
107111

108112
## Dynamic Application Sizing Percentile Strategy Plugin
109113

110-
~> **Enterprise Only!** This functionality only exists in Nomad Autoscaler
114+
<EnterpriseAlert>
115+
This functionality only exists in Nomad Autoscaler
111116
Enterprise. This is not present in the open source version of Nomad Autoscaler.
117+
</EnterpriseAlert>
112118

113119
The `app-sizing-percentile` plugin calculates its result based on a desired
114120
percentile value from the dataset.

website/pages/docs/autoscaling/plugins/target.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ check "example-check" {
6262

6363
## Dynamic Application Sizing Nomad Task Target
6464

65-
~> **Enterprise Only!** This functionality only exists in Nomad Autoscaler
65+
<EnterpriseAlert>
66+
This functionality only exists in Nomad Autoscaler
6667
Enterprise. This is not present in the open source version of Nomad Autoscaler.
68+
</EnterpriseAlert>
6769

6870
The `app-sizing-nomad` target plugin reports on the current task resource value
6971
as well as submits recommendations to Nomad via the [recommendations API endpoint][nomad_recommendations_api]

website/pages/docs/autoscaling/policy.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,10 @@ policy {
9898

9999
## Task (DAS) `policy` Options
100100

101-
~> **Enterprise Only!** This functionality only exists in Nomad Autoscaler
101+
<EnterpriseAlert>
102+
This functionality only exists in Nomad Autoscaler
102103
Enterprise. This is not present in the open source version of Nomad Autoscaler.
104+
</EnterpriseAlert>
103105

104106
The following options are available when using the Nomad Autoscaler Enterprise
105107
to perform Dynamic Application Sizing recommendations for task resources. When

website/pages/docs/integrations/vault-integration.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ You can see examples of `v1` and `v2` syntax in the
343343
[template documentation][vault-kv-templates].
344344

345345
## Enterprise Configuration
346+
<EnterpriseAlert />
346347

347348
Nomad Enterprise 0.12.2 introduced the ability for jobs to use multiple Vault Namespaces.
348349
There are a few configuration settings to consider when using this functionality.

website/pages/docs/job-specification/multiregion.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ description: |-
1111

1212
<Placement groups={[['job', 'multiregion']]} />
1313

14-
~> **Enterprise Only!** This functionality only exists in Nomad
15-
Enterprise. This is not present in the open source version of Nomad.
14+
<EnterpriseAlert />
1615

1716
The `multiregion` stanza specifies that a job will be deployed to multiple
1817
[federated regions]. If omitted, the job will be deployed to a single region

0 commit comments

Comments
 (0)