Skip to content

Add support page for Mroonga Technical Support#36

Open
yoshimotoyuk wants to merge 5 commits intomroonga:mainfrom
yoshimotoyuk:Add-Support-page
Open

Add support page for Mroonga Technical Support#36
yoshimotoyuk wants to merge 5 commits intomroonga:mainfrom
yoshimotoyuk:Add-Support-page

Conversation

@yoshimotoyuk
Copy link
Copy Markdown

It is to add the information about technical support.

  • Added new support index page
  • Added the link to the menu

@abetomo
Copy link
Copy Markdown
Member

abetomo commented Mar 9, 2026

Added the link to the menu

It’s not on the list!

You can add it around here:

<nav>
<ul>
<li><a href="/docs/">Documentation</a></li>
<li><a href="/publication/">Publication</a></li>
<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="/docs/developer.html">For developers</a></li>
<li><a href="/blog/">Blog</a></li>
</ul>
</nav>

@yoshimotoyuk
Copy link
Copy Markdown
Author

sorry I made the PR before I commit the change for menu and I deleted the window for that.
Should have been added now.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an English “Support” landing page to the website and exposes it from the English top navigation, aligning with the existing Japanese support page.

Changes:

  • Added a new English support index page (support/index.html) listing technical support providers.
  • Added a “Support” link to the English layout navigation (_layouts/en.html).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
support/index.html Introduces the English support page content for Mroonga technical support.
_layouts/en.html Adds the “Support” entry to the English site navigation menu.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread support/index.html Outdated
Comment thread _layouts/en.html Outdated
Comment thread support/index.html Outdated
Comment thread support/index.html Outdated
</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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants