From 335226c7050fdfbd3b4e0f06350c820cbb26ccf8 Mon Sep 17 00:00:00 2001 From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com> Date: Mon, 2 Mar 2026 15:02:07 +0900 Subject: [PATCH 1/3] Add support page with technical support information --- support/index.html | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 support/index.html diff --git a/support/index.html b/support/index.html new file mode 100644 index 00000000..99a1d269 --- /dev/null +++ b/support/index.html @@ -0,0 +1,28 @@ +--- +layout: en +title: Support +--- +
+

Groonga Technical Support

+

Listed companies below provide Groonga Technical Support (in alphabetical order)

+ +

ClearCode Inc.

+ +
+ +
+

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,PGroonga,Mroonga.

+

ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement.

+

For further info, please check the service introduction page. The page is in Japanese, please use your browser translation or similar services. You can contact in either English or Japanese.

+
+
+ +
From 3ac312bb8f9a716b137e41102e1b67b33c8f4e9c Mon Sep 17 00:00:00 2001 From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:52:49 +0900 Subject: [PATCH 2/3] Convert support page to Markdown format Updated the support page to use Markdown format and improved the content structure. --- support/index.html | 28 ---------------------------- support/index.md | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 28 deletions(-) delete mode 100644 support/index.html create mode 100644 support/index.md diff --git a/support/index.html b/support/index.html deleted file mode 100644 index 99a1d269..00000000 --- a/support/index.html +++ /dev/null @@ -1,28 +0,0 @@ ---- -layout: en -title: Support ---- -
-

Groonga Technical Support

-

Listed companies below provide Groonga Technical Support (in alphabetical order)

- -

ClearCode Inc.

- -
- -
-

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,PGroonga,Mroonga.

-

ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement.

-

For further info, please check the service introduction page. The page is in Japanese, please use your browser translation or similar services. You can contact in either English or Japanese.

-
-
- -
diff --git a/support/index.md b/support/index.md new file mode 100644 index 00000000..28fc799a --- /dev/null +++ b/support/index.md @@ -0,0 +1,16 @@ +--- +title: Support +--- + +# Support +If you need support for PGronnga beside from [community](.community/), Please check listed companies below provide PGroonga Technical Support (in alphabetical order)

+ +## ClearCode Inc. + +[![ClearCode logo](/images/support/ClearCode.svg)](https://www.clear-code.com/) +ClearCode has participated in Groonga development since 2008. Based on those community work and development experience, the company offers technical support service for systems structured with Groonga,PGroonga,Mroonga. +ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement. +For further info, please check the service introduction page. The page is in Japanese, please use your browser translation or similar services. You can contact in either English or Japanese. + + + - ["ClearCode logo"](https://github.com/clear-code/resources) by [ClearCode Inc.](https://www.clear-code.com), used under [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/). From e7ba9373e70d68ad7ace0514b3f9704fc2fc69d2 Mon Sep 17 00:00:00 2001 From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:55:19 +0900 Subject: [PATCH 3/3] Fix grammar and clarity in support index Corrected grammar and improved clarity in the support section. --- support/index.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/support/index.md b/support/index.md index 28fc799a..40d28e9a 100644 --- a/support/index.md +++ b/support/index.md @@ -3,14 +3,15 @@ title: Support --- # Support -If you need support for PGronnga beside from [community](.community/), Please check listed companies below provide PGroonga Technical Support (in alphabetical order)

+If you need support for PGroonga besides [community](../community/), please check the companies listed below that provide PGroonga Technical Support (in alphabetical order). ## ClearCode Inc. [![ClearCode logo](/images/support/ClearCode.svg)](https://www.clear-code.com/) -ClearCode has participated in Groonga development since 2008. Based on those community work and development experience, the company offers technical support service for systems structured with Groonga,PGroonga,Mroonga. -ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement. -For further info, please check the service introduction page. The page is in Japanese, please use your browser translation or similar services. You can contact in either English or Japanese. +ClearCode has participated in Groonga development since 2008. Based on those community work and development experience, the company offers technical support service for systems structured with Groonga, [PGroonga](https://pgroonga.github.io/), [Mroonga](https://mroonga.org/). +ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement. + +For further info, please check the [service introduction page](https://www.clear-code.com/services/groonga.html). The page is in Japanese, please use your browser translation or similar services. You can contact in either English or Japanese. - ["ClearCode logo"](https://github.com/clear-code/resources) by [ClearCode Inc.](https://www.clear-code.com), used under [CC BY-SA](https://creativecommons.org/licenses/by-sa/4.0/).