Skip to content

Commit 43bf21e

Browse files
committed
move docs figures to assets
1 parent b4ec3da commit 43bf21e

File tree

7 files changed

+5
-4
lines changed

7 files changed

+5
-4
lines changed

docs/book.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ title = "DeepTrace Documentation"
77
description = "Comprehensive documentation for DeepTrace - A non-intrusive distributed tracing framework for microservices"
88

99
[build]
10+
extra-watch-dirs = ["assets"]
1011
build-dir = "book"
1112
create-missing = true
1213

docs/src/user-guide/database.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ This guide demonstrates the deployment of a multi-node Elasticsearch cluster (in
290290
```
291291
- Log in using the `elastic` username and password to verify the availability of the Kibana visualization interface.
292292

293-
![Kibana Frontend Interface](images/db.png)
293+
![Kibana Frontend Interface](../../assets/images/db.png)
294294

295295
#### 4. Client Read/Write Data Test
296296
Below is an example Python script to test data read/write operations:

docs/src/user-guide/web-ui.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ To deploy the frontend, follow these steps:
9393
### Trace Chain Tracking Module
9494
Real-time tracking of service call chains, presenting data such as request count, error count, and response latency through charts. Supports filtering by response status, endpoint, and application protocol. Users can view detailed information about specific call chains (e.g., topology, latency, number of spans), aiding in identifying issues in service calls.
9595

96-
![Trace Chain Tracking Module](images/1.png) <!-- Replace # with the actual image link -->
96+
![Trace Chain Tracking Module](../../assets/images/1.png) <!-- Replace # with the actual image link -->
9797

9898
### Trace Chain Topology Module
9999
Displays the relationships between service nodes in the form of a topology graph, showing metrics such as QPS, average latency, and error rate for each service. This helps analyze the health and dependencies of service calls, making it easier to identify abnormal service nodes.
100100

101-
![Trace Chain Topology Module](images/2.png) <!-- Replace # with the actual image link -->
101+
![Trace Chain Topology Module](../../assets/images/2.png) <!-- Replace # with the actual image link -->
102102

103103
### Collector Management Module
104104
Manages the list and basic information of collectors (e.g., CPU cores, running status, system version). Supports operations such as registration, enabling, and disabling. This module provides data collection support for monitoring functions like call chain tracking and metric collection.
105105

106-
![Collector Management Module](images/3.png) <!-- Replace # with the actual image link -->
106+
![Collector Management Module](../../assets/images/3.png) <!-- Replace # with the actual image link -->

0 commit comments

Comments
 (0)