Add api docs website

This commit is contained in:
Hubert Van De Walle 2020-05-06 11:38:08 +02:00
parent c9b414d1ee
commit 9936941ba8
2 changed files with 10 additions and 1 deletions

View File

@ -49,4 +49,10 @@ simplenotes.be {
www.simplenotes.be {
redir * https://simplenotes.be{path}
}
}
docs.simplenotes.be {
file_server
root * /docs
import security
}

View File

@ -4,3 +4,6 @@ COPY caddy/Caddyfile.prod /etc/caddy/Caddyfile
# Copy main website
COPY frontend/dist /site
# Copy api docs website
COPY public /docs