diff --git a/README.md b/README.md index ac61e1f..48728cf 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # PagerDuty Incident Response Documentation [![Build Status](https://circleci.com/gh/PagerDuty/incident-response-docs/tree/master.svg?style=svg)](https://circleci.com/gh/PagerDuty/incident-response-docs) +[![Netlify Status](https://api.netlify.com/api/v1/badges/ca66d085-7d5f-4a57-81c7-4eb104c9bdb7/deploy-status)](https://app.netlify.com/sites/incident-response-docs/deploys) This is a public version of the Incident Response process used at PagerDuty. It is also used to prepare new employees for on-call responsibilities, and provides information not only on preparing for an incident, but also what to do during and after. See the [about page](docs/about.md) for more information on what this documentation is and why it exists. You can view the documentation [directly](docs/index.md) in this repository, or rendered as a website at https://response.pagerduty.com. diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 0000000..ad37701 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,10 @@ +[[headers]] + for = "/*" + [headers.values] + Strict-Transport-Security = "max-age=31536000 ; includeSubDomains" + X-Content-Type-Options = "nosniff" + X-Frame-Options = "DENY" + X-XSS-Protection = "1; mode=block" + Referrer-Policy = "same-origin" + Feature-Policy = "accelerometer 'none'; camera 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; payment 'none'; usb 'none'" + 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'" \ No newline at end of file diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..4cdb536 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +mkdocs +pymdown-extensions +pygments +git+https://github.com/pagerduty/mkdocs-theme-pagerduty.git@master \ No newline at end of file diff --git a/runtime.txt b/runtime.txt new file mode 100644 index 0000000..98fccd6 --- /dev/null +++ b/runtime.txt @@ -0,0 +1 @@ +3.8 \ No newline at end of file