Skip to content

Commit 02a6c57

Browse files
committed
update sectionNav and reorder articles
1 parent 2b21c2c commit 02a6c57

12 files changed

Lines changed: 47 additions & 11 deletions

File tree

docs/config/_default/params.toml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,18 @@ mainSections = ["docs"]
4444
bootstrapJavascript = false # false (default) or true
4545

4646
# Nav
47-
sectionNav = ["docs", "en", "supported_tools", "get_started"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])
47+
sectionNav = [
48+
"docs",
49+
"en",
50+
"supported_tools",
51+
"get_started",
52+
"import_data",
53+
"triage_findings",
54+
"metrics_reports",
55+
"admin",
56+
"automation",
57+
"issue_tracking"] # ["docs"] (default) or list of sections (e.g. ["docs", "guides"])
58+
4859
toTopButton = false # false (default) or true
4960
breadcrumbTrail = false # false (default) or true
5061
headlineHash = true # true (default) or false

docs/content/get_started/common_use_cases/ci_cd_integration.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

docs/content/get_started/common_use_cases/triage_and_address.md

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: "Import Intro"
3+
description: "Use DefectDojo's Import / Reimport to ingest data and build a pipeline"
4+
summary: ""
5+
date: 2023-09-07T16:06:50+02:00
6+
lastmod: 2023-09-07T16:06:50+02:00
7+
draft: false
8+
weight: 1
9+
chapter: true
10+
sidebar:
11+
collapsed: true
12+
seo:
13+
title: "" # custom title (optional)
14+
description: "" # custom description (recommended)
15+
canonical: "" # custom canonical URL (optional)
16+
robots: "" # custom robot tags (optional)
17+
exclude_search: true
18+
---
File renamed without changes.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: "DefectDojo Pro"
3+
description: ""
4+
summary: ""
5+
date: 2023-09-07T16:06:50+02:00
6+
lastmod: 2023-09-07T16:06:50+02:00
7+
draft: false
8+
weight: 4
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+
pro-feature: true
16+
exclude_search: true
17+
---
File renamed without changes.

docs/content/import_data/connectors/about_connectors.md renamed to docs/content/import_data/pro/connectors/about_connectors.md

File renamed without changes.

docs/content/import_data/connectors/add_edit_connectors.md renamed to docs/content/import_data/pro/connectors/add_edit_connectors.md

File renamed without changes.

docs/content/import_data/connectors/connectors_tool_reference.md renamed to docs/content/import_data/pro/connectors/connectors_tool_reference.md

File renamed without changes.

0 commit comments

Comments
 (0)