Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _layouts/en.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<li><a href="/users/">Users</a></li>
<li><a href="/related-projects.html">Related projects</a></li>
<li><a href="/docs/community.html">Community</a></li>
<li><a href="/support/">Support</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/docs/contribution.html">Developers</a></li>
</ul>
Expand Down
28 changes: 28 additions & 0 deletions support/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
layout: en
title: Support
---
<section id="support">
<h2>Groonga Technical Support</h2>
<p>Listed companies below provide Groonga Technical Support (in alphabetical order)</p>

<h3>ClearCode Inc.</h3>

<div class='company'>
<div class='logo'>
<a href='https://www.clear-code.com/'>
<img src='/images/support/ClearCode.svg' alt='ClearCode Inc. logo'>
</a>
</div>
<div class='description'>
<p>ClearCode has participated to Groonga development since 2008. Based on those community work and development experience, the company offers technical support service for systems structured with Groonga,<a href='https://pgroonga.github.io/'>PGroonga</a>,<a href='https://mroonga.org/'>Mroonga</a>.</p>
<p>ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement.</p>
<p>For further info, please check the <a class='link' href='https://www.clear-code.com/services/groonga.html'>service introduction page</a>. The page is in Japanese, please use your browser translation or similar services. You can contact in either English or Japanese.</p>
</div>
</div>
<aside>
<a href='https://github.com/clear-code/resources'>"ClearCode logo"</a>
by <a href='https://www.clear-code.com'>ClearCode Inc.</a>,
used under <a href='https://creativecommons.org/licenses/by-sa/4.0/'>CC BY-SA</a>.
</aside>
</section>