Skip to content

Commit 199a4e8

Browse files
committed
add initial connections menu entry
1 parent 7d8eb5d commit 199a4e8

3 files changed

Lines changed: 23 additions & 0 deletions

File tree

docs/config/_default/menus/menus.en.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@
88
url = "/import_data/import_intro/comparison/"
99
weight = 12
1010

11+
[[main]]
12+
name = "Connections"
13+
url = "/connections/about_connections/"
14+
weight = 12
15+
1116
[[main]]
1217
name = "Triage Findings"
1318
url = "/triage_findings/findings_workflows/intro_to_findings/"

docs/config/_default/params.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ mainSections = ["docs"]
5151
"get_started",
5252
"releases",
5353
"import_data",
54+
"connections",
5455
"triage_findings",
5556
"metrics_reports",
5657
"admin",

docs/content/connections/_index.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "Connections"
3+
description: "Connect DefectDojo to your scanners and issue trackers"
4+
summary: ""
5+
date: 2026-07-14T00:00:00+00:00
6+
lastmod: 2026-07-14T00:00:00+00:00
7+
draft: false
8+
weight: 3
9+
chapter: true
10+
seo:
11+
title: "" # custom title (optional)
12+
description: "" # custom description (recommended)
13+
canonical: "" # custom canonical URL (optional)
14+
robots: "" # custom robot tags (optional)
15+
audience: pro
16+
exclude_search: true
17+
---

0 commit comments

Comments
 (0)