docs: update website

This commit is contained in:
Damien Arrachequesne
2020-12-15 00:26:37 +01:00
parent 49068d3cc5
commit a857b9baa4
6 changed files with 222 additions and 15 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
help: ## print this message
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
build-site: ## build the site
mvn javadoc:javadoc site -DskipTests
.PHONY: build-site