Skip to content

Commit

Permalink
Merge pull request #90 from MatheusFC2/feat/config-json
Browse files Browse the repository at this point in the history
Modified API Config.json
  • Loading branch information
kjkGustavo authored Oct 28, 2022
2 parents d82af7f + b3c975f commit 5a2600f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
},
{
"name": "Kotlin4noobs",
"image": "https://silvrback.s3.amazonaws.com/uploads/0f11ba64-5b55-4e0f-b4fb-4c5faf611c7b/kotlin_800x320.png",
"description": "Tutorial de Kotlin para iniciantes na linguagem.",
"category": "Linguagens de programação",
"author": {
Expand All @@ -473,6 +474,18 @@
"avatar_url": "https://github.com/gustavofreze.png"
},
"url": "https://github.com/gustavofreze/kotlin4noobs"
},
{
"name": "Swift4noobs",
"image": "https://silvrback.s3.amazonaws.com/uploads/0f11ba64-5b55-4e0f-b4fb-4c5faf611c7b/kotlin_800x320.png",
"description": "Introdução a linguagem de programação Swift para quem está começando no desenvolvimento iOS.",
"category": "Linguagens de programação",
"author": {
"name": "Giovanna Moeller",
"username": "giovannamoeller",
"avatar_url": "https://github.com/giovannamoeller.png"
},
"url": "https://github.com/giovannamoeller/swift4noobs"
}
],
"socials": {
Expand Down

0 comments on commit 5a2600f

Please sign in to comment.