-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
25 lines (25 loc) · 746 Bytes
/
manifest.json
File metadata and controls
25 lines (25 loc) · 746 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"title": "Introduction to JavaScript for APEX Developers",
"modules": [
{
"name": "lab-intro-and-setup",
"title": "Lab Introduction and Setup",
"filename": "0-lab-intro-and-setup/content.md"
},
{
"name": "javascript-basics",
"title": "Module 1: JavaScript Basics",
"filename": "1-javascript-basics/content.md"
},
{
"name": "adding-javascript-to-apex-apps",
"title": "Module 2: Adding JavaScript to APEX Apps",
"filename": "2-adding-javascript-to-apex-apps/content.md"
},
{
"name": "working-with-the-dom-and-jquery",
"title": "Module 3: Working with the DOM and jQuery",
"filename": "3-working-with-the-dom-and-jquery/content.md"
}
]
}