Skip to content

Commit 1da4885

Browse files
authored
docs: add MakeFile command to view docs locally (#788)
1 parent d7bf2a8 commit 1da4885

File tree

3 files changed

+303
-14771
lines changed

3 files changed

+303
-14771
lines changed

Makefile

+4
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ build-docs:
203203
cp ~/output/$${path_prefix}/index.html ~/output ; \
204204
done < versions ;
205205

206+
view-docs:
207+
@cd docs && \
208+
npm install && npm run serve
209+
206210
.PHONY: build-docs
207211

208212
###############################################################################

0 commit comments

Comments
 (0)