mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-09 06:33:16 +00:00
docs: update .vuepress/config.js (#5043)
## Description  ### Next steps: - [x] bump vuepress-theme-cosmos version - [x] tweak config.js - [x] update color variables - [x] sh, shell → bash for syntax highlighting
This commit is contained in:
@@ -9,7 +9,7 @@ state, the node' status, the WAL, and even the stack trace of the process
|
||||
before exit. These files can be useful to examine when debugging a faulty
|
||||
Tendermint process.
|
||||
|
||||
```sh
|
||||
```bash
|
||||
tendermint debug kill <pid> </path/to/out.zip> --home=</path/to/app.d>
|
||||
```
|
||||
|
||||
@@ -36,7 +36,7 @@ compressed archives at a regular interval. These archives contain the goroutine
|
||||
and heap profiles in addition to the consensus state, network info, node
|
||||
status, and even the WAL.
|
||||
|
||||
```sh
|
||||
```bash
|
||||
tendermint debug dump </path/to/out> --home=</path/to/app.d>
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user