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:
@@ -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 & A</a></li>
|
||||
</ul>
|
||||
@@ -69,4 +70,4 @@
|
||||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user