Skip to content

Commit f13b6e9

Browse files
authored
Merge pull request #65 from annegentle/ag-update-toc
Adds page titles to the table of contents in the JSON files
2 parents 9a7e019 + 8f5420a commit f13b6e9

File tree

2 files changed

+29
-15
lines changed

2 files changed

+29
-15
lines changed

labs/coding-101-rest-basics-ga/coding-101-rest-basics-ga.json

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,22 @@
55
"time": 20,
66
"byod": true,
77
"files": [
8-
{"title": "1.md"},
9-
{"title": "2.md"},
10-
{"title": "3.md"},
11-
{"title": "4.md"},
12-
{"title": "5.md"},
13-
{"title": "6.md"},
14-
{"title": "7.md"},
15-
{"title": "8.md"}
8+
{"title": "Coding 101 - REST API Basics with APIC-EM",
9+
"file": "1.md"},
10+
{"title": "Step 2. So what is a REST web service?",
11+
"file": "2.md"},
12+
{"title": "Step 3. What do I need to know to make a Request?",
13+
"file": "3.md"},
14+
{"title": "Step 4. Constructing a REST Call",
15+
"file": "4.md"},
16+
{"title": "Step 5. Make a REST API Call",
17+
"file": "5.md"},
18+
{"title": "Step 6. Using the Service Ticket to Make APIC-EM REST API Calls",
19+
"file": "6.md"},
20+
{"title": "Step 7. Getting the Network Hosts",
21+
"file": "7.md"},
22+
{"title": "Step 8. Getting the Network Devices",
23+
"file": "8.md"}
1624
],
1725
"tags": [
1826
{"title": "Coding"},

labs/coding-102-rest-python-ga/coding-102-rest-python-ga.json

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
"time": 35,
66
"byod": true,
77
"files": [
8-
{"title": "1.md"},
9-
{"title": "2.md"},
10-
{"title": "3.md"},
11-
{"title": "4.md"},
12-
{"title": "5.md"},
13-
{"title": "6.md"}
8+
{"title": "Step 1. Find the APIC-EM API Resources",
9+
"file": "1.md"},
10+
{"title": "Step 2. Make your first REST call from Python",
11+
"file": "2.md"},
12+
{"title": "Step 3. Getting Information About the Network",
13+
"file": "3.md"},
14+
{"title": "Step 4. Get Network Devices",
15+
"file": "4.md"},
16+
{"title": "Step 5. Build Network Topology",
17+
"file": "5.md"},
18+
{"title": "Step 6. Build Network Topology and Graphical Display",
19+
"file": "6.md"}
1420
],
1521
"tags": [
1622
{"title": "Coding"},
@@ -57,4 +63,4 @@
5763
"authors": [
5864
{"name": "brtiller", "email": "[email protected]"}
5965
]
60-
}
66+
}

0 commit comments

Comments
 (0)