Skip to content

Commit c802c6f

Browse files
docs(nx-dev): fixes for recent posts (#33065)
- **docs(nx-dev): fix typo in webinar title** - **docs(nx-dev): remove reference to right click context menu in highlights article**
1 parent 14efeff commit c802c6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/blog/2025-10-10-nx-october-2025-highlights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ We've significantly improved the graph experience with a redesigned control pane
4141

4242
The graph renders in composite mode by default, which provides two key benefits: it looks cleaner and prevents crashes when visualizing large workspaces. For workspaces with thousands of projects, the composite mode makes the graph usable again!
4343

44-
The workflow for exploring your graph has been streamlined too. Left-click to select a project and open the details panel, or right-click for quick actions via context menu. When you start tracing dependencies between projects, the UI intelligently shows you a list of traceable projects, so you don't have to hunt through the visualization. Click on edges to navigate between connected projects, making it easier to understand how your workspace fits together.
44+
The workflow for exploring your graph has been streamlined too. Left-click to select a project and open the details panel. When you start tracing dependencies between projects, the UI intelligently shows you a list of traceable projects, so you don't have to hunt through the visualization. Click on edges to navigate between connected projects, making it easier to understand how your workspace fits together.
4545

4646
[Explore the project graph documentation](/features/explore-graph)
4747

docs/blog/2025-10-27-beyond-remote-cache-unlock-the-full-70-of-your-ci-performance-gains.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: 'Beyond Remote Cache: Unlock 70% More CI Performancelg'
2+
title: 'Beyond Remote Cache: Unlock 70% More CI Performance'
33
description: "You've implemented remote caching. Your builds are faster. Success, right? Not quite. If you're only using remote cache, you're leaving 70% of potential CI performance improvements on the table—and we have the data to prove it. The real transformation comes from addressing what happens after tasks run: the endless cycle of flaky tests, random failures, and the manual intervention that keeps developers waiting for green builds. In this data-driven webinar, we’ll show you how to stop settling for partial optimization and learn how modern CI should work—and how Nx Cloud makes it happen."
44
date: 2025-10-27
55
slug: 'beyond-remote-cache-unlock-the-full-70-of-your-ci-performance-gains'

0 commit comments

Comments
 (0)