forked from InnerSourceCommons/InnerSourceLearningPath
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsection_data.json
More file actions
30 lines (30 loc) · 874 Bytes
/
section_data.json
File metadata and controls
30 lines (30 loc) · 874 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
26
27
28
29
30
[
{
"learning_path_group": "Introduction",
"dirName": "introduction",
"workbook": "01-introduction.asciidoc",
"image": "images/learn/LP_thumbnail_introduction.jpg",
"renderArticles": true
},
{
"learning_path_group": "Trusted Committer",
"dirName": "trusted-committer",
"workbook": "02-trusted-committer.asciidoc",
"image": "images/learn/LP_thumbnail_trustedcommitter.jpg",
"renderArticles": true
},
{
"learning_path_group": "Contributor",
"dirName": "contributor",
"workbook": "04-contributor.asciidoc",
"image": "images/learn/LP_thumbnail_contributor.jpg",
"renderArticles": true
},
{
"learning_path_group": "Product Owner",
"dirName": "product-owner",
"workbook": "03-product-owner.asciidoc",
"image": "images/learn/LP_thumbnail_productowner.jpg",
"renderArticles": false
}
]