Skip to content

Commit b7223ea

Browse files
authored
Merge pull request #767 from crowdsecurity/notification-integration-doc
feat(notification integration): 📝 notification integration doc
2 parents 9cb2666 + bb149ea commit b7223ea

File tree

16 files changed

+6002
-1406
lines changed

16 files changed

+6002
-1406
lines changed

crowdsec-docs/package-lock.json

Lines changed: 3420 additions & 1406 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,32 @@ module.exports = {
271271
label: "Service API 🏅",
272272
href: "/u/service_api/getting_started",
273273
},
274+
{
275+
type: "category",
276+
label: "Notification integrations 🏅",
277+
items: [
278+
{
279+
type: "doc",
280+
label: "Overview",
281+
id: "console/notification_integrations/overview",
282+
},
283+
{
284+
type: "doc",
285+
label: "Notification Rule",
286+
id: "console/notification_integrations/rule",
287+
},
288+
{
289+
type: "doc",
290+
label: "Slack",
291+
id: "console/notification_integrations/slack",
292+
},
293+
{
294+
type: "doc",
295+
label: "Webhook",
296+
id: "console/notification_integrations/webhook",
297+
},
298+
],
299+
},
274300
],
275301
remediationSideBar: [
276302
{
105 KB
Loading
84.4 KB
Loading
56.1 KB
Loading
56.6 KB
Loading
113 KB
Loading
19 KB
Loading
44.2 KB
Loading
35.8 KB
Loading

0 commit comments

Comments
 (0)