From ce70b10f81e35d722ea093c466923c2d5a7ec930 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Tue, 22 Feb 2022 17:09:41 +0100 Subject: [PATCH] docs: remove spec section from v0.34 docs (#7940) --- docs/post.sh | 1 - docs/pre.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/docs/post.sh b/docs/post.sh index 73a354fc7..9dc04c234 100755 --- a/docs/post.sh +++ b/docs/post.sh @@ -1,4 +1,3 @@ #!/bin/bash rm -rf ./.vuepress/public/rpc -rm -rf ./spec \ No newline at end of file diff --git a/docs/pre.sh b/docs/pre.sh index 8ce5dac4f..37193d265 100755 --- a/docs/pre.sh +++ b/docs/pre.sh @@ -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