Skip to content

Commit 5b8e935

Browse files
committed
Adding build support to migrate to netlify
1 parent 7e9d799 commit 5b8e935

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

Diff for: netlify.toml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[[headers]]
2+
for = "/*"
3+
[headers.values]
4+
Strict-Transport-Security = "max-age=31536000 ; includeSubDomains"
5+
X-Content-Type-Options = "nosniff"
6+
X-Frame-Options = "DENY"
7+
X-XSS-Protection = "1; mode=block"
8+
Referrer-Policy = "same-origin"
9+
Feature-Policy = "accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'"
10+
Content-Security-Policy-Report-Only = "default-src 'none'; script-src 'self' ssl.google-analytics.com www.google-analytics.com 'sha256-AzwHtScSzFOoXIoLRz4+vK2rDADGdNC3AXQG5FjKK68=' 'sha256-8IZh+gkrYCTCvcu/zawPN9Vj4RLghgOT4F5rTZXvdkQ='; object-src 'self'; style-src 'self'; img-src 'self' data: ssl.google-analytics.com www.google-analytics.com; media-src 'none'; frame-src www.youtube.com www.youtube-nocookie.com; font-src 'self'; connect-src 'self' ssl.google-analytics.com www.google-analytics.com; base-uri 'none'; form-action 'self'; frame-ancestors 'none'"
11+

Diff for: requirements.txt

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
mkdocs
2+
pymdown-extensions
3+
pygments
4+
git+https://github.com/pagerduty/mkdocs-theme-pagerduty.git@master

Diff for: runtime.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.7

0 commit comments

Comments
 (0)