docs: remove spec section from v0.35 docs (#7899)

This commit is contained in:
Callum Waters
2022-02-21 14:02:13 +01:00
committed by GitHub
parent ca1a4d5b5f
commit 7a4938c4f5
2 changed files with 1 additions and 3 deletions

View File

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

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