Skip to content

Commit 1c9b6e0

Browse files
authored
move Wiz doc from KB to main docs (#2003)
1 parent 143819f commit 1c9b6e0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

docs/kb/integrations/wiz.md docs/semgrep-appsec-platform/wiz.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
slug: wiz
33
append_help_link: true
4-
title: View Semgrep findings in Wiz's Security Graph
4+
title: Wiz
55
hide_title: true
66
description: "Learn how to view Semgrep findings in Wiz's Security Graph."
77
tags:

docusaurus.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,8 @@ module.exports = {
403403
{ from: "/semgrep-supply-chain/ignoring-dependencies" , to: "/semgrep-supply-chain/ignoring-dependencies" } ,
404404
/* FEB 26, 2025 */
405405
{ from: "/faq" , to: "/faq/overview" },
406+
/* MAR 4, 2025 */
407+
{ from: "/kb/integrations/wiz" , to: "/semgrep-appsec-platform/wiz" },
406408
]
407409
}
408410
],

sidebars.js

+9-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,6 @@ module.exports = {
176176
'semgrep-appsec-platform/webhooks'
177177
]
178178
},
179-
'semgrep-appsec-platform/jira',
180179
'semgrep-appsec-platform/dashboard',
181180
{
182181
type: 'category',
@@ -191,6 +190,15 @@ module.exports = {
191190
'extensions/semgrep-intellij'
192191
]
193192
},
193+
{
194+
type: 'category',
195+
label: 'Integrations',
196+
collapsible: true,
197+
items: [
198+
'semgrep-appsec-platform/jira',
199+
'semgrep-appsec-platform/wiz'
200+
]
201+
},
194202
]
195203
},
196204
{

0 commit comments

Comments
 (0)