docs: remove spec section from v0.34 docs (#7940)

This commit is contained in:
Callum Waters
2022-02-22 17:09:41 +01:00
committed by GitHub
parent 98c75c9429
commit ce70b10f81
2 changed files with 0 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/bash
rm -rf ./.vuepress/public/rpc
rm -rf ./spec

View File

@@ -1,4 +1,3 @@
#!/bin/bash
cp -a ../rpc/openapi/ .vuepress/public/rpc/
git clone https://github.com/tendermint/spec.git specRepo && cp -r specRepo/spec . && rm -rf specRepo