Skip to content

Commit 1178bd6

Browse files
committed
feat: add video tutorial for NetDriver quick start and update video list
1 parent 7dd439a commit 1178bd6

2 files changed

Lines changed: 19 additions & 22 deletions

File tree

src/content/tutorials/netdriver/5min-quickstart-en.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
> Launching Netdriver with Docker to Automate your Network is a simple process.No need for SSH connection code or to write complex exceptions, NetDriver will make it as simple as calling a Rest API.
44
5+
<div style="margin: 2rem 0;">
6+
<iframe
7+
width="100%"
8+
height="400"
9+
src="https://www.youtube.com/embed/b7ZDJcVmz7Y"
10+
title="NetDriver Tutorial Video"
11+
frameborder="0"
12+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
13+
allowfullscreen
14+
style="max-width: 100%; border-radius: 8px;">
15+
</iframe>
16+
</div>
17+
518
---
619

720
## Why Use NetDriver?

src/content/videos/videos.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
11
{
22
"videos": [
33
{
4-
"id": "intro-to-opensecflow",
5-
"title": "Introduction to OpenSecFlow",
6-
"description": "Learn about OpenSecFlow and its core features for building secure web applications.",
7-
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
8-
"platform": "youtube",
9-
"publishedDate": "2024-01-15"
10-
},
11-
{
12-
"id": "astro-seo-best-practices",
13-
"title": "SEO Best Practices with Astro",
14-
"description": "Discover how to optimize your Astro website for search engines and improve your Core Web Vitals scores.",
15-
"url": "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
16-
"platform": "youtube",
17-
"publishedDate": "2024-01-20"
18-
},
19-
{
20-
"id": "tailwind-css-tips",
21-
"title": "Tailwind CSS Tips and Tricks",
22-
"description": "Master Tailwind CSS with these advanced tips and tricks for building modern, responsive designs.",
23-
"url": "https://vimeo.com/123456789",
24-
"platform": "vimeo",
25-
"publishedDate": "2024-01-25"
4+
"id": "NetDriver-Quick-5-Minute-Setup-Tutorial",
5+
"title": "NetDriver Quick 5 Minute Setup Tutorial",
6+
"description": "NetDriver is an advanced open-source framework for automating network devices. Its main purpose is to use a high-level HTTP RESTful interface to make it easier to execute low-level commands on different networking equipment.",
7+
"url": "https://youtu.be/b7ZDJcVmz7Y",
8+
"platform": "youtube ",
9+
"publishedDate": "2026-01-28"
2610
}
2711
]
2812
}

0 commit comments

Comments
 (0)