From bb3658a80995874df2fce562f4600051f3dfa287 Mon Sep 17 00:00:00 2001 From: Juri Date: Sat, 15 Jun 2024 05:33:54 +0200 Subject: [PATCH] docs(misc): adjust blog urls --- docs/blog/2023-04-19-nx-cloud-3.md | 1 + docs/blog/2023-06-29-nx-console-gets-lit.md | 1 + docs/blog/2023-08-15-qwikify-your-dev.md | 1 + docs/blog/2023-09-25-nx-raises.md | 1 + docs/blog/2023-10-13-nx-conf-2023-recap.md | 3 +- docs/blog/2023-10-20-nx-17-release.md | 1 + docs/blog/2023-11-08-state-management.md | 1 + docs/blog/2023-11-21-ai-assistant.md | 1 + docs/blog/2023-11-22-unit-testing-expo.md | 1 + docs/blog/2023-12-20-nx-17-2-release.md | 3 +- docs/blog/2023-12-28-highlights-2023.md | 1 + docs/blog/2024-02-05-nx-18-project-crystal.md | 1 + docs/blog/2024-02-06-nuxt-js-support-in-nx.md | 1 + docs/blog/2024-02-07-fast-effortless-ci.md | 3 +- ...02-09-versioning-and-releasing-packages.md | 5 ++-- docs/blog/2024-02-15-launch-week-recap.md | 7 +++-- docs/blog/2024-03-20-why-speed-matters.md | 3 +- docs/blog/2024-03-21-reliable-ci.md | 1 + docs/blog/2024-04-19-manage-your-gradle.md | 1 + docs/blog/2024-05-08-nx-19-release.md | 11 ++++---- docs/changelog/19_0_0.md | 20 ++++++------- nx-dev/nx-dev/redirect-rules.js | 28 +++++++++++++++++++ 22 files changed, 72 insertions(+), 24 deletions(-) diff --git a/docs/blog/2023-04-19-nx-cloud-3.md b/docs/blog/2023-04-19-nx-cloud-3.md index 52de33d47c..a4abde5e35 100644 --- a/docs/blog/2023-04-19-nx-cloud-3.md +++ b/docs/blog/2023-04-19-nx-cloud-3.md @@ -1,5 +1,6 @@ --- title: Nx Cloud 3.0 — Faster Cache, More Powerful DTE, Better Ergonomics +slug: 'nx-cloud-3-0-faster-more-efficient-modernized' authors: [Juri Strumpflohner] cover_image: '/blog/images/2023-04-19/featured_img.webp' tags: [nx, nx-cloud] diff --git a/docs/blog/2023-06-29-nx-console-gets-lit.md b/docs/blog/2023-06-29-nx-console-gets-lit.md index f133dc9183..8d4a99a787 100644 --- a/docs/blog/2023-06-29-nx-console-gets-lit.md +++ b/docs/blog/2023-06-29-nx-console-gets-lit.md @@ -1,5 +1,6 @@ --- title: Nx Console gets Lit +slug: 'nx-console-gets-lit' authors: [Max Kless] cover_image: '/blog/images/2023-06-29/featured_img.webp' tags: [nx, nx-console] diff --git a/docs/blog/2023-08-15-qwikify-your-dev.md b/docs/blog/2023-08-15-qwikify-your-dev.md index e2d8533a9f..f9df508ec2 100644 --- a/docs/blog/2023-08-15-qwikify-your-dev.md +++ b/docs/blog/2023-08-15-qwikify-your-dev.md @@ -1,5 +1,6 @@ --- title: Qwikify your Development with Nx +slug: 'qwikify-your-development-with-nx' authors: ['Colum Ferry'] cover_image: '/blog/images/2023-08-15/featured_img.png' tags: [nx, changelog, release] diff --git a/docs/blog/2023-09-25-nx-raises.md b/docs/blog/2023-09-25-nx-raises.md index bf19f0d26f..a29f7f4d89 100644 --- a/docs/blog/2023-09-25-nx-raises.md +++ b/docs/blog/2023-09-25-nx-raises.md @@ -1,5 +1,6 @@ --- title: Nx Raises $16M Series A +slug: 'nx-raises-16m-series-a' authors: [Jeff Cross] tags: [nx] --- diff --git a/docs/blog/2023-10-13-nx-conf-2023-recap.md b/docs/blog/2023-10-13-nx-conf-2023-recap.md index 307138c233..7a3727cc69 100644 --- a/docs/blog/2023-10-13-nx-conf-2023-recap.md +++ b/docs/blog/2023-10-13-nx-conf-2023-recap.md @@ -1,5 +1,6 @@ --- title: Nx Conf 2023 — Recap +slug: 'nx-conf-2023-recap' authors: [Juri Strumpflohner] cover_image: '/blog/images/2023-10-13/featured_img.webp' tags: [nx, nx-conf] @@ -475,7 +476,7 @@ Jon and Max are the masterminds behind [Nx Console](/getting-started/editor-setu They mention the release of the JetBrains IDE support earlier this year and give a big shoutout to [Issam](https://github.com/iguissouma) who was the original author of the Nx Console Webstorm community plugin and who helped a lot with the official Nx Console version for JetBrains IDE. -Jon and Max demo the new IntelliJ version of Nx console and how it properly integrates as well as how they wrote the new UI completely from the ground up [using Lit](/blog/2023-06-29-nx-console-gets-lit). +Jon and Max demo the new IntelliJ version of Nx console and how it properly integrates as well as how they wrote the new UI completely from the ground up [using Lit](/blog/nx-console-gets-lit). Clearly they did not spare showing off the awesome new graph capabilities built into Nx Console that allow you to directly navigate to files. diff --git a/docs/blog/2023-10-20-nx-17-release.md b/docs/blog/2023-10-20-nx-17-release.md index 24260db481..12703d3bd7 100644 --- a/docs/blog/2023-10-20-nx-17-release.md +++ b/docs/blog/2023-10-20-nx-17-release.md @@ -1,5 +1,6 @@ --- title: 'Nx 17 has Landed' +slug: 'nx-17-release' authors: ['Juri Strumpflohner', 'Zack DeRose'] cover_image: '/blog/images/2023-10-20/featured_img.png' tags: [nx, design] diff --git a/docs/blog/2023-11-08-state-management.md b/docs/blog/2023-11-08-state-management.md index 0cffa7282e..2df57ccf41 100644 --- a/docs/blog/2023-11-08-state-management.md +++ b/docs/blog/2023-11-08-state-management.md @@ -1,5 +1,6 @@ --- title: State Management Nx React Native/Expo Apps with TanStack Query and Redux +slug: 'state-management-nx-react-native-expo-apps-with-tanstack-query-and-redux' authors: [Emily Xiong] image: '/blog/images/2023-11-08/featured_img.webp' tags: [nx, React Native] diff --git a/docs/blog/2023-11-21-ai-assistant.md b/docs/blog/2023-11-21-ai-assistant.md index 6d8e1ebcc5..4c4ca3f7e8 100644 --- a/docs/blog/2023-11-21-ai-assistant.md +++ b/docs/blog/2023-11-21-ai-assistant.md @@ -1,5 +1,6 @@ --- title: Nx Docs AI Assistant +slug: 'nx-docs-ai-assistant' authors: [Katerina Skroumpelou] cover_image: '/blog/images/2023-11-21/featured_img.webp' tags: [nx, docs, AI] diff --git a/docs/blog/2023-11-22-unit-testing-expo.md b/docs/blog/2023-11-22-unit-testing-expo.md index 6fef3b9a4a..5b59880364 100644 --- a/docs/blog/2023-11-22-unit-testing-expo.md +++ b/docs/blog/2023-11-22-unit-testing-expo.md @@ -1,5 +1,6 @@ --- title: Unit Testing Expo Apps With Jest +slug: 'unit-testing-expo-apps-with-jest' authors: [Emily Xiong] cover_image: '/blog/images/2023-11-22/featured_img.webp' tags: [nx, unit testing] diff --git a/docs/blog/2023-12-20-nx-17-2-release.md b/docs/blog/2023-12-20-nx-17-2-release.md index bc7faab6cd..607b93a484 100644 --- a/docs/blog/2023-12-20-nx-17-2-release.md +++ b/docs/blog/2023-12-20-nx-17-2-release.md @@ -1,11 +1,12 @@ --- title: Nx 17.2 Update +slug: 'nx-17-2-release' authors: [Zack DeRose] cover_image: '/blog/images/2023-12-20/featured_img.png' tags: [nx, changelog, release] --- -It’s been a bit since we launched [Nx 17](/blog/2023-10-20-nx-17-release)! In this article, we’ll go over some of the new developments and improvements that have landed in Nx 17.2: +It’s been a bit since we launched [Nx 17](/blog/nx-17-release)! In this article, we’ll go over some of the new developments and improvements that have landed in Nx 17.2: - [Nx Closes In On 4 Million Weekly NPM Downloads!!](#nx-closes-in-on-4-million-weekly-npm-downloads) - [New Simplified Project Configuration On the Way](#new-simplified-project-configuration-on-the-way) diff --git a/docs/blog/2023-12-28-highlights-2023.md b/docs/blog/2023-12-28-highlights-2023.md index 9fe968688d..cd5ff5d045 100644 --- a/docs/blog/2023-12-28-highlights-2023.md +++ b/docs/blog/2023-12-28-highlights-2023.md @@ -1,5 +1,6 @@ --- title: Nx — Highlights of 2023 +slug: 'nx-highlights-of-2023' authors: [Juri Strumpflohner, Victor Savkin, Zack DeRose] cover_image: /blog/images/2023-12-28/featured_img.png tags: [nx, nx-cloud] diff --git a/docs/blog/2024-02-05-nx-18-project-crystal.md b/docs/blog/2024-02-05-nx-18-project-crystal.md index 2d3523a184..4ef71e1f37 100644 --- a/docs/blog/2024-02-05-nx-18-project-crystal.md +++ b/docs/blog/2024-02-05-nx-18-project-crystal.md @@ -1,5 +1,6 @@ --- title: What if Nx Plugins Were More Like VSCode Extensions +slug: 'what-if-nx-plugins-were-more-like-vscode-extensions' authors: [Juri Strumpflohner] cover_image: '/blog/images/2024-02-05/featured_img.png' tags: [nx, releases] diff --git a/docs/blog/2024-02-06-nuxt-js-support-in-nx.md b/docs/blog/2024-02-06-nuxt-js-support-in-nx.md index f480526d72..631457b9c0 100644 --- a/docs/blog/2024-02-06-nuxt-js-support-in-nx.md +++ b/docs/blog/2024-02-06-nuxt-js-support-in-nx.md @@ -1,5 +1,6 @@ --- title: Introducing @nx/nuxt Enhanced Nuxt.js Support in Nx +slug: 'introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx' cover_image: '/blog/images/2024-02-06/featured_img.png' authors: ['Katerina Skroumpelou'] tags: [devtools, javascript, monorepos, nuxt] diff --git a/docs/blog/2024-02-07-fast-effortless-ci.md b/docs/blog/2024-02-07-fast-effortless-ci.md index 0c988c5180..1b02bf3c4d 100644 --- a/docs/blog/2024-02-07-fast-effortless-ci.md +++ b/docs/blog/2024-02-07-fast-effortless-ci.md @@ -1,5 +1,6 @@ --- title: Fast, Effortless CI +slug: 'fast-effortless-ci' authors: [Isaac Mann] cover_image: '/blog/images/2024-02-07/featured_img.png' tags: [nx, nx-cloud, release] @@ -101,7 +102,7 @@ Nx understands that some CI pipelines need more resources than others. To accoun ## Automatically Split E2E Tasks by File -Typically, e2e tests are the tasks that take the longest in CI. In order to take advantage of parallelization and task distribution, these large tasks would need to be split into smaller tasks, but doing this manually would involve duplicating a lot of configuration code and making sure to keep that configuration synchronized. Nx 18’s [Project Crystal](/blog/2024-02-05-nx-18-project-crystal) allows you to [automatically create separate Cypress and Playwright tasks](/ci/features/split-e2e-tasks) for each spec file in the e2e project. These individual tasks can all be triggered by running the `e2e-ci` task. What was once a tedious manual process can now be done for you automatically. +Typically, e2e tests are the tasks that take the longest in CI. In order to take advantage of parallelization and task distribution, these large tasks would need to be split into smaller tasks, but doing this manually would involve duplicating a lot of configuration code and making sure to keep that configuration synchronized. Nx 18’s [Project Crystal](/blog/what-if-nx-plugins-were-more-like-vscode-extensions) allows you to [automatically create separate Cypress and Playwright tasks](/ci/features/split-e2e-tasks) for each spec file in the e2e project. These individual tasks can all be triggered by running the `e2e-ci` task. What was once a tedious manual process can now be done for you automatically. ![](/blog/images/2024-02-07/bodyimg3.webp) diff --git a/docs/blog/2024-02-09-versioning-and-releasing-packages.md b/docs/blog/2024-02-09-versioning-and-releasing-packages.md index 1354a720a1..791b4102be 100644 --- a/docs/blog/2024-02-09-versioning-and-releasing-packages.md +++ b/docs/blog/2024-02-09-versioning-and-releasing-packages.md @@ -1,5 +1,6 @@ --- title: Versioning and Releasing Packages in a Monorepo +slug: 'versioning-and-releasing-packages-in-a-monorepo' authors: [Juri Strumpflohner] cover_image: '/blog/images/2024-02-09/featured_img.png' tags: [nx, nx-cloud, releases, changelog] @@ -48,11 +49,11 @@ pnpm dlx nx@latest init (use `npx nx@latest init` in a NPM workspace) -This brings up a couple of questions including whether to install [Project Crystal plugins](/blog/2024-02-05-nx-18-project-crystal). +This brings up a couple of questions including whether to install [Project Crystal plugins](/blog/what-if-nx-plugins-were-more-like-vscode-extensions). ![](/blog/images/2024-02-09/bodyimg2.webp) -It gives you some additional benefits ([you can read more here](/blog/2024-02-05-nx-18-project-crystal)), but you don’t have to as it is not required for Nx Release. +It gives you some additional benefits ([you can read more here](/blog/what-if-nx-plugins-were-more-like-vscode-extensions)), but you don’t have to as it is not required for Nx Release. ## Installing the JavaScript/TypeScript versioning Package diff --git a/docs/blog/2024-02-15-launch-week-recap.md b/docs/blog/2024-02-15-launch-week-recap.md index 5eab117a79..83551a41ad 100644 --- a/docs/blog/2024-02-15-launch-week-recap.md +++ b/docs/blog/2024-02-15-launch-week-recap.md @@ -1,5 +1,6 @@ --- title: Launch Nx Week Recap +slug: 'launch-nx-week-recap' authors: [Zack DeRose] cover_image: '/blog/images/2024-02-15/featured_img.png' tags: [nx, nx-cloud, releases, changelog] @@ -36,7 +37,7 @@ Juri announced launched Project Crystal with this video: The short version is: Nx project crystal means Nx plugins make your codebases work more seemlessly with less config. -For the long version, checkout this blog post by Juri where he describes [how Nx plugins are now more like VsCode Extentions](/blog/2024-02-05-nx-18-project-crystal)! +For the long version, checkout this blog post by Juri where he describes [how Nx plugins are now more like VsCode Extentions](/blog/what-if-nx-plugins-were-more-like-vscode-extensions)! And don’t miss our two conference talks on this subject: @@ -80,7 +81,7 @@ We’re very excited about Nx Agents because we think that in its current state, {% youtube src="https://www.youtube.com/embed/_FSHQIwITic?si=jDpwTVXLYFXiHEm0" title="Nx Agents" /%} -Be sure to also checkout the [blog post from Isaac on Nx Agents](/blog/2024-02-07-fast-effortless-ci), including explanations of exclusive features like auto-detection and retrying for flaky tasks and automatically splitting lengthy end-to-end tests! +Be sure to also checkout the [blog post from Isaac on Nx Agents](/blog/fast-effortless-ci), including explanations of exclusive features like auto-detection and retrying for flaky tasks and automatically splitting lengthy end-to-end tests! You can [signup for Nx Agents NOW](https://nx.app/products/agents#content), and find out [more of the details in our docs](/ci/features/distribute-task-execution)! @@ -120,7 +121,7 @@ For a long time, Nx has been purposefully versioning and publishing agnostic, bu Therefore, we’ve been working on a new command to the Nx CLI: [nx release](/recipes/nx-release/get-started-with-nx-release#get-started-with-nx-release). We launched this on Friday of our Launch Nx week! -Juri goes into [full details in this blog post](/blog/2024-02-09-versioning-and-releasing-packages), and James Henry — our Director of Engineering and the primary engineer responsible for both maintaining Lerna and creating Nx Release — expands further in his conference talk: +Juri goes into [full details in this blog post](/blog/versioning-and-releasing-packages-in-a-monorepo), and James Henry — our Director of Engineering and the primary engineer responsible for both maintaining Lerna and creating Nx Release — expands further in his conference talk: ### Conference Talk: Releasing Nx Release diff --git a/docs/blog/2024-03-20-why-speed-matters.md b/docs/blog/2024-03-20-why-speed-matters.md index d44a24c96a..b5268562ca 100644 --- a/docs/blog/2024-03-20-why-speed-matters.md +++ b/docs/blog/2024-03-20-why-speed-matters.md @@ -1,6 +1,7 @@ --- title: Monorepos - Why Speed Matters -authors: ['Katerina Skroumpelou'] +slug: 'monorepos-why-speed-matters' +authors: ['Katerina Skroumpelou', 'Jeff Cross'] tags: nx, nxdevtools, speed, ci cover_image: '/blog/images/2024-03-20/featured_img.png' --- diff --git a/docs/blog/2024-03-21-reliable-ci.md b/docs/blog/2024-03-21-reliable-ci.md index 2144fe82e8..be44eae93d 100644 --- a/docs/blog/2024-03-21-reliable-ci.md +++ b/docs/blog/2024-03-21-reliable-ci.md @@ -1,5 +1,6 @@ --- title: Reliable CI. A new execution model fixing both flakiness and slowness +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] diff --git a/docs/blog/2024-04-19-manage-your-gradle.md b/docs/blog/2024-04-19-manage-your-gradle.md index d811a5c4b8..d3740d6212 100644 --- a/docs/blog/2024-04-19-manage-your-gradle.md +++ b/docs/blog/2024-04-19-manage-your-gradle.md @@ -1,5 +1,6 @@ --- title: Manage Your Gradle Project using Nx +slug: 'manage-your-gradle-project-using-nx' authors: ['Emily Xiong'] cover_image: '/blog/images/2024-04-19/featured_img.png' tags: [nx, gradle, how-to] diff --git a/docs/blog/2024-05-08-nx-19-release.md b/docs/blog/2024-05-08-nx-19-release.md index a6a40fb622..21bcac2f1d 100644 --- a/docs/blog/2024-05-08-nx-19-release.md +++ b/docs/blog/2024-05-08-nx-19-release.md @@ -1,5 +1,6 @@ --- title: Nx 19.0 Release!! +slug: 'nx-19-release' authors: ['Zack DeRose'] cover_image: '/blog/images/2024-05-08/nx-19-thumbnail.png' tags: [nx, release] @@ -14,9 +15,9 @@ Hey folks! It's been awhile since February, where in the midsts our big launch week, we launched Nx 18. Nx 18 introduced the biggest new enhancement to Nx to date: Project Crystal. -[![Project Crystal](/blog/images/2024-02-05/featured_img.png)](/blog/2024-02-05-nx-18-project-crystal) +[![Project Crystal](/blog/images/2024-02-05/featured_img.png)](/blog/what-if-nx-plugins-were-more-like-vscode-extensions) -You can read more on project crystal [here](/blog/2024-02-05-nx-18-project-crystal). The main thing to know though is that Project Crystal adjusts the idea of Nx plugins, so that the mere presence of the plugin in your Nx Workspace removes the need to maintain any configuration for most cases. +You can read more on project crystal [here](/blog/what-if-nx-plugins-were-more-like-vscode-extensions). The main thing to know though is that Project Crystal adjusts the idea of Nx plugins, so that the mere presence of the plugin in your Nx Workspace removes the need to maintain any configuration for most cases. Nx 18 was a significant departure for us in several ways - maybe the most noteworthy was that we broke our years-long cadence of releasing a new major version every 6 months. @@ -38,11 +39,11 @@ Here's the rundown of the major things we'll cover in this update: ## NEW PLUGIN: @nx/gradle -[![NEW PLUGIN: @nx/gradle](/blog/images/2024-04-19/featured_img.png)](/blog/2024-04-19-manage-your-gradle) +[![NEW PLUGIN: @nx/gradle](/blog/images/2024-04-19/featured_img.png)](/blog/manage-your-gradle-project-using-nx) We've launched a new first-party plugin for Gradle! -Emily, the engineer that worked on this effort, posted an entire article where you can find the full details [here](/blog/2024-04-19-manage-your-gradle). +Emily, the engineer that worked on this effort, posted an entire article where you can find the full details [here](/blog/manage-your-gradle-project-using-nx). Thanks to the benefits of Project Crystal - which allows us to determine information to create Nx Tasks based on the way your Gradle projects are setup - by adding this plugin, it makes it easy to add Gradle into an existing workspace without needing any Nx-specific configuration. @@ -171,7 +172,7 @@ We've got some cool stats to share from our users regarding the benefits of [Nx - **speed**: Reported 30% - 70% faster CI - **cost**: Reported 40% - 75% reduction in CI costs -- **reliability**: Nx Cloud's automatic detection and retrying of flaky tests makes the issue of flaky tests largely go away entirely. You can read more on [our thoughts on reliability here](/blog/2024-03-21-reliable-ci). +- **reliability**: Nx Cloud's automatic detection and retrying of flaky tests makes the issue of flaky tests largely go away entirely. You can read more on [our thoughts on reliability here](/blog/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness). In February, we launched two big enhancements to Nx Cloud: the [Atomizer](/ci/features/split-e2e-tasks) and [Nx Agents](https://nx.app/products/agents#content). diff --git a/docs/changelog/19_0_0.md b/docs/changelog/19_0_0.md index 04653d7e88..b73bcd2204 100644 --- a/docs/changelog/19_0_0.md +++ b/docs/changelog/19_0_0.md @@ -2,7 +2,7 @@ Nx 19.0 has landed, and it's ALL about reinforcing 💎Project Crystal💎!!! -Catch the details in this [blog post](/blog/2024-05-08-nx-19-release) and watch the video below: +Catch the details in this [blog post](/blog/nx-19-release) and watch the video below: {% youtube src="https://youtu.be/U6eO8-w9DR0" @@ -12,16 +12,16 @@ title="Nx 19.0 Has Landed!!" ## Features {% cards cols="2" %} -{% card title="NEW PLUGIN: @nx/gradle" type="document" url="/blog/2024-05-08-nx-19-release#new-plugin-nxgradle" /%} -{% card title="Nx Atomizer Enhancements" type="document" url="/blog/2024-05-08-nx-19-release#nx-atomizer-enhancements" /%} -{% card title="Associated Technologies Added To Tasks" type="document" url="/blog/2024-05-08-nx-19-release##associated-technologies-added-to-tasks" /%} -{% card title="Generators to Migrate to Project Crystal" type="document" url="/blog/2024-05-08-nx-19-release#generators-to-migrate-to-project-crystal" /%} -{% card title="General Crystal Polishing" type="document" url="/blog/2024-05-08-nx-19-release#general-crystal-polishing" /%} -{% card title="Nx Cloud Updates!" type="document" url="/blog/2024-05-08-nx-19-release#nx-cloud-updates" /%} -{% card title="More Miscellaneous Updates!" type="document" url="/blog/2024-05-08-nx-19-release#more-miscellaneous-updates" /%} -{% card title="NEW CONFERENCE: Monorepo World 2024" type="document" url="/blog/2024-05-08-nx-19-release#new-conference-monorepo-world-2024" /%} +{% card title="NEW PLUGIN: @nx/gradle" type="document" url="/blog/nx-19-release#new-plugin-nxgradle" /%} +{% card title="Nx Atomizer Enhancements" type="document" url="/blog/nx-19-release#nx-atomizer-enhancements" /%} +{% card title="Associated Technologies Added To Tasks" type="document" url="/blog/nx-19-release##associated-technologies-added-to-tasks" /%} +{% card title="Generators to Migrate to Project Crystal" type="document" url="/blog/nx-19-release#generators-to-migrate-to-project-crystal" /%} +{% card title="General Crystal Polishing" type="document" url="/blog/nx-19-release#general-crystal-polishing" /%} +{% card title="Nx Cloud Updates!" type="document" url="/blog/nx-19-release#nx-cloud-updates" /%} +{% card title="More Miscellaneous Updates!" type="document" url="/blog/nx-19-release#more-miscellaneous-updates" /%} +{% card title="NEW CONFERENCE: Monorepo World 2024" type="document" url="/blog/nx-19-release#new-conference-monorepo-world-2024" /%} {% /cards %} ## Breaking Changes -[Updating Bundled Environment Variables: `NX_` to `NX_PUBLIC_`](/blog/2024-05-08-nx-19-release#breaking-change-updating-bundled-environment-variables-to) +[Updating Bundled Environment Variables: `NX_` to `NX_PUBLIC_`](/blog/nx-19-release#breaking-change-updating-bundled-environment-variables-to) diff --git a/nx-dev/nx-dev/redirect-rules.js b/nx-dev/nx-dev/redirect-rules.js index 2bc7050ed2..611d7b5877 100644 --- a/nx-dev/nx-dev/redirect-rules.js +++ b/nx-dev/nx-dev/redirect-rules.js @@ -1081,6 +1081,34 @@ const decisionsSection = { // Blog post redirects const blogPosts = { '/blog/2024-05-07-nx-19-release': '/blog/2024-05-08-nx-19-release', + '/blog/2024-05-08-nx-19-release': '/blog/nx-19-release', + '/blog/2024-04-19-manage-your-gradle': + '/blog/manage-your-gradle-project-using-nx', + '/blog/2024-03-21-reliable-ci': + '/blog/reliable-ci-a-new-execution-model-fixing-both-flakiness-and-slowness', + '/blog/2024-03-20-why-speed-matters': '/blog/monorepos-why-speed-matters', + '/blog/2024-02-15-launch-week-recap': '/blog/launch-nx-week-recap', + '/blog/2024-02-09-versioning-and-releasing-packages': + '/blog/versioning-and-releasing-packages-in-a-monorepo', + '/blog/2024-02-07-fast-effortless-ci': '/blog/fast-effortless-ci', + '/blog/2024-02-06-nuxt-js-support-in-nx': + '/blog/introducing-nx-nuxt-enhanced-nuxt-js-support-in-nx', + '/blog/2024-02-05-nx-18-project-crystal': + '/blog/what-if-nx-plugins-were-more-like-vscode-extensions', + '/blog/2023-12-28-highlights-2023': '/blog/nx-highlights-of-2023', + '/blog/2023-12-20-nx-17-2-release': '/blog/nx-17-2-release', + '/blog/2023-11-22-unit-testing-expo': + '/blog/unit-testing-expo-apps-with-jest', + '/blog/2023-11-21-ai-assistant': '/blog/nx-docs-ai-assistant', + '/blog/2023-11-08-state-management': + '/blog/state-management-nx-react-native-expo-apps-with-tanstack-query-and-redux', + '/blog/2023-10-20-nx-17-release': '/blog/nx-17-release', + '/blog/2023-10-13-nx-conf-2023-recap': '/blog/nx-conf-2023-recap', + '/blog/2023-09-25-nx-raises': '/blog/nx-raises-16m-series-a', + '/blog/2023-08-15-qwikify-your-dev': '/blog/qwikify-your-development-with-nx', + '/blog/2023-06-29-nx-console-gets-lit': '/blog/nx-console-gets-lit', + '/blog/2023-04-19-nx-cloud-3': + '/blog/nx-cloud-3-0-faster-more-efficient-modernized', }; /**