diff --git a/docs/blog/2025-05-28-build-better-shipfaster-monorepos-apps-component-libraries-with-nx-cloud.md b/docs/blog/2025-05-28-build-better-shipfaster-monorepos-apps-component-libraries-with-nx-cloud.md index c78e183bbc..798fc3ed90 100644 --- a/docs/blog/2025-05-28-build-better-shipfaster-monorepos-apps-component-libraries-with-nx-cloud.md +++ b/docs/blog/2025-05-28-build-better-shipfaster-monorepos-apps-component-libraries-with-nx-cloud.md @@ -9,8 +9,8 @@ authors: ['Jordan Powell (Nx)', 'Ilyass Elfouih (Bitovi)'] tags: [webinar] cover_image: /blog/images/2025-05-28/Nx-Partner-Webinar---May-2025.avif time: 1pm ET/5pm UTC -status: Upcoming -registrationUrl: https://bit.ly/4jQLCqp +status: Past - Ungated +registrationUrl: https://bit.ly/4kv5tfb --- **May 28, 2025 - 1pm ET/5pm UTC** @@ -21,4 +21,4 @@ Unlock faster development and more efficient CI/CD workflows with Nx and Bitovi. Bitovi's Ilyass Elfouih and Nx's Jordan Powell will walk through a **real-world scenario** where a frontend team updates a shared component, faces a classic code owner approval challenge, and uses Nx Cloud to fix and validate the change without triggering a full test suite. -{% call-to-action title="Register today!" url="https://bit.ly/4jQLCqp" description="Save your spot" /%} +{% call-to-action title="View the recording" url="https://bit.ly/4kv5tfb" description="Watch on youtube" /%} diff --git a/docs/blog/2025-06-18-polygraph-launch-preview-conformance-workspace-graph-and-custom-workflows.md b/docs/blog/2025-06-18-polygraph-launch-preview-conformance-workspace-graph-and-custom-workflows.md new file mode 100644 index 0000000000..9c9fc017e6 --- /dev/null +++ b/docs/blog/2025-06-18-polygraph-launch-preview-conformance-workspace-graph-and-custom-workflows.md @@ -0,0 +1,24 @@ +--- +title: "Polygraph Launch Preview: Conformance, Workspace Graph, and Custom Workflows" +description: "Join us for a demo of the new polygraph features in Nx Cloud, launching this month with Nx Enterprise! + +These features are designed to extend some of the powerful benefits of an Nx workspace to multi-workspace environments and take Nx Cloud beyond CI. We'll cover our updated conformance dashboard, how to visualize dependencies across your repos, the new onboarding experience for workspaces that aren’t yet a part of Nx Cloud, and preview how Nx Cloud will be able to fix your code automatically via agentic AI." +date: 2025-06-09 +slug: 'polygraph-launch-preview-conformance-workspace-graph-and-custom-workflows' +authors: ['James Henry'] +tags: [webinar] +cover_image: /blog/images/2025-06-18/June-2025-Webinar-Card.avif +time: 10am ET/2pm UTC +status: Upcoming +registrationUrl: https://go.nx.dev/june2025-webinar +--- + +**Jun 18, 2025 - 10am ET/2pm UTC** + +Presented by James Henry + +Join us for a demo of the new polygraph features in Nx Cloud, launching this month with Nx Enterprise! + +These features are designed to extend some of the powerful benefits of an Nx workspace to multi-workspace environments and take Nx Cloud beyond CI. We'll cover our updated conformance dashboard, how to visualize dependencies across your repos, the new onboarding experience for workspaces that aren’t yet a part of Nx Cloud, and preview how Nx Cloud will be able to fix your code automatically via agentic AI. + +{% call-to-action title="Register today!" url="https://go.nx.dev/june2025-webinar" description="Save your spot" /%} diff --git a/docs/blog/images/2025-06-18/June-2025-Webinar-Card.avif b/docs/blog/images/2025-06-18/June-2025-Webinar-Card.avif new file mode 100644 index 0000000000..6d633e81ce Binary files /dev/null and b/docs/blog/images/2025-06-18/June-2025-Webinar-Card.avif differ diff --git a/docs/blog/images/2025-06-18/June-2025-Webinar-Card.png b/docs/blog/images/2025-06-18/June-2025-Webinar-Card.png new file mode 100644 index 0000000000..b29e058778 Binary files /dev/null and b/docs/blog/images/2025-06-18/June-2025-Webinar-Card.png differ diff --git a/nx-dev/nx-dev/pages/_app.tsx b/nx-dev/nx-dev/pages/_app.tsx index 558277e5fc..f622cb3439 100644 --- a/nx-dev/nx-dev/pages/_app.tsx +++ b/nx-dev/nx-dev/pages/_app.tsx @@ -87,7 +87,7 @@ export default function CustomApp({ {/* */} - {/**/} + {/* All tracking scripts consolidated in GlobalScripts component */}