Skip to content

Commit 5ce1746

Browse files
committed
documentation
1 parent e511197 commit 5ce1746

File tree

6 files changed

+8
-12
lines changed

6 files changed

+8
-12
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ SCOUTER can help you.
3434
## Documents
3535
- [Document home](./scouter.document/index.md)
3636
- [Quick start guide (Quick Installation of demo system)](./scouter.document/main/Quick-Start.md)
37+
- [Installation](./scouter.document/main/Setup.md)
3738
- [Live demo](./scouter.document/main/Live-Demo.md)
3839
- [Client screen help](./scouter.document/client/How-To-Use-Client.md)
3940

README_kr.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
## Documents
3434
- [Document Home](./scouter.document/index_kr.md)
3535
- [Quick Start(Scouter Demo 설치)](./scouter.document/main/Quick-Start_kr.md)
36+
- [Installation](./scouter.document/main/Setup.md)
3637
- [Live demo](./scouter.document/main/Live-Demo_kr.md)
3738
- [Client 화면 설명](./scouter.document/client/How-To-Use-Client_kr.md)
3839

scouter.document/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [method level profiling](./use-case/Method-Profiling.md)
1818
- [Scouter plugins guide](./main/Plugin-Guide.md)
1919
- [Customizable alarm - Alert plugins guide](./main/Alert-Plugin-Guide.md)
20+
- [Web api guide](./tech/Web-API-Guide.md)
2021
- [How to trace NON-HTTP service](./use-case/NON-HTTP-Service-Trace.md)
2122
- [Stand-alone Java Batch Agent](./main/Stand-alone-Java-Batch-Agent.md)
2223
- [TagCounting Analysis](./use-case/TagCounting-Analysis.md)
@@ -31,10 +32,6 @@
3132
- [JDBC Connection Leak Trace](./tech/JDBC-Connection-Leak-Trace.md)
3233
- [Service Performance 101](./tech/Service-Performance-101.md)
3334

34-
## Build Scouter
35-
- [Build on Linux & OSX](./main/Build-Scouter.md)
36-
- [Build on Window](./main/Build-Scouter-Windows.md)
37-
3835
## For developers and contributors
3936
- [Scouter developer guide](./tech/Developer-Guide.md)
4037

scouter.document/index_kr.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [NON-HTTP 서비스 추적하기](./use-case/NON-HTTP-Service-Trace.md)
1818
- [method 상세 프로파일](./use-case/Method-Profiling_kr.md)
1919
- [Scouter 확장 - Plugin guide](./main/Plugin-Guide_kr.md)
20+
- [Web api 가이드](./tech/Web-API-Guide_kr.md)
2021
- [사용자 정의 알람 설정 - Alert plugins guide](./main/Alert-Plugin-Guide_kr.md)
2122
- [단독 실행형 자바 배치 모니터링 에이전트](./main/Stand-alone-Java-Batch-Agent_kr.md)
2223
- [TagCounting Analysis](./use-case/TagCounting-Analysis.md)
@@ -31,10 +32,6 @@
3132
- [JDBC Connection Leak Trace](./tech/JDBC-Connection-Leak-Trace.md)
3233
- [Service Performance 101](./tech/Service-Performance-101.md)
3334

34-
## Build Scouter
35-
- [Build on Linux & OSX](./main/Build-Scouter.md)
36-
- [Build on Window](./main/Build-Scouter-Windows.md)
37-
3835
## For developers and contibutors
3936
- [Scouter 개발자 가이드](./tech/Developer-Guide_kr.md)
4037

scouter.document/main/Setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
![English](https://img.shields.io/badge/language-English-orange.svg) [![Korean](https://img.shields.io/badge/language-Korean-blue.svg)](Setup_kr.md)
33

44
- Outgoing Links
5-
- Blogging
6-
- [Scouter series #1 - Installation](https://translate.google.co.kr/translate?hl=ko&sl=ko&tl=en&u=https%3A%2F%2Fgunsdevlog.blogspot.kr%2F2017%2F07%2Fscouter-apm-1.html)
5+
- Blogging
6+
- [Scouter series #1 - Installation](https://translate.google.co.kr/translate?hl=ko&sl=ko&tl=en&u=https%3A%2F%2Fgunsdevlog.blogspot.kr%2F2017%2F07%2Fscouter-apm-1.html)
77

88
***
99

scouter.document/main/Setup_kr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
[![English](https://img.shields.io/badge/language-English-orange.svg)](Setup.md) ![Korean](https://img.shields.io/badge/language-Korean-blue.svg)
33

44
- 외부 링크
5-
- 블로그
6-
- [Scouter 소소한 시리즈 #1 - 설치](http://gunsdevlog.blogspot.kr/2017/07/scouter-apm-1.html)
5+
- 블로그
6+
- [Scouter 소소한 시리즈 #1 - 설치](http://gunsdevlog.blogspot.kr/2017/07/scouter-apm-1.html)
77

88
***
99

0 commit comments

Comments
 (0)