docs(misc): move videos further down because it looks weird (#26727)
Moves the videos further down in the blog post as otherwise the blog thumbnail and video (which has the same) follow one after the other which looks super weird.
This commit is contained in:
parent
66140faeec
commit
6761091182
@ -6,8 +6,6 @@ cover_image: '/blog/images/2023-10-20/featured_img.png'
|
||||
tags: [nx, design]
|
||||
---
|
||||
|
||||
{% youtube src="https://www.youtube.com/embed/1Z0iA9K1o8M?si=9XxIboXSZ5yxFpIt" /%}
|
||||
|
||||
We’re excited to announce the release of Nx version 17!
|
||||
|
||||
This article will cover the main things you need to know to get the most out of Nx 17!
|
||||
@ -27,6 +25,12 @@ Here’s a Table of Contents so you can skip straight to the updates you care ab
|
||||
- [Experimental: Nx Project Inference API v2](#experimental-nx-project-inference-api-v2)
|
||||
- [20k Github Stars!!](#20k-github-stars)
|
||||
|
||||
**Prefer a video?**
|
||||
|
||||
{% youtube src="https://www.youtube.com/embed/1Z0iA9K1o8M?si=9XxIboXSZ5yxFpIt" /%}
|
||||
|
||||
---
|
||||
|
||||
## It’s a Vue-tiful Day for Nx!
|
||||
|
||||
Ever since we added Vite as a first-class citizen to Nx workspaces (see `@nx/vite`), we started falling in love with the Vue community. The only logical next step: Nx now provides a brand new Vue plugin that is being maintained by the Nx team! (And we're already working on a [Nuxt](https://nuxt.com/) plugin 🤫)
|
||||
|
||||
@ -6,11 +6,6 @@ cover_image: '/blog/images/2024-05-08/nx-19-thumbnail.png'
|
||||
tags: [nx, release]
|
||||
---
|
||||
|
||||
{% youtube
|
||||
src="https://youtu.be/U6eO8-w9DR0"
|
||||
title="Nx 19.0 Has Landed!!"
|
||||
width="100%" /%}
|
||||
|
||||
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.
|
||||
@ -37,6 +32,15 @@ Here's the rundown of the major things we'll cover in this update:
|
||||
- [Wrapping Up, And A Heartfelt Thank You](#wrapping-up-and-a-heartfelt-thank-you)
|
||||
- [Learn More](#learn-more)
|
||||
|
||||
**Prefer a video?**
|
||||
|
||||
{% youtube
|
||||
src="https://youtu.be/U6eO8-w9DR0"
|
||||
title="Nx 19.0 Has Landed!!"
|
||||
width="100%" /%}
|
||||
|
||||
---
|
||||
|
||||
## NEW PLUGIN: @nx/gradle
|
||||
|
||||
[](/blog/manage-your-gradle-project-using-nx)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user