This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new a6318c433ca Refactor the document layout of #37751 (#37777)
a6318c433ca is described below
commit a6318c433ca191ac6c9fa208e744af9915441f03
Author: Ling Hengqian <[email protected]>
AuthorDate: Tue Jan 20 00:35:13 2026 +0800
Refactor the document layout of #37751 (#37777)
---
docs/document/content/user-manual/shardingsphere-agent/_index.cn.md | 2 --
docs/document/content/user-manual/shardingsphere-agent/_index.en.md | 3 ---
.../user-manual/shardingsphere-agent/configuration/_index.cn.md | 2 --
.../user-manual/shardingsphere-agent/configuration/_index.en.md | 2 --
.../content/user-manual/shardingsphere-agent/metrics/_index.cn.md | 2 --
.../content/user-manual/shardingsphere-agent/metrics/_index.en.md | 2 --
.../content/user-manual/shardingsphere-agent/plugins/_index.cn.md | 2 --
.../content/user-manual/shardingsphere-agent/plugins/_index.en.md | 2 --
.../content/user-manual/shardingsphere-agent/usage/_index.cn.md | 2 --
.../content/user-manual/shardingsphere-agent/usage/_index.en.md | 2 --
.../content/user-manual/shardingsphere-agent/usage/docker/_index.cn.md | 2 --
.../content/user-manual/shardingsphere-agent/usage/docker/_index.en.md | 2 --
12 files changed, 25 deletions(-)
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-agent/_index.cn.md
index 2edbd3c06b9..388fbb0edb7 100644
--- a/docs/document/content/user-manual/shardingsphere-agent/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-agent/_index.cn.md
@@ -5,8 +5,6 @@ weight = 6
chapter = true
+++
-
-
该代理程序有助于收集可观测性指标,提供日志记录支持,并与流行的跟踪和监控解决方案集成,例如 JVM 指标、Prometheus 和
OpenTelemetry。
## 源码编译
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/_index.en.md
b/docs/document/content/user-manual/shardingsphere-agent/_index.en.md
index d70fae349cd..7c1e1bce045 100644
--- a/docs/document/content/user-manual/shardingsphere-agent/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-agent/_index.en.md
@@ -5,11 +5,8 @@ weight = 6
chapter = true
+++
-
-
The agent helps collect observability metrics, provides support for logging,
and integrates with popular tracing and monitoring solutions like JVM metrics,
Prometheus, and OpenTelemetry.
-
## Compile source code
Download Apache ShardingSphere from GitHub, then compile.
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
index ec3ffcf688e..c3ed0f1e1a2 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.cn.md
@@ -3,8 +3,6 @@ title = "配置说明"
weight = 2
+++
-
-
`conf/agent.yaml` 用于管理 agent 配置。内置插件包括 File、Prometheus、OpenTelemetry。
```yaml
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
index f2003a8f0b7..f3ba9f4fbb2 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/configuration/_index.en.md
@@ -3,8 +3,6 @@ title = "Configuration"
weight = 2
+++
-
-
`conf/agent.yaml` is used to manage agent configuration.
Built-in plugins include File, Prometheus, OpenTelemetry.
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.cn.md
index 23e287a7d10..feca5e06d23 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.cn.md
@@ -3,8 +3,6 @@ title = "Metrics"
weight = 3
+++
-
-
| 指标名称 | 指标类型 | 指标描述
|
|:----------------------------------------|:----------|:----------------------------------------------------------------------------------------------|
| build_info | GAUGE | 构建信息
|
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.en.md
b/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.en.md
index 884b31c0242..9f03d793d88 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/metrics/_index.en.md
@@ -3,8 +3,6 @@ title = "Metrics"
weight = 3
+++
-
-
| Name | Type | Description
|
|:--------------------------------------|:----------|:-------------------------------------------------------------------------------------------------------|
| build_info | GAUGE | Build information
|
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.cn.md
index a946b7aa330..91ca7c27e8f 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.cn.md
@@ -3,8 +3,6 @@ title = "插件"
weight = 4
+++
-
-
## File
目前 File 插件只有构建元数据耗时日志输出,暂无其他日志输出。
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.en.md
b/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.en.md
index 1a4c8099cbb..a7f1440c9b6 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/plugins/_index.en.md
@@ -3,8 +3,6 @@ title = "Plugins"
weight = 4
+++
-
-
## File
Currently, the File plugin only outputs the time-consuming log output of
building metadata, and has no other log output for the time being.
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/usage/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-agent/usage/_index.cn.md
index 28d2d1e6f50..1c35c9c3b1b 100644
--- a/docs/document/content/user-manual/shardingsphere-agent/usage/_index.cn.md
+++ b/docs/document/content/user-manual/shardingsphere-agent/usage/_index.cn.md
@@ -4,8 +4,6 @@ weight = 1
chapter = true
+++
-
-
+ 1 准备好已集成 `ShardingSphere-JDBC` 的 `SpringBoot` 项目,test-project.jar
+ 2 启动项目
```shell
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/usage/_index.en.md
b/docs/document/content/user-manual/shardingsphere-agent/usage/_index.en.md
index ec05f7c3c69..8985f10e47e 100644
--- a/docs/document/content/user-manual/shardingsphere-agent/usage/_index.en.md
+++ b/docs/document/content/user-manual/shardingsphere-agent/usage/_index.en.md
@@ -4,8 +4,6 @@ weight = 1
chapter = true
+++
-
-
+ 1 The `SpringBoot` project ready to integrate `ShardingSphere-JDBC`,
test-project.jar
+ 2 Startup project
```shell
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.cn.md
b/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.cn.md
index 1778d084ed3..2ee4c566cdc 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.cn.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.cn.md
@@ -3,8 +3,6 @@ title = "Docker"
weight = 5
+++
-
-
## 本地构建
ShardingSphere Agent 存在可用的 `Dockerfile` 用于方便分发。可执行如下命令以构建 Docker Image,
diff --git
a/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.en.md
b/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.en.md
index 7771f9b307a..75a4cd84ed2 100644
---
a/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.en.md
+++
b/docs/document/content/user-manual/shardingsphere-agent/usage/docker/_index.en.md
@@ -3,8 +3,6 @@ title = "Docker"
weight = 5
+++
-
-
## Local Build
ShardingSphere Agent has a `Dockerfile` available for easy distribution. You
can execute the following command to build a Docker Image,