Skip to content

Commit 0d5b311

Browse files
committed
Added explicit ordering in module key
1 parent 1c4c8d7 commit 0d5b311

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

course_info.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"module": "intro",
3+
"module": "00-intro",
44
"name": "Introduction",
55
"description": "Learn what the Network Programmability Video Course is all about.",
66
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/intro/intro/README.md",
@@ -22,7 +22,7 @@
2222
]
2323
},
2424
{
25-
"module": "programming_fundamentals",
25+
"module": "01-programming_fundamentals",
2626
"name": "Programming Fundamentals",
2727
"description": "Jumpstart your journey into Network Programmability with this quick introduction to the core programming fundamental topics you'll explore.",
2828
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/programming_fundamentals/README.md",
@@ -130,7 +130,7 @@
130130
]
131131
},
132132
{
133-
"module": "network_device_apis",
133+
"module": "02-network_device_apis",
134134
"name": "Network Device APIs",
135135
"description": "Network programmability is more than sending CLI with Python. Learn about the latest in programmatic device interfaces in this module.",
136136
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/network_device_apis/README.md",
@@ -259,7 +259,7 @@
259259
]
260260
},
261261
{
262-
"module": "network_controllers",
262+
"module": "03-network_controllers",
263263
"name": "Network Controllers",
264264
"description": "Explore what network controllers offer to Software Defined Networking.",
265265
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/network_controllers/README.md",
@@ -423,15 +423,15 @@
423423
]
424424
},
425425
{
426-
"module": "application_hosting",
426+
"module": "04-application_hosting",
427427
"name": "Application Hosting and the Network",
428428
"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.",
429429
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/application_hosting/README.md",
430430
"image": "",
431431
"lessons": [
432432
{
433433
"lesson": "intro",
434-
"name": "Cloud to Fog… Why Host Apps in the Network",
434+
"name": "Cloud to Fog: Why Host Apps in the Network",
435435
"description": "Trying to understand why you might want to run code and applications on the network devices? This lesson breaks it down.",
436436
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/application_hosting/intro/README.md",
437437
"sandbox": null,
@@ -507,7 +507,7 @@
507507
]
508508
},
509509
{
510-
"module": "netdevops",
510+
"module": "05-netdevops",
511511
"name": "NetDevOps",
512512
"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.",
513513
"readme": "https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/netdevops/README.md",

course_info.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - Provide details about the modules and lessons in the course
77
##############################################################
88
---
9-
- module: intro
9+
- module: 00-intro
1010
name: Introduction
1111
description: Learn what the Network Programmability Video Course is all about.
1212
readme: https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/intro/intro/README.md
@@ -24,7 +24,7 @@
2424
completedPercentage: 0
2525
viewed: false
2626
duration: ''
27-
- module: programming_fundamentals
27+
- module: 01-programming_fundamentals
2828
name: Programming Fundamentals
2929
description: Jumpstart your journey into Network Programmability with this quick
3030
introduction to the core programming fundamental topics you'll explore.
@@ -118,7 +118,7 @@
118118
completedPercentage: 0
119119
viewed: false
120120
duration: ''
121-
- module: network_device_apis
121+
- module: 02-network_device_apis
122122
name: Network Device APIs
123123
description: Network programmability is more than sending CLI with Python. Learn
124124
about the latest in programmatic device interfaces in this module.
@@ -215,7 +215,7 @@
215215
completedPercentage: 0
216216
viewed: false
217217
duration: ''
218-
- module: network_controllers
218+
- module: 03-network_controllers
219219
name: Network Controllers
220220
description: Explore what network controllers offer to Software Defined Networking.
221221
readme: https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/network_controllers/README.md
@@ -345,7 +345,7 @@
345345
completedPercentage: 0
346346
viewed: false
347347
duration: ''
348-
- module: application_hosting
348+
- module: 04-application_hosting
349349
name: Application Hosting and the Network
350350
description: The switches and routers in your network can do much more than just
351351
pass packets these days. Edge or Fog computing is the next big thing, and in
@@ -354,7 +354,7 @@
354354
image: ''
355355
lessons:
356356
- lesson: intro
357-
name: Cloud to Fog… Why Host Apps in the Network
357+
name: 'Cloud to Fog: Why Host Apps in the Network'
358358
description: Trying to understand why you might want to run code and applications
359359
on the network devices? This lesson breaks it down.
360360
readme: https://raw.githubusercontent.com/CiscoDevNet/netprog_basics/master/application_hosting/intro/README.md
@@ -416,7 +416,7 @@
416416
completedPercentage: 0
417417
viewed: false
418418
duration: ''
419-
- module: netdevops
419+
- module: 05-netdevops
420420
name: NetDevOps
421421
description: NetDevOps is about bringing the culture, tools, and best practices
422422
from DevOps to networking. Get started with configuration management for the

0 commit comments

Comments
 (0)