Skip to content

Commit b876803

Browse files
devGregAclaude
andcommitted
Hide Algolia branding, add OS dashboard content, fix dark mode logo colors
- Hide DocSearch/Algolia logo in search modal via CSS - Add version-toggled OS content for Introduction Dashboard page - Mark Custom Dashboard Tiles as pro-only via audience front matter - Fix dark mode SVG logo to use proper background (#212529) and foreground (#FFFFFF) colors Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4750dd4 commit b876803

4 files changed

Lines changed: 73 additions & 28 deletions

File tree

docs/assets/scss/common/_custom.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,10 @@ h1, h2, h3, h4, h5, h6,
261261
padding: 0;
262262
}
263263

264+
.DocSearch-Logo {
265+
display: none !important;
266+
}
267+
264268
@media (max-width: 768px) {
265269
.DocSearch-Modal {
266270
position: fixed !important;

docs/content/metrics_reports/dashboards/Introduction_dashboard.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,44 @@ The Dashboard is likely the first page you'll see when you open DefectDojo. It s
1919

2020
</div>
2121

22+
<div class="version-opensource">
23+
24+
## Dashboard Components
25+
26+
The open-source dashboard provides a high-level snapshot of your security posture with the following built-in components:
27+
28+
### Summary Cards
29+
30+
The top row of the dashboard displays four summary cards that give you an at-a-glance view of activity:
31+
32+
* **Active Engagements** — total number of currently open Engagements across all Products.
33+
* **Findings Last 7 Days** — new Findings created in the past week.
34+
* **Closed in Last 7 Days** — Findings that were resolved recently.
35+
* **Accepted in Last 7 Days** — Findings that were risk-accepted recently.
36+
37+
Each card links directly to the relevant filtered list so you can drill in with one click.
38+
39+
### Historical Finding Severity
40+
41+
This pie chart breaks down all Findings ever created in DefectDojo by Severity (Critical, High, Medium, Low, Informational), giving you a quick read on the overall distribution of vulnerabilities in your environment.
42+
43+
### Reported Finding Severity by Month
44+
45+
This line chart plots the volume and severity of incoming Findings month-over-month, helping you spot trends such as spikes after a new scanner integration or sustained improvement from remediation efforts.
46+
47+
### Dashboard Configuration
48+
49+
Superusers can toggle which charts appear on the dashboard. Navigate to the gear menu in the top-right corner and select **Edit Dashboard Configuration** to show or hide:
50+
51+
* **Display Graphs** — controls the Historical Finding Severity and Reported Finding Severity charts.
52+
* **Display Surveys** — controls the Unassigned Answered Engagement Questionnaires table.
53+
* **Display Data Tables** — controls the Top 10 / Bottom 10 Graded Products tables.
54+
55+
Select **Reset Dashboard Configuration** from the same menu to restore defaults.
56+
57+
</div>
58+
<div class="version-pro">
59+
2260
## Dashboard Components
2361

2462
* **Customizable Dashboard Tiles**, which you can use to visualize the metrics which are relevant to you.
@@ -28,7 +66,7 @@ Each team member shares a single dashboard, but the results of the dashboard are
2866

2967
### Dashboard Tiles
3068

31-
Tiles are designed to provide relevant information and speed up navigation within DefectDojo.
69+
Tiles are designed to provide relevant information and speed up navigation within DefectDojo.
3270

3371
![image](images/Introduction_to_Dashboard_Features_2.png)
3472

@@ -68,7 +106,7 @@ This chart allows you to monitor the volume and severity distribution of incomin
68106

69107
#### Unassigned Answered Engagement Questionnaires
70108

71-
If you have completed Engagement Questionnaires for review, those will be listed in this table.
109+
If you have completed Engagement Questionnaires for review, those will be listed in this table.
72110

73111
![image](images/Introduction_to_Dashboard_Features_5.png)
74112

@@ -104,3 +142,5 @@ If you would like to reset your Dashboard to a default state, you can do so by s
104142
![image](images/How-To_Edit_Dashboard_Configuration_3.png)
105143

106144
**Note that this will remove any Custom Dashboard Tiles which have been added to your instance.**
145+
146+
</div>

docs/content/metrics_reports/dashboards/about_custom_dashboard_tiles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Custom Dashboard Tiles"
33
description: "How to make Dashboard Tiles work for you, with examples"
44
weight: 2
5+
audience: pro
56
aliases:
67
- /en/customize_dojo/dashboards/about_custom_dashboard_tiles
78
---

docs/static/svgs/logo-darkmode.svg

Lines changed: 26 additions & 26 deletions
Loading

0 commit comments

Comments
 (0)