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-06-30 23:43:35 -07:00
committed by GitHub
parent 92a361b1e3
commit 5d4eee2eea
17 changed files with 901 additions and 860 deletions

View File

@@ -79,7 +79,7 @@ The index will be added if the `Index` field of attribute is set to true. In abo
You can query the transaction results by calling `/tx_search` RPC endpoint:
```shell
```bash
curl "localhost:26657/tx_search?query=\"account.name='igor'\"&prove=true"
```