add more docs about ws

This commit is contained in:
Benjamin Sergeant
2019-10-09 22:42:03 -07:00
parent d2cf616737
commit f8e7b34bf0
2 changed files with 167 additions and 1 deletions

View File

@ -109,7 +109,7 @@ install_cmake_for_linux:
# source venv/bin/activate
# pip install mkdocs
doc:
./venv/bin/mkdocs build -d ../bsergean.github.io/IXWebSocket/site
mkdocs gh-deploy
.PHONY: test
.PHONY: build