docs: update .vuepress/config.js (#5043)

## Description

![image](https://user-images.githubusercontent.com/1021101/86193320-7aa13200-bb00-11ea-95ac-aa6468ab7f46.png)


### 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:
Cyrus Goh
2020-07-01 06:43:35 +00:00
committed by GitHub
parent 92a361b1e3
commit 5d4eee2eea
17 changed files with 901 additions and 860 deletions
+3 -3
View File
@@ -106,7 +106,7 @@ definition](https://github.com/tendermint/tendermint/blob/master/types/genesis.g
To run a Tendermint node, use:
```sh
```bash
tendermint node
```
@@ -115,7 +115,7 @@ By default, Tendermint will try to connect to an ABCI application on
another window. If you don't, kill Tendermint and run an in-process version of
the `kvstore` app:
```sh
```bash
tendermint node --proxy_app=kvstore
```
@@ -129,7 +129,7 @@ in-process with Tendermint if it's written in Go. If your app is not written in
Go, run it in another process, and use the `--proxy_app` flag to specify the
address of the socket it is listening on, for instance:
```sh
```bash
tendermint node --proxy_app=/var/run/abci.sock
```