Skip to content

Commit 94937e4

Browse files
committed
updates what's new and did you know for dec 2025
1 parent 4897aba commit 94937e4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/intro.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,11 @@ import clsx from 'clsx';
5858
<div className={clsx("container")}>
5959
<div className={clsx("row")}>
6060
<div className={clsx("col", "col--8")}>
61-
<a href="/vendor/security-center-about" className="whats-new-hero">
61+
<a href="/vendor/enterprise-portal-use#saml" className="whats-new-hero">
6262
<div className="whats-new-badge">What's New</div>
63-
<h2 className="whats-new-title">Announcing: Security Center (Alpha)</h2>
63+
<h2 className="whats-new-title">SAML Authorization Support for Enterprise Portal (Alpha)</h2>
6464
<p className="whats-new-description">
65-
The Security Center (Alpha) makes it easier for vendors and their enterprise customers to monitor security risks, assess known vulnerabilities, and view security information for each release.
65+
Vendors can enable SAML authentication for the Enterprise Portal on a per-customer basis. The Enterprise Portal SAML authentication feature is Alpha. Reach out to your account representative for early access.
6666
</p>
6767
</a>
6868
</div>
@@ -71,11 +71,11 @@ import clsx from 'clsx';
7171
<div className="did-you-know-container">
7272
<div className="did-you-know-card">
7373
<div className="did-you-know-badge">Did You Know</div>
74-
<h3 className="did-you-know-card-title">Simulate Air Gap Networks With CMX</h3>
74+
<h3 className="did-you-know-card-title">How the HelmChart `builder` key supports air gap installs</h3>
7575
<p className="did-you-know-card-description">
76-
Set the network policy of VMs or VM-based clusters to `airgap` to simulate an environment with no outbound internet access.
76+
The `builder` key ensures all images needed to install your chart are included in the `.airgap` bundle and in the Helm CLI air gap intall instructions in the Enterprise Portal.
7777
</p>
78-
<a href="https://docs.replicated.com/vendor/testing-network-policy" className="did-you-know-card-link">
78+
<a href="/reference/custom-resource-helmchart-v2#builder" className="did-you-know-card-link">
7979
Learn more →
8080
</a>
8181
</div>

0 commit comments

Comments
 (0)