From d6ab7141d3ecc221e0bfe8540b19143231971135 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 13 Mar 2018 15:58:08 -0700 Subject: [PATCH 1/4] 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 +} From b5d1f240f2bacdf8e99094fa1a7182ca7ffeb724 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 13 Mar 2018 22:04:31 -0700 Subject: [PATCH 2/4] Add myst.svg logo --- logos/myst.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 logos/myst.svg diff --git a/logos/myst.svg b/logos/myst.svg new file mode 100644 index 0000000..20a3db5 --- /dev/null +++ b/logos/myst.svg @@ -0,0 +1 @@ +myst-circle \ No newline at end of file From 0987b1b6e1191f07cde4ee221d7264398448c9f9 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 14 Mar 2018 01:05:54 -0400 Subject: [PATCH 3/4] Include logo in Myst community definition --- communities.json | 1 + 1 file changed, 1 insertion(+) diff --git a/communities.json b/communities.json index 7172c68..a067d5e 100644 --- a/communities.json +++ b/communities.json @@ -119,6 +119,7 @@ "githubUrl": "https://github.com/facebook/Docusaurus" }, { + "logo": "myst.svg", "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", From eac009f79ab7bf303d85f129824889c9f8840af0 Mon Sep 17 00:00:00 2001 From: Jon Date: Wed, 14 Mar 2018 23:15:02 -0400 Subject: [PATCH 4/4] Remove newline at end of file