Skip to content

Commit

Permalink
Add missing .meta/config.json files for concepts (JuliaLang#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Aug 30, 2021
1 parent a67a6e2 commit e270b1b
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 0 deletions.
5 changes: 5 additions & 0 deletions concepts/arithmetic-operators/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for arithmetic-operators concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/boolean-expressions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for boolean-expressions concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/conditionals/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for conditionals concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/if-expressions/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for if-expressions concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/short-circuit-evaluation/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for short-circuit-evaluation concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/ternary-operator/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for ternary-operator concept",
"authors": [],
"contributors": []
}

0 comments on commit e270b1b

Please sign in to comment.