Skip to content

Commit f125d1a

Browse files
ErikSchierboommirkoperillo
authored andcommitted
Add a .meta/config.json file for all concepts found in the track's config.json file containing:
- A `blurb` key, which value is copied from the `config.json` file and removed from the `config.json` file - An `authors` key, the value of which is an empty array - A `contributors` key, the value of which is an empty array
1 parent cfcb47c commit f125d1a

18 files changed

Lines changed: 146 additions & 49 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"blurb": "TODO: add blurb for abstract concept",
3+
"authors": [],
4+
"contributors": []
5+
}

concepts/arrays/.meta/config.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"blurb": "TODO: add blurb for arrays concept",
3+
"authors": [
4+
"samuelteixeiras",
5+
"ystromm"
6+
],
7+
"contributors": []
8+
}

concepts/basics/.meta/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"blurb": "TODO: add blurb for basics concept",
3+
"authors": [
4+
"mirkoperillo"
5+
],
6+
"contributors": []
7+
}

concepts/boolean/.meta/config.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"blurb": "TODO: add blurb for boolean concept",
3+
"authors": [],
4+
"contributors": []
5+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"blurb": "TODO: add blurb for booleans concept",
3+
"authors": [
4+
"mikedamay"
5+
],
6+
"contributors": []
7+
}

concepts/chars/.meta/config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"blurb": "TODO: add blurb for chars concept",
3+
"authors": [
4+
"ystromm"
5+
],
6+
"contributors": []
7+
}

concepts/classes/.meta/config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"blurb": "TODO: add blurb for classes concept",
3+
"authors": [
4+
"mikedamay"
5+
],
6+
"contributors": [
7+
"mirkoperillo"
8+
]
9+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"blurb": "TODO: add blurb for conditionals-if concept",
3+
"authors": [
4+
"TalesDias"
5+
],
6+
"contributors": []
7+
}
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"blurb": "TODO: add blurb for conditionals concept",
3+
"authors": [],
4+
"contributors": []
5+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"blurb": "TODO: add blurb for constructors concept",
3+
"authors": [
4+
"ystromm"
5+
],
6+
"contributors": [
7+
"mirkoperillo"
8+
]
9+
}

0 commit comments

Comments
 (0)