Skip to content

Commit

Permalink
Add a .meta/config.json file for all concepts found in the track's …
Browse files Browse the repository at this point in the history
…`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
  • Loading branch information
ErikSchierboom committed Apr 2, 2021
1 parent a389745 commit 899a69e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
7 changes: 7 additions & 0 deletions concepts/booleans/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"blurb": "TODO: add blurb for booleans concept",
"authors": [
"aimorris"
],
"contributors": []
}
3 changes: 1 addition & 2 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,7 @@
{
"uuid": "aa02ae57-c40b-448f-a2cb-7abc2fab0031",
"slug": "booleans",
"name": "Booleans",
"blurb": "TODO: add blurb for booleans concept"
"name": "Booleans"
}
],
"key_features": [],
Expand Down

0 comments on commit 899a69e

Please sign in to comment.