Skip to content

Commit 5426e3e

Browse files
authored
Merge branch 'main' into colin/701-ica-err-code-in-ack
2 parents 46ff2ae + 1da4885 commit 5426e3e

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)