-
Notifications
You must be signed in to change notification settings - Fork 7
/
community.html
32 lines (29 loc) · 1.04 KB
/
community.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
title: Community
---
<h2 class="section-header">
Got questions, ideas, or feedback?
</h2>
<div id="grid-container" class="container_12">
<div class="grid_12">
<div class="note">
Before asking a question, please make sure that it hasn't already been answered in the <a href="/learn">documentation</a>!
</div>
</div>
<div class="grid_12">
<p>
We're always interested in hearing new ideas or feedback, and we're always happy to help answer your questions.
The best way to get involved is to participate in one of the Google groups:
</p>
<ul>
<li><a href="http://groups.google.com/group/ninject">User Group</a> — typical discussions, questions, or feedback</li>
<li><a href="http://groups.google.com/group/ninject-dev">Developer Group</a> — discussing the internals of Ninject</li>
</ul>
</div>
</div>
<script type="text/javascript">
$(function() {
initializeDefaultLayout();
});
</script>