Rewrite Getting Started; move GS to Intro

This commit is contained in:
Matthew Holt 2022-09-16 17:17:17 -06:00
commit 371663688c
148 changed files with 19931 additions and 0 deletions

17
Caddyfile Normal file
View file

@ -0,0 +1,17 @@
localhost
root * src
file_server
templates
encode gzip
try_files {path}.html {path}
redir /docs/json /docs/json/
redir /docs/modules /docs/modules/
rewrite /docs/json/* /docs/json/index.html
rewrite /docs/modules/* /docs/modules/index.html
rewrite /docs/* /docs/index.html
reverse_proxy /api/* localhost:4444