diff --git a/docs/courses/pnpm-nx-next/lessons/04-task-pipelines.md b/docs/courses/pnpm-nx-next/lessons/04-task-pipelines.md index 77f63564e6..e6de7bd581 100644 --- a/docs/courses/pnpm-nx-next/lessons/04-task-pipelines.md +++ b/docs/courses/pnpm-nx-next/lessons/04-task-pipelines.md @@ -1,5 +1,5 @@ --- -title: 'Automate Task Pipelines to Build Before next start' +title: 'Create a Task Pipeline to Build Your Next app Before Serving it' videoUrl: 'https://youtu.be/_U4hu6SuBaY' duration: '3:07' --- diff --git a/docs/courses/pnpm-nx-next/lessons/08-remote-caching.md b/docs/courses/pnpm-nx-next/lessons/08-remote-caching.md index 34e686b39d..68ed00c4e2 100644 --- a/docs/courses/pnpm-nx-next/lessons/08-remote-caching.md +++ b/docs/courses/pnpm-nx-next/lessons/08-remote-caching.md @@ -1,5 +1,5 @@ --- -title: 'Configure CI to Access Remote Caching' +title: 'Enable Read/Write Access to your Nx Remote Cache from CI' videoUrl: 'https://youtu.be/vBokLJ_F8qs' duration: '1:45' --- diff --git a/docs/courses/pnpm-nx-next/lessons/11-nx-agents.md b/docs/courses/pnpm-nx-next/lessons/11-nx-agents.md index 83622292bf..411d1c4762 100644 --- a/docs/courses/pnpm-nx-next/lessons/11-nx-agents.md +++ b/docs/courses/pnpm-nx-next/lessons/11-nx-agents.md @@ -1,5 +1,5 @@ --- -title: 'Run Tasks in Parallel on Different Machines on CI' +title: 'Speed Up CI by Running Tasks in Parallel on Different Machines' videoUrl: 'https://youtu.be/lO_p4tA6IZI' duration: '2:08' --- diff --git a/docs/courses/pnpm-nx-next/lessons/12-playwright-split.md b/docs/courses/pnpm-nx-next/lessons/12-playwright-split.md index 8493f5aae2..49f7b99f94 100644 --- a/docs/courses/pnpm-nx-next/lessons/12-playwright-split.md +++ b/docs/courses/pnpm-nx-next/lessons/12-playwright-split.md @@ -1,5 +1,5 @@ --- -title: 'Split Playwright e2e Tests for a Faster CI' +title: 'Run Playwright E2E Tests Faster by Parallelizing Them on CI' videoUrl: 'https://youtu.be/42XnmzxEXM8' duration: '5:47' ---