fixing website

This commit is contained in:
Julien Neuhart
2018-12-10 16:13:27 +01:00
parent 495203c112
commit 06e7a1fda1
19 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ GOLANG_VERSION=1.11.2
# generate documentation.
doc:
static-docs --in docs --out public --theme gotenberg --title Gotenberg --subtitle "A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF."
static-docs --in build/docs --out docs --theme gotenberg --title Gotenberg --subtitle "A Docker-powered stateless API for converting HTML, Markdown and Office documents to PDF."
# gofmt and goimports all go files.
fmt: