mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
docs: remove spec section from v0.35 docs (#7899)
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf ./.vuepress/public/rpc
|
||||
rm -rf ./spec
|
||||
rm -rf ./.vuepress/public/rpc
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user