From d6ab7141d3ecc221e0bfe8540b19143231971135 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 13 Mar 2018 15:58:08 -0700 Subject: [PATCH] Myst lang (#1) * Add Myst language as a community. * grammar --- communities.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/communities.json b/communities.json index e8cd41c..7172c68 100644 --- a/communities.json +++ b/communities.json @@ -117,6 +117,12 @@ "title": "Docusaurus", "inviteCode": "docusaurus", "githubUrl": "https://github.com/facebook/Docusaurus" + }, + { + "title": "Myst Language", + "quote": "Discord is by far the the best place to start a fledgling community like ours with an incredibly low barrier-to-entry and beautifully simple interface, but also providing powerful tools and infrastructure to grow massively (should that ever happen) without paywalls or having to switch services.", + "inviteCode": "8FtMeac", + "githubUrl": "https://github.com/myst-lang/myst" } ] -} \ No newline at end of file +}