From 7a4938c4f5c034dfb1af5625c7b14bcac4a40a01 Mon Sep 17 00:00:00 2001 From: Callum Waters Date: Mon, 21 Feb 2022 14:02:13 +0100 Subject: [PATCH] docs: remove spec section from v0.35 docs (#7899) --- docs/post.sh | 3 +-- docs/pre.sh | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/post.sh b/docs/post.sh index 73a354fc7..e9688cecd 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 +rm -rf ./.vuepress/public/rpc \ 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