make docs-develop, make docs-build (#543)

This commit is contained in:
Denali Marsh 2020-06-03 11:53:32 -07:00 committed by GitHub
parent f454e69723
commit e1c1902543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -172,3 +172,18 @@ start-remote-sims:
-—container-override environment=[{SIM_NAME=master-$(VERSION)}]
.PHONY: all build-linux install clean build test test-cli test-all test-rest test-basic start-remote-sims
########################################
### Documentation
# Start docs site at localhost:8080
docs-develop:
@cd docs && \
npm install && \
npm run serve
# Build the site into docs/.vuepress/dist
docs-build:
@cd docs && \
npm install && \
npm run build