Skip to content

Commit 751084a

Browse files
chore: add videos
1 parent 95fba60 commit 751084a

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

content/devtools/ci-cd.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44
55
CI/CD integration is available for users with the **[Enterprise](/settings)** plan.
66

7+
You can watch this video to learn why & how CI/CD integration can help you:
8+
9+
<figure>
10+
<iframe
11+
width="800"
12+
height="450"
13+
src="https://www.youtube.com/embed/r5RXcBrnEQ8"
14+
title="YouTube video player"
15+
frameBorder="0"
16+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
17+
allowFullScreen
18+
></iframe>
19+
</figure>
20+
721
#### Publishing graphs
822

923
Let's first configure the application bootstrap file (`main.ts`) to use the `GraphPublisher` class (exported from the `@nestjs/devtools-integration` - see previous chapter for more details), as follows:

content/devtools/overview.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,21 @@ Just execute the code **on the fly** and see the results instantly, without havi
148148

149149
> info **Hint** To pretty display an array of objects, use the `console.table()` (or just `table()`) function.
150150
151+
You can watch this video to see the **Interactive Playground** feature in action:
152+
153+
<figure>
154+
<iframe
155+
width="800"
156+
height="450"
157+
src="https://www.youtube.com/embed/liSxEN_VXKM"
158+
title="YouTube video player"
159+
frameBorder="0"
160+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
161+
allowFullScreen
162+
></iframe>
163+
</figure>
164+
165+
151166
#### Bootstrap performance analyzer
152167

153168
To see a list of all class nodes (controllers, providers, enhancers, etc.) and their corresponding instantiation times, navigate to the **Bootstrap performance** page:

0 commit comments

Comments
 (0)