github.com/okex/exchain@v1.8.0/libs/tendermint/docs/pre.sh (about) 1 #!/bin/bash 2 3 cp -a ../rpc/swagger/ .vuepress/public/rpc/ 4 git clone https://github.com/tendermint/spec.git specRepo && cp -r specRepo/spec . && rm -rf specRepo