-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathsection_data.json
More file actions
42 lines (42 loc) · 1.44 KB
/
section_data.json
File metadata and controls
42 lines (42 loc) · 1.44 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[
{
"learning_path_group": "Introduction",
"dirName": "introduction",
"workbook": "01-introduction.asciidoc",
"workbookImage": "images/learn/workbooks/Learning Path-Introduction Workbook-image.png",
"image": "images/learn/LP_thumbnail_introduction.jpg",
"renderArticles": true
},
{
"learning_path_group": "Trusted Committer",
"dirName": "trusted-committer",
"workbook": "02-trusted-committer.asciidoc",
"workbookImage": "images/learn/workbooks/Learning Path-Trusted Committer Workbook-image.png",
"image": "images/learn/LP_thumbnail_trustedcommitter.jpg",
"renderArticles": true
},
{
"learning_path_group": "Contributor",
"dirName": "contributor",
"workbook": "04-contributor.asciidoc",
"workbookImage": "images/learn/workbooks/Learning Path-Contributor Workbook-image.png",
"image": "images/learn/LP_thumbnail_contributor.jpg",
"renderArticles": true
},
{
"learning_path_group": "Product Owner",
"dirName": "product-owner",
"workbook": "03-product-owner.asciidoc",
"workbookImage": "images/learn/workbooks/Learning Path-Product Owner Workbook-image.png",
"image": "images/learn/LP_thumbnail_productowner.jpg",
"renderArticles": false
},
{
"learning_path_group": "Project Leader",
"dirName": "project-leader",
"workbook": "",
"workbookImage": "",
"image": "images/learn/LP_thumbnail_projectleader.jpg",
"renderArticles": true
}
]