007b861ad6
* docs: add docs on restoring to PSQL server * prevent iframe in netlify site
13 lines
218 B
TOML
13 lines
218 B
TOML
[build]
|
|
publish = "docs/site/"
|
|
command = """
|
|
pip3 install mkdocs-material &&
|
|
cd docs &&
|
|
mkdocs build
|
|
"""
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Frame-Options = "DENY"
|
|
X-XSS-Protection = "1; mode=block"
|