Begin transition to new docs layout

Still need to clean things up and get Quick Assist working again
This commit is contained in:
Matthew Holt 2024-02-19 12:30:26 -07:00
parent 531b39f78d
commit 5f4b630679
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
5 changed files with 200 additions and 21 deletions

View file

@ -20,6 +20,13 @@ 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
# allow direct access to markdown but otherwise
# rewrite to docs index page to render it
@notDirectDocsMarkdown {
path /docs/*
not path *.md
}
rewrite @notDirectDocsMarkdown /docs/index.html
reverse_proxy /api/* localhost:4444