docs(nxdev): updated the tutorial headings in the docs

This commit is contained in:
katerina 2021-03-08 15:37:23 +02:00 committed by Victor Savkin
parent 49ba90b81a
commit 00f01bec1c
32 changed files with 61 additions and 61 deletions

View File

@ -1,6 +1,6 @@
# Step 1: Create Application
# Angular Nx Tutorial - Step 1: Create Application
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 1: Create Application
<iframe width="560" height="315" src="https://www.youtube.com/embed/i37yJKK8qGI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 2: Add E2E Tests
# Angular Nx Tutorial - Step 2: Add E2E Tests
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 2: Add E2E Test
<iframe width="560" height="315" src="https://www.youtube.com/embed/owRAO75DIR4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 3: Display Todos
# Angular Nx Tutorial - Step 3: Display Todos
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 3: Display Todos
<iframe width="560" height="315" src="https://www.youtube.com/embed/JlKAwGXmpac" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 4: Connect to an API
# Angular Nx Tutorial - Step 4: Connect to an API
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 4: Connect to API
<iframe width="560" height="315" src="https://www.youtube.com/embed/digMpZzPtg8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 5: Add Node Application Implementing API
# Angular Nx Tutorial - Step 5: Add Node Application Implementing API
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 5: Add Node Application Implementing API
<iframe width="560" height="315" src="https://www.youtube.com/embed/SsCx2WErVTI" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 6: Proxy
# Angular Nx Tutorial - Step 6: Proxy
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 6: Configure Proxy
<iframe width="560" height="315" src="https://www.youtube.com/embed/7d6jDAbmVnE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 7: Share Code
# Angular Nx Tutorial - Step 7: Share Code
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 7: Share Code
<iframe width="560" height="315" src="https://www.youtube.com/embed/icyOSQ6gAm0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 8: Create Libs
# Angular Nx Tutorial - Step 8: Create Libs
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 8: Create Libraries
<iframe width="560" height="315" src="https://www.youtube.com/embed/szaH7fNw0zg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 9: Dep Graph
# Angular Nx Tutorial - Step 9: Dep Graph
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 9: Dep Graph
<iframe width="560" height="315" src="https://www.youtube.com/embed/8fr2RukmfW0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 10: Computation Caching
# Angular Nx Tutorial - Step 10: Computation Caching
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 10: Use Computation Caching
<iframe width="560" height="315" src="https://www.youtube.com/embed/HX3--ilBhBs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 11: Test Affected Projects
# Angular Nx Tutorial - Step 11: Test Affected Projects
## Video of this Lesson
## Nx.dev Tutorial | Angular | Step 11: Test Affected Projects
<iframe width="560" height="315" src="https://www.youtube.com/embed/5t77CPl-bbM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,4 +1,4 @@
# Step 12: Summary
# Angular Nx Tutorial - Step 12: Summary
In this tutorial you:

View File

@ -1,6 +1,6 @@
# Step 1: Create Application
# Node Nx Tutorial - Step 1: Create Application
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 1: Create Application
<iframe width="560" height="315" src="https://www.youtube.com/embed/UcBSBQYNlhE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 2: Display todos
# Node Nx Tutorial - Step 2: Display todos
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 2: Display Todos
<iframe width="560" height="315" src="https://www.youtube.com/embed/I4-sO2LeVbU" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 3: Share Code
# Node Nx Tutorial - Step 3: Share Code
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 3: Share Code
<iframe width="560" height="315" src="https://www.youtube.com/embed/MqqwOoKa-Ho" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 4: Create Libraries
# Node Nx Tutorial - Step 4: Create Libraries
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 4: Create Libraries
<iframe width="560" height="315" src="https://www.youtube.com/embed/V29I_DHGlB8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 5: Dep Graph
# Node Nx Tutorial - Step 5: Dep Graph
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 5: Dep Graph
<iframe width="560" height="315" src="https://www.youtube.com/embed/l9MjZ9IPdu4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 6: Computation Caching
# Node Nx Tutorial - Step 6: Computation Caching
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 6: Computation Caching
<iframe width="560" height="315" src="https://www.youtube.com/embed/gXChzhI1Qpg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 7: Test Affected Projects
# Node Nx Tutorial - Step 7: Test Affected Projects
## Video of this Lesson
## Nx.dev Tutorial | Node | Step 6: Computation Caching
<iframe width="560" height="315" src="https://www.youtube.com/embed/TRRVLyHfN60" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,4 +1,4 @@
# Step 8: Summary
# Node Nx Tutorial - Step 8: Summary
In this tutorial you:

