docs: remove community page and redirect content to contributing page with wiki references

The community.markdown file is deleted entirely. Its content about mailing list, libraries, bindings, editor integrations, and tools is migrated into the contributing.markdown page, which now directs users to add such resources to the wiki instead of maintaining them inline. The site navigation template also removes the community link from both the sidebar and footer.
This commit is contained in:
Bob Nystrom
2016-01-24 23:39:35 +00:00
parent 87334da1df
commit c1d21ee099
4 changed files with 42 additions and 78 deletions
+2 -2
View File
@@ -209,8 +209,8 @@ receiver:
}
}
Code like this gets tricky when you there is also a variable outside of the
class with the same name. Consider:
Code like this gets tricky when there is also a variable outside of the class
with the same name. Consider:
:::wren
var name = "variable"