Skip to content

Commit 1ab85bc

Browse files
authored
Revise README.md for improved clarity and links
Updated section titles and links in README.md for clarity and accuracy.
1 parent f3df56c commit 1ab85bc

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -140,16 +140,16 @@ This enables:
140140

141141
The SDK provides a complete toolkit for distributed C++ development:
142142

143-
🔹**Core Runtime:**
144-
- Areg Framework (`areg`) + Multitarget Router (`mtrouter`) - The engine that automates threading, IPC, and service mesh
143+
**Core Runtime:**
144+
🔹 Areg Framework (`areg`) + Multitarget Router (`mtrouter`) - The engine that automates threading, IPC, and service mesh
145145

146-
🔹**Design and Development Tools:**
147-
- Code Generator (`codegen.jar`) - Eliminates boilerplate with automated code generation
148-
- [Lusan GUI](https://github.com/aregtech/areg-sdk-tools) - Visual service designer and distributed log viewer
146+
**Design and Development Tools:**
147+
🔹 Code Generator (`codegen.jar`) - Eliminates boilerplate with automated code generation
148+
🔹 [Lusan GUI](https://github.com/aregtech/areg-sdk-tools) - Visual service designer and distributed log viewer
149149

150-
🔹**Monitoring & Debug:**
151-
- Log Collector (`logcollector`) + Observer (`logobserver`) - Distributed logging and real-time analysis
152-
- Areg Extend - Additional utilities and extensions
150+
**Monitoring & Debug:**
151+
🔹 Log Collector (`logcollector`) + Observer (`logobserver`) - Distributed logging and real-time analysis
152+
🔹 Areg Extend - Additional utilities and extensions
153153

154154
> 📦 **All components** work together seamlessly - no integration glue needed.
155155
@@ -356,7 +356,7 @@ Lusan's visual **Service Interface Designer** lets developers define, inspect, a
356356

357357
<div align="center"><a href="./docs/img/lusan-service-if-general.png"><img src="./docs/img/lusan-service-if-general.png" alt="Lusan Service Interface" style="width:80%;height:80%"/></a></div>
358358

359-
For more details, see the 📄 [Service Interface Design Guide](./docs/wiki/09c-use-lusan.md).
359+
For more details, see the 📄 [Service Interface Design Guide](./docs/wiki/06d-setup-lusan.md).
360360

361361
#### Live and Offline Log Viewer
362362

@@ -370,8 +370,8 @@ Lusan's **log viewer** aggregates logs from multiple instances, supporting both
370370
<div align="center"><a href="./docs/img/lusan-live-log-scope-prio.png"><img src="./docs/img/lusan-live-log-scope-prio.png" alt="Lusan Log Scope Priority change" style="width:80%;height:80%"/></a></div>
371371

372372
For more details, see:
373-
- 📄 [Live Log Viewer Guide](./docs/wiki/09e-use-live-logging.md) - Real-time monitoring and debugging
374-
- 📄 [Offline Log Viewer Guide](./docs/wiki/09f-use-offline-logging.md) - Post-mortem analysis and collaboration
373+
- 📄 [Live Log Viewer Guide](./docs/wiki/06f-lusan-live-logging.md) - Real-time monitoring and debugging
374+
- 📄 [Offline Log Viewer Guide](./docs/wiki/06g-lusan-offline-logging.md) - Post-mortem analysis and collaboration
375375

376376
**In summary**, Lusan unifies service design and runtime observability in one tool, shortening development cycles and enabling faster, safer testing and debugging of distributed applications.
377377

0 commit comments

Comments
 (0)