1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-03 04:25:24 +02:00

docs: add docs on restoring to PSQL server (#1584)

* docs: add docs on restoring to PSQL server

* prevent iframe in netlify site
This commit is contained in:
Hayden 2022-08-20 11:53:48 -08:00 committed by GitHub
parent 74548e9152
commit 007b861ad6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 56 additions and 3 deletions

View file

@ -3,5 +3,11 @@ publish = "docs/site/"
command = """
pip3 install mkdocs-material &&
cd docs &&
mkdocs build
"""
mkdocs build
"""
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
X-XSS-Protection = "1; mode=block"