docs(core): cleanup youtube tags
This commit is contained in:
parent
ee93657c3b
commit
dcecb6f46a
@ -5,7 +5,7 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/KBFQZw5ynFs"
|
src="https://www.youtube.com/embed/KBFQZw5ynFs"
|
||||||
title="What's new in Nx 15.3?"
|
title="What's new in Nx 15.3?"
|
||||||
width="100%" /%}
|
/%}
|
||||||
Here are some of our feature highlights:
|
Here are some of our feature highlights:
|
||||||
|
|
||||||
{% cards cols="2" %}
|
{% cards cols="2" %}
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/G02THNy3PcE"
|
src="https://www.youtube.com/embed/G02THNy3PcE"
|
||||||
title="Nx 15.4 is out! Here's all you need to know"
|
title="Nx 15.4 is out! Here's all you need to know"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Here are some of our feature highlights:
|
Here are some of our feature highlights:
|
||||||
|
|
||||||
{% cards cols="2" %}
|
{% cards cols="2" %}
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/IStJODzZSoc"
|
src="https://www.youtube.com/embed/IStJODzZSoc"
|
||||||
title="What's new in Nx 15.7?"
|
title="What's new in Nx 15.7?"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Here are some of our feature highlights:
|
Here are some of our feature highlights:
|
||||||
|
|
||||||
{% cards cols="2" %}
|
{% cards cols="2" %}
|
||||||
|
|||||||
@ -5,7 +5,8 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/4XdHT5Y7zj4"
|
src="https://www.youtube.com/embed/4XdHT5Y7zj4"
|
||||||
title="Nx 15.8 - All you need to know!"
|
title="Nx 15.8 - All you need to know!"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Here are some of our feature highlights:
|
Here are some of our feature highlights:
|
||||||
|
|
||||||
{% cards cols="2" %}
|
{% cards cols="2" %}
|
||||||
|
|||||||
@ -5,7 +5,8 @@ We’re proud to announce the release of Nx version 16!
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/JIhOyJtuxEA"
|
src="https://www.youtube.com/embed/JIhOyJtuxEA"
|
||||||
title="Nx 16.0 Release"
|
title="Nx 16.0 Release"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Here are some of our feature highlights:
|
Here are some of our feature highlights:
|
||||||
|
|
||||||
{% cards cols="2" %}
|
{% cards cols="2" %}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/7XLoLOc3afY"
|
src="https://www.youtube.com/embed/7XLoLOc3afY"
|
||||||
title="Nx 16.5 Release!!!!"
|
title="Nx 16.5 Release!!!!"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Feature highlights:
|
Feature highlights:
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Nx 12.7 comes with a dedicated Storybook addon for React which dramatically simp
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/oUE74McS_NY"
|
src="https://www.youtube.com/embed/oUE74McS_NY"
|
||||||
title="New in Nx 12.7: React Storybook Preset"
|
title="New in Nx 12.7: React Storybook Preset"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Here are the main differences to the previous versions of Nx:
|
Here are the main differences to the previous versions of Nx:
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,7 @@ This tutorial sets up a repo with a single application at the root level that br
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/LYPVrWQNnEc"
|
src="https://www.youtube.com/embed/LYPVrWQNnEc"
|
||||||
title="Tutorial: Standalone Angular Application"
|
title="Tutorial: Standalone Angular Application"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/angular-standalone" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/angular-standalone" /%}
|
||||||
|
|
||||||
|
|||||||
@ -27,7 +27,7 @@ Also, if you prefer learning with a video, join Juri and walk through the tutori
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/ZAO0yXupIIE"
|
src="https://www.youtube.com/embed/ZAO0yXupIIE"
|
||||||
title="Tutorial: Standalone Angular Application"
|
title="Tutorial: Standalone Angular Application"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
## Creating a new Angular App
|
## Creating a new Angular App
|
||||||
|
|
||||||
|
|||||||
@ -13,7 +13,7 @@ The `nx migrate` command helps by automating the process of updating:
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/Ss6MfcXi0jE"
|
src="https://www.youtube.com/embed/Ss6MfcXi0jE"
|
||||||
title="How Automated Code Migrations Work"
|
title="How Automated Code Migrations Work"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Nx knows where its configuration files are and can therefore make sure they match the expected format. This automated update process, commonly referred to as "migration," becomes even more powerful when you leverage [Nx plugins](/packages). Nx plugins, which are NPM packages with a range of capabilities (code generation, task automation...), offer targeted updates based on their specific areas of responsibility.
|
Nx knows where its configuration files are and can therefore make sure they match the expected format. This automated update process, commonly referred to as "migration," becomes even more powerful when you leverage [Nx plugins](/packages). Nx plugins, which are NPM packages with a range of capabilities (code generation, task automation...), offer targeted updates based on their specific areas of responsibility.
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ To help with that Nx uses code analysis to make sure projects can only depend on
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/q0en5vlOsWY"
|
src="https://www.youtube.com/embed/q0en5vlOsWY"
|
||||||
title="Applying Module Boundaries"
|
title="Applying Module Boundaries"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
## Project APIs
|
## Project APIs
|
||||||
|
|
||||||
|
|||||||
@ -14,7 +14,7 @@ Nx 12.7 comes with a dedicated Storybook addon for React which dramatically simp
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/oUE74McS_NY"
|
src="https://www.youtube.com/embed/oUE74McS_NY"
|
||||||
title="New in Nx 12.7: React Storybook Preset"
|
title="New in Nx 12.7: React Storybook Preset"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Here are the main differences to the previous versions of Nx:
|
Here are the main differences to the previous versions of Nx:
|
||||||
|
|
||||||
|
|||||||
@ -17,4 +17,4 @@ The following video tutorial walks you through such a scenario.
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/M5NwkRNrpK0"
|
src="https://www.youtube.com/embed/M5NwkRNrpK0"
|
||||||
title="Nx Tutorial: Migrate Multiple Angular CLI apps into a Single Nx Monorepo"
|
title="Nx Tutorial: Migrate Multiple Angular CLI apps into a Single Nx Monorepo"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|||||||
@ -126,7 +126,7 @@ Learn more about the advantages of Nx in the following guides:
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/vRj9SNVYKrE"
|
src="https://www.youtube.com/embed/vRj9SNVYKrE"
|
||||||
title="Nx Console Updates 17.15.0"
|
title="Nx Console Updates 17.15.0"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
Nx Console no longer supports the Angular CLI. Angular CLI users will receive a notice, asking if they want to switch to Nx.
|
Nx Console no longer supports the Angular CLI. Angular CLI users will receive a notice, asking if they want to switch to Nx.
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@ You can find more information on the difference between the two in [our introduc
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/-Oe8j-NZcBc"
|
src="https://www.youtube.com/embed/-Oe8j-NZcBc"
|
||||||
title="Tutorial: Node Server"
|
title="Tutorial: Node Server"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
# Node Server Tutorial - Part 1: Code Generation
|
# Node Server Tutorial - Part 1: Code Generation
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/weZ7NAzB7PM"
|
src="https://www.youtube.com/embed/weZ7NAzB7PM"
|
||||||
title="Tutorial: Getting Started with Integrated Repos"
|
title="Tutorial: Getting Started with Integrated Repos"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/integrated" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/integrated" /%}
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/hzTMKuE3CDw"
|
src="https://www.youtube.com/embed/hzTMKuE3CDw"
|
||||||
title="Tutorial: Getting Started with Package-Based Repos"
|
title="Tutorial: Getting Started with Package-Based Repos"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/package-based" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/package-based" /%}
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ This tutorial sets up a repo with a single application at the root level that br
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/dqCZteGFP4k"
|
src="https://www.youtube.com/embed/dqCZteGFP4k"
|
||||||
title="Tutorial: React Standalone Application"
|
title="Tutorial: React Standalone Application"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/react-standalone" /%}
|
{% github-repository url="https://github.com/nrwl/nx-recipes/tree/main/react-standalone" /%}
|
||||||
|
|
||||||
|
|||||||
@ -32,7 +32,7 @@ Here's the source code of the final result for this tutorial.
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/OQ-Zc5tcxJE"
|
src="https://www.youtube.com/embed/OQ-Zc5tcxJE"
|
||||||
title="Tutorial: Standalone React Application"
|
title="Tutorial: Standalone React Application"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
## Creating a new React App
|
## Creating a new React App
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ The `Generate` action allows you to choose a generator and then opens a form lis
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/-nUr66MWRiE"
|
src="https://www.youtube.com/embed/-nUr66MWRiE"
|
||||||
title="Nx Console Generate UI Form"
|
title="Nx Console Generate UI Form"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
**From the Command Palette**
|
**From the Command Palette**
|
||||||
|
|
||||||
@ -14,11 +14,11 @@ You can also launch the `Generate` action from the Command Palette (`⇧⌘P`) b
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/Sk2XjFwF8Zo"
|
src="https://www.youtube.com/embed/Sk2XjFwF8Zo"
|
||||||
title="Nx Console Generate UI from Command Palette"
|
title="Nx Console Generate UI from Command Palette"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
You can even construct the generator options while staying entirely within the Command Palette. Use `⇧⌘P` to open the Command Palette, then select `nx: generate`. After choosing a generator, select any of the listed options to modify the generator command. When you're satisfied with the constructed command, choose the `Execute` command at the top of the list.
|
You can even construct the generator options while staying entirely within the Command Palette. Use `⇧⌘P` to open the Command Palette, then select `nx: generate`. After choosing a generator, select any of the listed options to modify the generator command. When you're satisfied with the constructed command, choose the `Execute` command at the top of the list.
|
||||||
|
|
||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/q5NTTqRYq9c"
|
src="https://www.youtube.com/embed/q5NTTqRYq9c"
|
||||||
title="Nx Console Generate with Command Palette"
|
title="Nx Console Generate with Command Palette"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|||||||
@ -11,4 +11,4 @@ Clicking the 
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/ve_N3unDqAg"
|
src="https://www.youtube.com/embed/ve_N3unDqAg"
|
||||||
title="Nx Console Projects Pane"
|
title="Nx Console Projects Pane"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|||||||
@ -6,4 +6,4 @@ You can also use `Nx: Run Target` to select a target first and then a matching p
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/CsUkSyQcxwQ"
|
src="https://www.youtube.com/embed/CsUkSyQcxwQ"
|
||||||
title="Nx Console Run from Command Palette"
|
title="Nx Console Run from Command Palette"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|||||||
@ -8,7 +8,7 @@ Nx provides tooling around creating, and running custom generators from within y
|
|||||||
src="https://www.youtube.com/embed/myqfGDWC2go"
|
src="https://www.youtube.com/embed/myqfGDWC2go"
|
||||||
title="Scaffold new Pkgs in a PNPM Workspaces Monorepo"
|
title="Scaffold new Pkgs in a PNPM Workspaces Monorepo"
|
||||||
caption="Demoes how to use Nx generators in a PNPM workspace to automate the creation of libraries"
|
caption="Demoes how to use Nx generators in a PNPM workspace to automate the creation of libraries"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
## Creating a generator
|
## Creating a generator
|
||||||
|
|
||||||
|
|||||||
@ -7,7 +7,7 @@ This preset option is pointing to a special generator function (remember, a gene
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/yGUrF0-uqaU"
|
src="https://www.youtube.com/embed/yGUrF0-uqaU"
|
||||||
title="Develop a Nx Preset for your Nx Plugin"
|
title="Develop a Nx Preset for your Nx Plugin"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
## What is a preset?
|
## What is a preset?
|
||||||
|
|
||||||
|
|||||||
@ -5,7 +5,7 @@ There are often tasks in a codebase that apply to the whole codebase rather than
|
|||||||
{% youtube
|
{% youtube
|
||||||
src="https://www.youtube.com/embed/PRURABLaS8s"
|
src="https://www.youtube.com/embed/PRURABLaS8s"
|
||||||
title="Run root-level NPM scripts with Nx"
|
title="Run root-level NPM scripts with Nx"
|
||||||
width="100%" /%}
|
/%}
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user