Conversation
add new html file for index
add support
There was a problem hiding this comment.
Pull request overview
Adds an English “Support” landing page to the site and exposes it in the English navigation, aligning with the existing Japanese support page structure.
Changes:
- Added new English support index page at
/support/. - Added “Support” link to the English top navigation.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 7 comments.
| File | Description |
|---|---|
support/index.html |
Introduces the English support index content (company listing, logo, license attribution). |
_layouts/en.html |
Adds a “Support” item to the English header navigation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Corrected spelling errors in the support section.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
support/index.html
Outdated
| <p>ClearCode has participated to Groonga development since 2008. Based on those community work and development experience, ClearCode 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> |
There was a problem hiding this comment.
「ClearCode」が何個かでてくるのが気になりました。「we」とかを使うと不自然ですか?
There was a problem hiding this comment.
不自然ではないのですが、名前のアピールしたほうがいいかなと思ったのでした。
2行目のClearCodeをweにするのがよさそうですか?
There was a problem hiding this comment.
ナルホド。
であれば、18行目に2回登場する「ClearCode」の2個目をweとかthe companyとかにするのはどうですか。
There was a problem hiding this comment.
そうですね
18行目の場合は the companyにするのがそれ以外の部分変わらなくて良さそうなので直しました!
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
add new html file for index in English page.