Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🤖 Add .meta/config.json file for concepts #312

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions concepts/callbacks/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for callbacks concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/errors-basic/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for errors-basic concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/futures/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for futures concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/iterables-basic/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for iterables-basic concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/numbers-basic/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for numbers-basic concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/recursion/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for recursion concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/strings-basic/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for strings-basic concept",
"authors": [],
"contributors": []
}
5 changes: 5 additions & 0 deletions concepts/type-conversion/.meta/config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"blurb": "TODO: add blurb for type-conversion concept",
"authors": [],
"contributors": []
}
24 changes: 8 additions & 16 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -569,50 +569,42 @@
{
"uuid": "ba21e341-5393-4484-b5b1-a82e56a87d06",
"slug": "callbacks",
"name": "Callbacks",
"blurb": "TODO: add blurb for callbacks concept"
"name": "Callbacks"
},
{
"uuid": "66ae5bf8-222c-46b7-b343-ecc58e56d943",
"slug": "errors-basic",
"name": "Errors Basic",
"blurb": "TODO: add blurb for errors-basic concept"
"name": "Errors Basic"
},
{
"uuid": "b90f1363-7501-480f-bd85-e64a420325d1",
"slug": "futures",
"name": "Futures",
"blurb": "TODO: add blurb for futures concept"
"name": "Futures"
},
{
"uuid": "2727c1e4-8634-4229-82b1-004cb19d01c5",
"slug": "iterables-basic",
"name": "Iterables Basic",
"blurb": "TODO: add blurb for iterables-basic concept"
"name": "Iterables Basic"
},
{
"uuid": "df1cc116-f806-4f8b-b97a-440f1425c9c7",
"slug": "numbers-basic",
"name": "Numbers Basic",
"blurb": "TODO: add blurb for numbers-basic concept"
"name": "Numbers Basic"
},
{
"uuid": "d2a40784-15fa-4ea3-8e71-581aea4f3398",
"slug": "recursion",
"name": "Recursion",
"blurb": "TODO: add blurb for recursion concept"
"name": "Recursion"
},
{
"uuid": "4f20c5b4-7d32-4cff-8bab-6c544d776f78",
"slug": "strings-basic",
"name": "Strings Basic",
"blurb": "TODO: add blurb for strings-basic concept"
"name": "Strings Basic"
},
{
"uuid": "692ca96a-ed31-4bf7-a981-f7f51211b24d",
"slug": "type-conversion",
"name": "Type Conversion",
"blurb": "TODO: add blurb for type-conversion concept"
"name": "Type Conversion"
}
],
"key_features": [],
Expand Down