diff options
author | 2018-07-13 17:22:40 -0500 | |
---|---|---|
committer | 2018-07-13 17:22:40 -0500 | |
commit | 728a383e214e5b4024f6193b4a377bc83e55f0b1 (patch) | |
tree | 32700eb9bf696a2e6d1a5eded31479db3f1a7be2 /static | |
parent | Minecraft? Never heard of 'em (diff) |
Updating resources.json
Added Mu-Editor to the editor list.
Diffstat (limited to 'static')
-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/" + } + ] } } }, |