diff options
author | 2018-07-13 22:31:47 +0000 | |
---|---|---|
committer | 2018-07-13 22:31:47 +0000 | |
commit | 366ee0a58591c389350c3263706837b27d368b57 (patch) | |
tree | 32700eb9bf696a2e6d1a5eded31479db3f1a7be2 | |
parent | Minecraft? Never heard of 'em (diff) | |
parent | Updating resources.json (diff) |
Merge branch 'Hemlock_Work' into 'master'
Updating resources.json
See merge request python-discord/projects/site!25
-rw-r--r-- | static/resources.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/static/resources.json b/static/resources.json index e1a44127..d35832da 100644 --- a/static/resources.json +++ b/static/resources.json @@ -358,6 +358,23 @@ "url": "https://www.sublimetext.com/" } ] + }, + "Mu-Editor": { + "description": "An editor aimed at beginners for the purpose of learning how to code without the distractions more advanced editors sometimes cause.", + "payment": "free", + "payment_description": null, + "urls": [ + { + "icon": "regular/link", + "title": "Website", + "url": "https://codewith.mu/en/" + }, + { + "icon": "branding/github", + "title": "GitHub", + "url": "https://github.com/mu-editor/mu/" + } + ] } } }, |