From 556a0488fb031051c50349278ac541094ba63144 Mon Sep 17 00:00:00 2001 From: Jonathan Harper <39912347+jharper-sec@users.noreply.github.com> Date: Fri, 6 Dec 2024 13:29:41 -0500 Subject: [PATCH] Update _config.yaml --- _config.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/_config.yaml b/_config.yaml index 532a438..4f14dbf 100644 --- a/_config.yaml +++ b/_config.yaml @@ -1,3 +1,12 @@ title: Contrast Security ADR Runbooks +description: Security runbooks for Contrast Security's Attack Detection Rules baseurl: "/adr-runbooks" url: "https://contrast-security-oss.github.io" + +collections: + runbooks: + output: true + permalink: /:collection/:title + +exclude: + - README.md