added newline to versions file and removed index.html (#4120)

This commit is contained in:
Mircea Colonescu
2019-11-07 12:04:15 -05:00
committed by Marko
parent 40f702a70d
commit 263b2d28bd
3 changed files with 4 additions and 14 deletions

View File

@@ -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: