update docs

pull/1286/head
hengyunabc 5 years ago
parent 6d787c3eb8
commit 0822fa2f2d

@ -88,6 +88,7 @@ You can enter its interactive interface by executing `as.sh`, or execute `as.sh
* [Commands](https://alibaba.github.io/arthas/en/commands.html)
* [WebConsole](https://alibaba.github.io/arthas/en/web-console.html)
* [Docker](https://alibaba.github.io/arthas/en/docker.html)
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/en/spring-boot-starter.html)
* [User cases](https://github.com/alibaba/arthas/issues?q=label%3Auser-case)
* [Questions and answers](https://github.com/alibaba/arthas/issues?utf8=%E2%9C%93&q=label%3Aquestion-answered+)
* [Compile and debug/How to contribute](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md)
@ -386,7 +387,9 @@ View profiler results under arthas-output via browser:
![](site/src/site/sphinx/_static/arthas-output-svg.jpg)
#### Arthas Spring Boot Starter
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html)
### Known Users

@ -77,6 +77,7 @@ curl -L https://alibaba.github.io/arthas/install.sh | sh
* [命令列表](https://alibaba.github.io/arthas/commands.html)
* [WebConsole](https://alibaba.github.io/arthas/web-console.html)
* [Docker](https://alibaba.github.io/arthas/docker.html)
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html)
* [用户案例](https://github.com/alibaba/arthas/issues?q=label%3Auser-case)
* [常见问题](https://github.com/alibaba/arthas/issues?utf8=%E2%9C%93&q=label%3Aquestion-answered+)
* [编译调试/参与贡献](https://github.com/alibaba/arthas/blob/master/CONTRIBUTING.md)
@ -377,6 +378,10 @@ OK
![](site/src/site/sphinx/_static/arthas-output-svg.jpg)
#### Arthas Spring Boot Starter
* [Arthas Spring Boot Starter](https://alibaba.github.io/arthas/spring-boot-starter.html)
### Known Users
如果您在使用Arthas请让我们知道您的使用对我们非常重要https://github.com/alibaba/arthas/issues/111 (按登记顺序排列)

@ -39,7 +39,7 @@ http://localhost:8080/actuator/arthas
```js
{
"arthasConfigMap": {
"agentId": "hsehdfsfghhwertyfad",
"agent-id": "hsehdfsfghhwertyfad",
"tunnel-server": "ws://47.75.156.201:7777/ws",
}
}

@ -39,7 +39,7 @@ http://localhost:8080/actuator/arthas
```
{
"arthasConfigMap": {
"agentId": "hsehdfsfghhwertyfad",
"agent-id": "hsehdfsfghhwertyfad",
"tunnel-server": "ws://47.75.156.201:7777/ws",
}
}

Loading…
Cancel
Save