View File

@ -1,6 +1,6 @@
# Step 1: Create Application
# React Nx Tutorial - Step 1: Create Application
## Video of this Lesson
## Nx.dev Tutorial | React | Step 1: Create Application
<iframe width="560" height="315" src="https://www.youtube.com/embed/HcQE5R6ucng" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 2: Add E2E Tests
# React Nx Tutorial - Step 2: Add E2E Tests
## Video of this Lesson
## Nx.dev Tutorial | React | Step 2: Add E2E Tests
<iframe width="560" height="315" src="https://www.youtube.com/embed/3HSzqt3WiVg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 3: Display Todos
# React Nx Tutorial - Step 3: Display Todos
## Video of this Lesson
## VNx.dev Tutorial | React | Step 3: Display Todos
<iframe width="560" height="315" src="https://www.youtube.com/embed/fNehP0WX__c" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 4: Connect to an API
# React Nx Tutorial - Step 4: Connect to an API
## Video of this Lesson
## Nx.dev Tutorial | React | Step 4: Connect to an API
<iframe width="560" height="315" src="https://www.youtube.com/embed/HexxYHpIfAo" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 5: Add Node Application Implementing API
# React Nx Tutorial - Step 5: Add Node Application Implementing API
## Video of this Lesson
## Nx.dev Tutorial | React | Step 5: Add Node Application Implementing API
<iframe width="560" height="315" src="https://www.youtube.com/embed/XgfknOqgxQ0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 6: Proxy
# React Nx Tutorial - Step 6: Proxy
## Video of this Lesson
## Nx.dev Tutorial | React | Step 6: Proxy
<iframe width="560" height="315" src="https://www.youtube.com/embed/xfvCz-yLeEw" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 7: Share Code
# React Nx Tutorial - Step 7: Share Code
## Video of this Lesson
## Nx.dev Tutorial | React | Step 7: Share Code
<iframe width="560" height="315" src="https://www.youtube.com/embed/-zzw4_oT_2I" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 8: Create Libs
# React Nx Tutorial - Step 8: Create Libs
## Video of this Lesson
## Nx.dev Tutorial | React | Step 8: Create Libs
<iframe width="560" height="315" src="https://www.youtube.com/embed/a1CAYlXizWM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 9: Dep Graph
# React Nx Tutorial - Step 9: Dep Graph
## Video of this Lesson
## Nx.dev Tutorial | React | Step 9: Dep Graph
<iframe width="560" height="315" src="https://www.youtube.com/embed/Dr7jI9RYcmY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 10: Computation Caching
# React Nx Tutorial - Step 10: Computation Caching
## Video of this Lesson
## Nx.dev Tutorial | React | step 10: Computation Caching
<iframe width="560" height="315" src="https://www.youtube.com/embed/aNjvT3VX1Ts" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,6 +1,6 @@
# Step 11: Test Affected Projects
# React Nx Tutorial - Step 11: Test Affected Projects
## Video of this Lesson
## Nx.dev Tutorial | React | Step 11: Test Affected Projects
<iframe width="560" height="315" src="https://www.youtube.com/embed/_mBBFRjs01g" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

View File

@ -1,4 +1,4 @@
# Step 12: Summary
# React Nx Tutorial - Step 12: Summary
In this tutorial you: