Add api docs website
This commit is contained in:
parent
c9b414d1ee
commit
9936941ba8
@ -49,4 +49,10 @@ simplenotes.be {
|
||||
|
||||
www.simplenotes.be {
|
||||
redir * https://simplenotes.be{path}
|
||||
}
|
||||
}
|
||||
|
||||
docs.simplenotes.be {
|
||||
file_server
|
||||
root * /docs
|
||||
import security
|
||||
}
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user