docs: DefectDojo Pro Customizable Dashboards (dashboard_v2)#15111
Merged
Conversation
Document the new Pro customizable dashboards (layouts + widget catalog, beta behind the dashboard_v2 feature flag): concepts + UI walkthrough, the /api/v2/dashboards/ REST API with a full lifecycle script, and a paste-in LLM prompt. Rework the dashboards index for OSS-vs-Pro, point the OSS Main Dashboard page's Pro section at the new docs, remove the obsolete custom-tiles page, and repoint inbound links to it. Authored by T. Walker - DefectDojo
…n ordering Authored by T. Walker - DefectDojo
…LM prompt copy button Authored by T. Walker - DefectDojo
The top-nav Metrics & Reports link targeted the dashboards section index (_index.md) — a chapter landing rendered without the left side menu. Restore it to the introduction_dashboard leaf page so the nav lands on a page with the full sidebar and version selector, consistent with every other top-nav item. Authored by T. Walker - DefectDojo
Maffooch
approved these changes
Jun 30, 2026
paulOsinski
approved these changes
Jun 30, 2026
Jino-T
approved these changes
Jul 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds documentation for the new DefectDojo Pro Customizable Dashboards (
dashboard_v2) — the per-user, widget-and-layout dashboard system — and reworks the Dashboards section to cleanly separate Open Source from Pro.What's new
PRO__custom_dashboards.md) — concepts (layouts, widgets, the widget catalog, sharing) plus a full UI walkthrough with screenshots.PRO__custom_dashboards_api.md) — discover the widget catalog, create and update layouts, set a default, share with a team, and render widget data over the REST API, with a complete lifecycle script.PRO__custom_dashboards_llm.md) — a self-contained prompt pattern for having an LLM design, create, and verify dashboards via the API._index.md) into an Open Source vs. Pro comparison plus a "where to go next" guide.Cleanup
about_custom_dashboard_tiles.md(the old singular Pro "tiles" dashboard, superseded bydashboard_v2).Introduction_dashboard.mdto focus on the OSS Main Dashboard.Notes
audience: proand carry a beta-enablement note.hugo server.