feat: add community page with user groups, libraries, and editor integrations

Create a new community.markdown page documenting the Wren language community resources, including the official mailing list, third-party libraries (wren-test, Please, wren-colors, 3D vectors), Rust embedding APIs, and editor integrations for Vim and Emacs. Add a corresponding "Community" link to the site navigation sidebar in template.html.
This commit is contained in:
Evan Hahn
2015-04-23 22:46:18 +00:00
parent 2a2b74a2e3
commit 1c63b5c372
2 changed files with 36 additions and 1 deletions
+2 -1
View File
@@ -51,6 +51,7 @@
<li><a href="core">Core Library</a></li>
<li><a href="embedding-api.html">Embedding API</a></li>
<li><a href="performance.html">Performance</a></li>
<li><a href="community.html">Community</a></li>
<li><a href="contributing.html">Contributing</a></li>
<li><a href="qa.html">Q &amp; A</a></li>
</ul>
@@ -69,4 +70,4 @@
</div>
</footer>
</body>
</html>
</html>