From 88a66d62d8b84d0f785debfe6cb604cc89d0716f Mon Sep 17 00:00:00 2001 From: zack-derose Date: Tue, 24 Sep 2024 14:41:13 -0400 Subject: [PATCH] docs(misc): adding 19.8 video embed --- docs/blog/2024-09-20-nx-19-8.md | 5 +++-- docs/changelog/19_8_0.md | 7 +++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/docs/blog/2024-09-20-nx-19-8.md b/docs/blog/2024-09-20-nx-19-8.md index 2f9f862bd69d6..09dc7578ac7ec 100644 --- a/docs/blog/2024-09-20-nx-19-8.md +++ b/docs/blog/2024-09-20-nx-19-8.md @@ -4,6 +4,7 @@ slug: nx-19-8-update authors: [Zack DeRose] tags: [nx, release] cover_image: /blog/images/2024-09-20/thumbnail.png +youtubeUrl: https://youtu.be/Zgv4LHvwGx0 --- Nx 19.8 is here! This is our last minor release before we get ready to move ahead into Nx v20, which should land in October around the same time as the [Monorepo World Conference](https://monorepo.world/)! @@ -28,7 +29,7 @@ In this blog post: In Nx 19.8, [`nx import`](/nx-api/nx/documents/import) has now moved from beta support to now generally available! -Nx Import is a new [top-level command of the Nx CLI](/reference/nx-commands) which allows you to import projects along with its git history from some other repository into your current Nx worksapce. +Nx Import is a new [top-level command of the Nx CLI](/reference/nx-commands) which allows you to import projects along with its git history from some other repository into your current Nx workspace. Keep an eye out for more on Nx Import on our [YouTube Channel](https://www.youtube.com/@nxdevtools) coming soon, and in the meantime be sure to check [the documentation](/nx-api/nx/documents/import) as this is now fully documented! @@ -62,7 +63,7 @@ When creating a new workspace with the command: `npx create-nx-workspace`, those Keep in mind as well that ESLint v8 faces end-of-life on October 5th, meaning only [flat config](https://eslint.org/docs/latest/use/configure/migration-guide) is supported moving forward. Nx users should migrate to this new config format using [our flat config generator](/recipes/tips-n-tricks/flat-config#switching-to-eslints-flat-config-format). -For more on eslint's flat config, and how to use our generator to get to flat conifg checkout this video: +For more on eslint's flat config, and how to use our generator to get to flat config checkout this video: {% youtube src="https://www.youtube.com/watch?v=32XH909CZrY" diff --git a/docs/changelog/19_8_0.md b/docs/changelog/19_8_0.md index ed560660ef81f..51677caab37ac 100644 --- a/docs/changelog/19_8_0.md +++ b/docs/changelog/19_8_0.md @@ -1,6 +1,9 @@ -# [Nx 19.8](/blog/nx-19-8-update) +# [Nx 19.8 Blogpost](/blog/nx-19-8-update) -[![Nx 19.8 Update!!](/blog/images/2024-09-20/thumbnail.png)](/blog/nx-19-8-update) +{% youtube +src="https://youtu.be/Zgv4LHvwGx0" +title="Nx Console Run UI Form" +width="100%" /%} ## Features