diff options
author | 2018-07-15 09:56:03 +0100 | |
---|---|---|
committer | 2018-07-15 09:56:03 +0100 | |
commit | 8b325b6ad579048371c798a56fee446de99605f6 (patch) | |
tree | 98fc67ab54c0562500039bb72c558e8465aa6773 | |
parent | Prevent Google from indexing login-redirecting pages (diff) | |
parent | Merge branch 'Hemlock_Work' into 'master' (diff) |
Merge remote-tracking branch 'origin/master'
-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/" + } + ] } } }, |