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 01/10] 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 02/10] 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.
+
+[](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 03/10] 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.
[](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/).
From 28585138b55a1b4e82819d57cd1346d551cdfda3 Mon Sep 17 00:00:00 2001
From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com>
Date: Fri, 6 Mar 2026 11:51:26 +0900
Subject: [PATCH 04/10] Update support/index.md
Co-authored-by: Abe Tomoaki
---
support/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/index.md b/support/index.md
index 40d28e9a..e0d8322f 100644
--- a/support/index.md
+++ b/support/index.md
@@ -8,7 +8,7 @@ If you need support for PGroonga besides [community](../community/), please chec
## ClearCode Inc.
[](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](https://pgroonga.github.io/), [Mroonga](https://mroonga.org/).
+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](https://groonga.org/), PGroonga, [Mroonga](https://mroonga.org/).
ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement.
From 726cfa71180583edd9024bf3c41bdf87da14bb0d Mon Sep 17 00:00:00 2001
From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com>
Date: Mon, 9 Mar 2026 09:43:54 +0900
Subject: [PATCH 05/10] Fix support link in navbar content
---
_includes/navbar-content.en.html | 1 +
1 file changed, 1 insertion(+)
diff --git a/_includes/navbar-content.en.html b/_includes/navbar-content.en.html
index 95f4dbe4..0845ef36 100644
--- a/_includes/navbar-content.en.html
+++ b/_includes/navbar-content.en.html
@@ -36,6 +36,7 @@
Community
Users
+ Support
- 日本語
From 60fb7b0adf84f6a06e8e622a086426568f26ccd8 Mon Sep 17 00:00:00 2001
From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com>
Date: Mon, 9 Mar 2026 16:39:17 +0900
Subject: [PATCH 06/10] Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
_includes/navbar-content.en.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/navbar-content.en.html b/_includes/navbar-content.en.html
index 0845ef36..2ca9ee4e 100644
--- a/_includes/navbar-content.en.html
+++ b/_includes/navbar-content.en.html
@@ -36,7 +36,7 @@
- Community
- Users
- - Support
+ - Support
- 日本語
From 673f97c18636c95edc2376c6a5bb24f37c410e19 Mon Sep 17 00:00:00 2001
From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com>
Date: Mon, 9 Mar 2026 16:40:27 +0900
Subject: [PATCH 07/10] Correct typo in 'info' to 'information'
---
support/index.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/support/index.md b/support/index.md
index e0d8322f..5430f8bb 100644
--- a/support/index.md
+++ b/support/index.md
@@ -12,6 +12,6 @@ ClearCode has participated in Groonga development since 2008. Based on those com
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.
+For further information, 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/).
From 549e9601cc4248b999331307e9489e0a5e1b21a4 Mon Sep 17 00:00:00 2001
From: Yukiko Yoshimoto <86996282+yoshimotoyuk@users.noreply.github.com>
Date: Tue, 10 Mar 2026 09:29:25 +0900
Subject: [PATCH 08/10] Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---
support/index.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/support/index.md b/support/index.md
index 5430f8bb..4adf7e1a 100644
--- a/support/index.md
+++ b/support/index.md
@@ -8,9 +8,9 @@ If you need support for PGroonga besides [community](../community/), please chec
## ClearCode Inc.
[](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](https://groonga.org/), PGroonga, [Mroonga](https://mroonga.org/).
+ClearCode has participated in Groonga development since 2008. Based on that community work and development experience, the company offers technical support services for systems structured with [Groonga](https://groonga.org/), PGroonga, and [Mroonga](https://mroonga.org/).
-ClearCode has strengths in making improvement proposal to extend Groonga's features and developing new features to support system improvement.
+ClearCode has strengths in making improvement proposals to extend Groonga's features and developing new features to support system improvement.
For further information, 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.
From 84ff420c3a5e2c9209f9c685c035150f6fe34b9f Mon Sep 17 00:00:00 2001
From: Sutou Kouhei
Date: Tue, 10 Mar 2026 09:39:58 +0900
Subject: [PATCH 09/10] Add a missing empty line after section
---
support/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/support/index.md b/support/index.md
index 4adf7e1a..0998f89a 100644
--- a/support/index.md
+++ b/support/index.md
@@ -3,6 +3,7 @@ title: Support
---
# Support
+
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.
From 1b8a2558570207f59787fedcb534dffc46040b40 Mon Sep 17 00:00:00 2001
From: Sutou Kouhei
Date: Tue, 10 Mar 2026 09:44:38 +0900
Subject: [PATCH 10/10] Add a missing empty line
---
support/index.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/support/index.md b/support/index.md
index 0998f89a..d50d1b64 100644
--- a/support/index.md
+++ b/support/index.md
@@ -9,6 +9,7 @@ If you need support for PGroonga besides [community](../community/), please chec
## ClearCode Inc.
[](https://www.clear-code.com/)
+
ClearCode has participated in Groonga development since 2008. Based on that community work and development experience, the company offers technical support services for systems structured with [Groonga](https://groonga.org/), PGroonga, and [Mroonga](https://mroonga.org/).
ClearCode has strengths in making improvement proposals to extend Groonga's features and developing new features to support system improvement.