|
1 | 1 | [
|
2 | 2 | {
|
3 |
| - "module": "intro", |
| 3 | + "module": "00-intro", |
4 | 4 | "name": "Introduction",
|
5 | 5 | "description": "Learn what the Network Programmability Video Course is all about.",
|
6 | 6 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/intro/intro/README.md",
|
|
22 | 22 | ]
|
23 | 23 | },
|
24 | 24 | {
|
25 |
| - "module": "programming_fundamentals", |
| 25 | + "module": "01-programming_fundamentals", |
26 | 26 | "name": "Programming Fundamentals",
|
27 | 27 | "description": "Jumpstart your journey into Network Programmability with this quick introduction to the core programming fundamental topics you'll explore.",
|
28 | 28 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/programming_fundamentals/README.md",
|
|
130 | 130 | ]
|
131 | 131 | },
|
132 | 132 | {
|
133 |
| - "module": "network_device_apis", |
| 133 | + "module": "02-network_device_apis", |
134 | 134 | "name": "Network Device APIs",
|
135 | 135 | "description": "Network programmability is more than sending CLI with Python. Learn about the latest in programmatic device interfaces in this module.",
|
136 | 136 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/network_device_apis/README.md",
|
|
259 | 259 | ]
|
260 | 260 | },
|
261 | 261 | {
|
262 |
| - "module": "network_controllers", |
| 262 | + "module": "03-network_controllers", |
263 | 263 | "name": "Network Controllers",
|
264 | 264 | "description": "Explore what network controllers offer to Software Defined Networking.",
|
265 | 265 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/network_controllers/README.md",
|
|
423 | 423 | ]
|
424 | 424 | },
|
425 | 425 | {
|
426 |
| - "module": "application_hosting", |
| 426 | + "module": "04-application_hosting", |
427 | 427 | "name": "Application Hosting and the Network",
|
428 | 428 | "description": "The switches and routers in your network can do much more than just pass packets these days. Edge or Fog computing is the next big thing, and in this module learn how Linux, Python and Containers can all be hosted at the edge.",
|
429 | 429 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/application_hosting/README.md",
|
430 | 430 | "image": "",
|
431 | 431 | "lessons": [
|
432 | 432 | {
|
433 | 433 | "lesson": "intro",
|
434 |
| - "name": "Cloud to Fog… Why Host Apps in the Network", |
| 434 | + "name": "Cloud to Fog: Why Host Apps in the Network", |
435 | 435 | "description": "Trying to understand why you might want to run code and applications on the network devices? This lesson breaks it down.",
|
436 | 436 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/application_hosting/intro/README.md",
|
437 | 437 | "sandbox": null,
|
|
507 | 507 | ]
|
508 | 508 | },
|
509 | 509 | {
|
510 |
| - "module": "netdevops", |
| 510 | + "module": "05-netdevops", |
511 | 511 | "name": "NetDevOps",
|
512 | 512 | "description": "NetDevOps is about bringing the culture, tools, and best practices from DevOps to networking. Get started with configuration management for the network in this module.",
|
513 | 513 | "readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/netdevops/README.md",
|
|
0 commit comments