Skip to content

Commit c787007

Browse files
committed
set a default enterprise admonition title
1 parent 6c6bfd9 commit c787007

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

content/docs/capabilities/authentication.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ By configuring your applications to route requests to Pomerium’s Proxy service
5454

5555
## External data sources (Enterprise)
5656

57-
:::enterprise Pomerium Enterprise
57+
:::enterprise
5858

5959
[Enterprise customers](https://www.pomerium.com/enterprise-sales/) can enforce context-aware access with Pomerium’s [external data sources](/docs/integrations) feature (directory sync).
6060

content/docs/capabilities/authorization.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can apply policies in Pomerium to [Namespaces](/docs/capabilities/namespacin
3434

3535
### Namespaces
3636

37-
:::enterprise Pomerium Enterprise
37+
:::enterprise
3838

3939
Namespace support is available only for [Enterprise customers](https://www.pomerium.com/enterprise-sales/).
4040

@@ -106,7 +106,7 @@ In this example, Pomerium will grant a user access if their email address ends i
106106

107107
### Enterprise Console GUI
108108

109-
:::enterprise Pomerium Enterprise
109+
:::enterprise
110110

111111
The Enterprise Console provides a policy builder GUI so you can build policies and reapply them to multiple routes and namespaces. See our [**Enterprise**](/docs/deploy/enterprise) page to learn more.
112112

@@ -202,7 +202,7 @@ Pomerium Core and Enterprise offer the following options for overriding your aut
202202

203203
## Manage devices
204204

205-
:::enterprise Pomerium Enterprise
205+
:::enterprise
206206

207207
[Device identity](/docs/capabilities/device-identity) is an Enterprise feature. Check out our [Enterprise](/docs/deploy/enterprise) page to learn more.
208208

content/docs/capabilities/branding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Add custom colors, logos, and error messages.
55

66
# Custom Branding / White Labeling
77

8-
:::enterprise Pomerium Enterprise
8+
:::enterprise
99

1010
This article describes a use case available to [Pomerium Enterprise](/docs/deploy/enterprise/install) customers.
1111

content/docs/capabilities/original-request-context.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: This article describes how the original user context is passed seco
77

88
# Original User Context
99

10-
:::enterprise Pomerium Enterprise
10+
:::enterprise
1111

1212
This article describes a use case available to [Pomerium Enterprise](/docs/deploy/enterprise/install) customers.
1313

content/docs/guides/jenkins.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Sign in to continue to the Jenkins dashboard.
176176
</TabItem>
177177
<TabItem label="Enterprise" value="Enterprise">
178178

179-
:::enterprise Pomerium Enterprise
179+
:::enterprise
180180

181181
This guide assumes you can access the [Enterprise Console](/docs/deploy/enterprise).
182182

content/docs/guides/tooljet.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ In your browser, go to the external ToolJet URL to set up your workspace.
109109
</TabItem>
110110
<TabItem value="Enterprise" label="Enterprise">
111111

112-
:::enterprise Pomerium Enterprise
112+
:::enterprise
113113

114114
This guide assumes you can access the [Enterprise Console](/docs/deploy/enterprise/install).
115115

content/docs/integrations.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_label: integrations
44
description: Extend your authorization policies with data from external sources.
55
---
66

7-
:::enterprise Pomerium Enterprise
7+
:::enterprise
88

99
This article describes a use case only available to [Pomerium Enterprise](/docs/deploy/enterprise) customers.
1010

src/theme/Admonition/Types.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function EnterpriseAdmonition(props) {
88
<div className={styles.enterprise}>
99
<div className={styles.enterprise_header}>
1010
<BusinessIcon />
11-
<h5>{props.title}</h5>
11+
<h5>{props.title || 'Pomerium Enterprise'}</h5>
1212
</div>
1313
{props.children}
1414
</div>

0 commit comments

Comments
 (0)