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
34 lines (34 loc) · 1.02 KB
/
Copy pathsection_data.json
File metadata and controls
34 lines (34 loc) · 1.02 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
[
{
"learning_path_group": "Introduction",
"dirName": "introduction",
"workbook": "01-introduction.asciidoc",
"translations": ["de", "it", "ja", "zh", "ru", "es"],
"image": "images/learn/LP_thumbnail_introduction.jpg",
"renderArticles": true
},
{
"learning_path_group": "Trusted Committer",
"dirName": "trusted-committer",
"workbook": "02-trusted-committer.asciidoc",
"translations": ["de", "zh", "ja"],
"image": "images/learn/LP_thumbnail_trustedcommitter.jpg",
"renderArticles": true
},
{
"learning_path_group": "Contributor",
"dirName": "contributor",
"workbook": "04-contributor.asciidoc",
"translations": ["it", "ja", "zh", "de"],
"image": "images/learn/LP_thumbnail_contributor.jpg",
"renderArticles": true
},
{
"learning_path_group": "Product Owner",
"dirName": "product-owner",
"workbook": "03-product-owner.asciidoc",
"translations": ["zh"],
"image": "images/learn/LP_thumbnail_productowner.jpg",
"renderArticles": false
}
]