Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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/index.html">Support</a></li>
Comment thread
yoshimotoyuk marked this conversation as resolved.
Outdated
<li><a href="/docs/developer.html">For developers</a></li>
<li><a href="/blog/">Blog</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>Mroonga Technical Support</h2>
<p>Listed companies below provide Mroonga Technical Support (in alphabetical order)</p>
Comment thread
yoshimotoyuk marked this conversation as resolved.
Outdated

<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 and related project development since 2008. Based on those community work and development experience, the company offers technical support service for systems structured with <a href='https://groonga.org'>Groonga</a>,<a href='https://pgroonga.github.io/'>PGroonga</a>,Mroonga.</p>
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are several English grammar/spacing issues here (e.g., "participated to" → "participated in", "related project" → "related projects", and missing spaces after commas between the linked project names). Please revise this sentence for correct grammar and readability.

Suggested change
<p>ClearCode has participated to Groonga and related project development since 2008. Based on those community work and development experience, the company offers technical support service for systems structured with <a href='https://groonga.org'>Groonga</a>,<a href='https://pgroonga.github.io/'>PGroonga</a>,Mroonga.</p>
<p>ClearCode has participated in the development of Groonga and related projects since 2008. Based on this community work and development experience, the company offers technical support service for systems structured with <a href='https://groonga.org'>Groonga</a>, <a href='https://pgroonga.github.io/'>PGroonga</a>, and Mroonga.</p>

Copilot uses AI. Check for mistakes.
<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 information, 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>
Comment thread
yoshimotoyuk marked this conversation as resolved.
Outdated
</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>