From 27d02e43ffa8353198ecee48fb2d8a19b3c2603f Mon Sep 17 00:00:00 2001 From: Juri Date: Thu, 20 Mar 2025 11:53:59 +0100 Subject: [PATCH] docs(nx-dev): pin mcp post --- docs/blog/2024-03-21-reliable-ci.md | 1 - docs/blog/2025-03-06-making-cursor-smarter.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/2024-03-21-reliable-ci.md b/docs/blog/2024-03-21-reliable-ci.md index c575e477f7..7608521efc 100644 --- a/docs/blog/2024-03-21-reliable-ci.md +++ b/docs/blog/2024-03-21-reliable-ci.md @@ -4,7 +4,6 @@ slug: 'reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness' authors: [Victor Savkin] cover_image: '/blog/images/2024-03-21/featured_img.png' tags: [nx, nx-cloud, releases] -pinned: true description: 'Learn how Nx Cloud revolutionizes CI with a task-based execution model that solves both flaky tests and slow pipelines.' --- diff --git a/docs/blog/2025-03-06-making-cursor-smarter.md b/docs/blog/2025-03-06-making-cursor-smarter.md index a262d4be4b..efe4e75bdb 100644 --- a/docs/blog/2025-03-06-making-cursor-smarter.md +++ b/docs/blog/2025-03-06-making-cursor-smarter.md @@ -6,6 +6,7 @@ tags: ['nx'] cover_image: /blog/images/articles/cursor-nx-mcp-heroimg.jpg description: 'Learn how Nx enhances Cursor IDE with a dedicated MCP server, providing AI assistants with rich monorepo metadata for smarter code assistance.' youtubeUrl: https://youtu.be/V2W94Sq_v6A +pinned: true --- {% callout type="deepdive" title="Series: Making your LLM smarter" expanded=true %}