mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
make docs-develop, make docs-build (#543)
This commit is contained in:
parent
f454e69723
commit
e1c1902543
15
Makefile
15
Makefile
@ -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
|
Loading…
Reference in New Issue
Block a user