# Minimal makefile for Mkdocs documentation
#


# Put it first so that "make" without argument is like "make help".
build:
	mkdocs build

server:
	mkdocs watch