This is an automated email from the ASF dual-hosted git repository.

CritasWang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git


The following commit(s) were added to refs/heads/main by this push:
     new 4f12f6dc Add community ecosystem pages (#1231)
4f12f6dc is described below

commit 4f12f6dc7296ca1092ac50d2df15df543d3a1a7e
Author: leto-bbq <[email protected]>
AuthorDate: Thu Sep 24 18:48:29 2026 +0800

    Add community ecosystem pages (#1231)
---
 src/.vuepress/navbar/en.ts              |  1 +
 src/.vuepress/navbar/zh.ts              |  1 +
 src/Community/Community-Ecosystem.md    | 31 +++++++++++++++++++++++++++++++
 src/zh/Community/Community-Ecosystem.md | 31 +++++++++++++++++++++++++++++++
 4 files changed, 64 insertions(+)

diff --git a/src/.vuepress/navbar/en.ts b/src/.vuepress/navbar/en.ts
index d50a5b6c..3473f724 100644
--- a/src/.vuepress/navbar/en.ts
+++ b/src/.vuepress/navbar/en.ts
@@ -45,6 +45,7 @@ export const enNavbar = navbar([
       { text: 'About the Community', link: '/Community/About-the-Community' },
       { text: 'Development Guide', link: '/Community/Development-Guide' },
       { text: 'Community Partners', link: '/Community/Community-Partners' },
+      { text: 'Community Ecosystem', link: '/Community/Community-Ecosystem' },
       {
         text: 'Communication Channels',
         link: '/Community/Communication-Channels',
diff --git a/src/.vuepress/navbar/zh.ts b/src/.vuepress/navbar/zh.ts
index e0d21864..d52656f4 100644
--- a/src/.vuepress/navbar/zh.ts
+++ b/src/.vuepress/navbar/zh.ts
@@ -49,6 +49,7 @@ export const zhNavbar = navbar([
       { text: '关于社区', link: '/zh/Community/About' },
       { text: '贡献指南', link: '/zh/Community/Development-Guide' },
       { text: '社区伙伴', link: '/zh/Community/Community-Partners' },
+      { text: '社区生态', link: '/zh/Community/Community-Ecosystem' },
       { text: '交流与反馈', link: '/zh/Community/Feedback' },
       { text: '活动与报告', link: 'zh/Community/Events-and-Reports' },
       { text: 'Committers', link: '/zh/Community/Committers' },
diff --git a/src/Community/Community-Ecosystem.md 
b/src/Community/Community-Ecosystem.md
new file mode 100644
index 00000000..6e6772d5
--- /dev/null
+++ b/src/Community/Community-Ecosystem.md
@@ -0,0 +1,31 @@
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+# Community Ecosystem
+
+This page collects community-contributed tools, applications, and other 
ecosystem projects. The projects listed here are maintained independently by 
community members or organizations. Please refer to each repository for the 
latest features, versions, and usage instructions.
+
+## Community Projects
+
+| Project | Type | Author/Maintainer | Description | Repository |
+| --- | --- | --- | --- | --- |
+| IoTDB Dashboard | Web console | [k26k26](https://github.com/k26k26) | A 
community-provided web console project for Apache IoTDB. See the project README 
for detailed features. | [GitHub 
repository](https://github.com/k26k26/iotdb-dashboard) · [Chinese 
README](https://github.com/k26k26/iotdb-dashboard/blob/main/README_ZH.md) |
+
+## Adding a Project
+
+To add a community tool or another ecosystem project to this page, submit the 
project name, author or maintainer, a brief description, and the repository URL 
to the Apache IoTDB community. See the [Development 
Guide](./Development-Guide.md) for the contribution process.
diff --git a/src/zh/Community/Community-Ecosystem.md 
b/src/zh/Community/Community-Ecosystem.md
new file mode 100644
index 00000000..71f21c61
--- /dev/null
+++ b/src/zh/Community/Community-Ecosystem.md
@@ -0,0 +1,31 @@
+<!--
+* Licensed to the Apache Software Foundation (ASF) under one
+* or more contributor license agreements.  See the NOTICE file
+* distributed with this work for additional information
+* regarding copyright ownership.  The ASF licenses this file
+* to you under the Apache License, Version 2.0 (the
+* "License"); you may not use this file except in compliance
+* with the License.  You may obtain a copy of the License at
+*
+* http://www.apache.org/licenses/LICENSE-2.0
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+-->
+
+# 社区生态
+
+本页面用于收录社区贡献的工具、应用和其他生态项目。以下项目由社区成员或组织独立维护,项目的具体功能、版本和使用方式请以对应仓库中的说明为准。
+
+## 社区项目
+
+| 项目 | 类型 | 作者/维护者 | 简介 | 仓库地址 |
+| --- | --- | --- | --- | --- |
+| IoTDB Dashboard | Web 控制台 | [k26k26](https://github.com/k26k26) | 社区提供的 
Apache IoTDB Web 控制台项目,具体功能请参阅项目 README。 | [GitHub 
仓库](https://github.com/k26k26/iotdb-dashboard) · [中文 
README](https://github.com/k26k26/iotdb-dashboard/blob/main/README_ZH.md) |
+
+## 项目收录
+
+欢迎社区贡献者推荐工具、应用及其他生态项目。如需收录,请提供项目名称、作者或维护者、项目简介及仓库地址,提交的具体流程请参考[贡献指南](./Development-Guide.md)。

Reply via email to