Skip to content

Commit 3d2e256

Browse files
docs(nx-dev): remove Auguest webinar notifiers (#32516)
1 parent a2f6e4f commit 3d2e256

7 files changed

+27
-29
lines changed

docs/blog/2025-06-23-nx-self-healing-ci.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ But what if we could bring this to the next level? **What if your CI could fix i
3030

3131
**Nx Cloud Self-Healing CI** makes this a reality.
3232

33-
{% call-to-action size="lg" title="Join our webinar on August 26th" url="https://bit.ly/4mDoDjE" icon="nxcloud" description="Learn how Nx’s AI-powered self-healing CI can reduce your development bottlenecks and free you from hours of manual PR oversight." /%}
34-
3533
{% toc /%}
3634

3735
## Here's what happens now

docs/blog/2025-07-17-polygraph-conformance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags: ['nx-cloud', 'polygraph', 'enterprise']
66
cover_image: /blog/images/2025-07-17/header.avif
77
description: 'Learn how Conformance with Nx Cloud eliminates manual compliance tracking and enforces coding standards across your entire organization. See how to solve real problems like inconsistent code review processes with technology-agnostic rules.'
88
youtubeUrl: https://www.youtube.com/watch?v=F645Elxy1dw
9+
pinned: true
910
---
1011

1112
If you've got consistency problems in your organization, we've got the solution for you. **Conformance** is a powerful new tool within Nx Cloud's [Polygraph](/blog/nx-cloud-introducing-polygraph) suite that brings automated consistency and maintainability to your entire organization—regardless of what technology stack you're using.

docs/blog/2025-08-05-polygraph-workspace-graph.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ tags: ['nx-cloud', 'polygraph', 'enterprise']
66
cover_image: /blog/images/2025-08-05/header.avif
77
description: 'Discover how Workspace Graph in Nx Cloud reveals dependencies across your entire organization. See code structure and connections between repositories without cloning, installing, or switching contexts.'
88
youtubeUrl: https://www.youtube.com/watch?v=raNYaIpHLOg
9+
pinned: true
910
---
1011

1112
How well do you understand the structure of your code?

docs/blog/2025-08-26-stop-babysitting-your-prs-selfhealing-ci-cuts-time-to-green-by-50.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: 'Stop Babysitting Your PRs: Self-Healing CI Cuts Time to Green by 50%'
33
description: 'For better or worse, we’re living in the era of the AI agent. These tools bring with them the capacity to push more code than ever before… but what happens then? With AI contributions, you require more oversight, more testing, and more automated quality checks in order to scale efficiently. For many teams, this inevitably leads to CI becoming a bottleneck. How many times have you felt frustrated that your work was effectively done, but you’ve had to spend the next several hours babysitting it to get it in a mergeable state? At Nx, we track this critical but often-overlooked element of software development as your “Time to Green” (TTG). And we’re not just tracking it, we’ve shipped a bunch of killer features to help bring that TTG way, way down.'
4-
date: 2025-08-11
4+
date: 2025-08-26
55
slug: 'stop-babysitting-your-prs-selfhealing-ci-cuts-time-to-green-by-50'
66
authors: ['James Henry']
77
tags: [webinar]
88
cover_image: /blog/images/2025-08-26/Aug-2025-Webinar-Card.avif
99
time: 11am ET/3pm UTC
10-
status: Upcoming
10+
status: Past - Gated
1111
registrationUrl: https://go.nx.dev/aug2025-webinar
1212
---
1313

nx-dev/nx-dev/pages/_app.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { useRouter } from 'next/router';
77
import { useEffect } from 'react';
88
import '../styles/main.css';
99
import Link from 'next/link';
10-
import { WebinarNotifier } from '@nx/nx-dev-ui-common';
1110
import { FrontendObservability } from '../lib/components/frontend-observability';
1211
import GlobalScripts from '../app/global-scripts';
1312

@@ -98,7 +97,7 @@ export default function CustomApp({
9897
</Link>
9998
<Component {...pageProps} />
10099
{/* <LiveStreamNotifier /> */}
101-
<WebinarNotifier />
100+
{/* <WebinarNotifier /> */}
102101

103102
{/* All tracking scripts consolidated in GlobalScripts component */}
104103
<GlobalScripts

nx-dev/ui-enterprise/src/lib/hero.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { ButtonLink, SectionHeading } from '@nx/nx-dev-ui-common';
22
import { type ReactElement } from 'react';
33
import { sendCustomEvent } from '@nx/nx-dev-feature-analytics';
4-
import { WebinarSection } from './webinar-section';
54

65
export function Hero(): ReactElement {
76
return (
@@ -25,7 +24,7 @@ export function Hero(): ReactElement {
2524
<div className="absolute inset-0">
2625
<div className="mx-auto max-w-7xl lg:flex">
2726
<div className="mx-auto max-w-3xl px-6 pb-24 pt-36 lg:mx-0 lg:shrink-0 lg:px-8">
28-
<WebinarSection />
27+
{/* <WebinarSection /> */}
2928
<SectionHeading
3029
id="get-speed-and-scale"
3130
as="h1"

nx-dev/ui-enterprise/src/lib/webinar-section.tsx

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,25 @@ import React from 'react';
22
import { ChevronRightIcon } from '@heroicons/react/24/outline';
33

44
export const WebinarSection: React.FC = () => {
5-
// return undefined;
6-
return (
7-
<p>
8-
<a
9-
href="https://bit.ly/4maTaFI"
10-
title="See live event in details"
11-
className="group/event-link inline-flex space-x-6"
12-
>
13-
<span className="rounded-full bg-blue-600/10 px-3 py-1 text-sm/6 font-semibold text-blue-600 ring-1 ring-inset ring-blue-600/10 dark:bg-cyan-600/10 dark:text-cyan-600 dark:ring-cyan-600/10">
14-
Live event
15-
</span>
16-
<span className="inline-flex items-center space-x-2 text-sm/6 font-medium">
17-
<span>Webinar on August 26th</span>
18-
<ChevronRightIcon
19-
aria-hidden="true"
20-
className="size-5 transform transition-all group-hover/event-link:translate-x-1"
21-
/>
22-
</span>
23-
</a>
24-
</p>
25-
);
5+
return undefined;
6+
// return (
7+
// <p>
8+
// <a
9+
// href="https://bit.ly/4maTaFI"
10+
// title="See live event in details"
11+
// className="group/event-link inline-flex space-x-6"
12+
// >
13+
// <span className="rounded-full bg-blue-600/10 px-3 py-1 text-sm/6 font-semibold text-blue-600 ring-1 ring-inset ring-blue-600/10 dark:bg-cyan-600/10 dark:text-cyan-600 dark:ring-cyan-600/10">
14+
// Live event
15+
// </span>
16+
// <span className="inline-flex items-center space-x-2 text-sm/6 font-medium">
17+
// <span>Webinar on August 26th</span>
18+
// <ChevronRightIcon
19+
// aria-hidden="true"
20+
// className="size-5 transform transition-all group-hover/event-link:translate-x-1"
21+
// />
22+
// </span>
23+
// </a>
24+
// </p>
25+
// );
2626
};

0 commit comments

Comments
 (0)