mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-08 22:23:11 +00:00
added newline to versions file and removed index.html (#4120)
This commit is contained in:
3
Makefile
3
Makefile
@@ -157,12 +157,11 @@ DESTINATION = ./index.html.md
|
||||
### Documentation
|
||||
|
||||
build-docs:
|
||||
@cd docs && \
|
||||
cd docs && \
|
||||
while read p; do \
|
||||
(git checkout $${p} && npm install && VUEPRESS_BASE="/$${p}/" npm run build) ; \
|
||||
mkdir -p ~/output/$${p} ; \
|
||||
cp -r .vuepress/dist/* ~/output/$${p}/ ; \
|
||||
echo "<a href='$${p}'>$${p}</a>" >> ~/output/index.html ; \
|
||||
done < versions ;
|
||||
|
||||
sync-docs:
|
||||
|
||||
Reference in New Issue
Block a user