[docs] moving Parser Docs to new index#13528
Merged
valentijnscholten merged 16 commits intoDefectDojo:bugfixfrom Nov 5, 2025
Merged
[docs] moving Parser Docs to new index#13528valentijnscholten merged 16 commits intoDefectDojo:bugfixfrom
valentijnscholten merged 16 commits intoDefectDojo:bugfixfrom
Conversation
added 9 commits
October 22, 2025 15:35
Jino-T
approved these changes
Oct 24, 2025
valentijnscholten
requested changes
Oct 24, 2025
Member
valentijnscholten
left a comment
There was a problem hiding this comment.
The unit tests need an update as they expect the docs to be in a certain folder.
Contributor
Author
|
@valentijnscholten I believe I've sorted this out here but I haven't been able to run the unittests locally yet. |
Member
|
I was about to quickly fix it, but there are 38 hits when I search for |
Contributor
|
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Contributor
|
Conflicts have been resolved. A maintainer will review the pull request shortly. |
added 2 commits
November 3, 2025 16:13
Contributor
Author
|
@valentijnscholten seems to be working now 🤞 |
Maffooch
approved these changes
Nov 4, 2025
valentijnscholten
approved these changes
Nov 4, 2025
blakeaowens
approved these changes
Nov 4, 2025
Maffooch
pushed a commit
to valentijnscholten/django-DefectDojo
that referenced
this pull request
Feb 16, 2026
* update package & package-lock * rename directories for hugo 0.152.1 * update other stuff * replace favicons * update faq * move the files into new index * fix links * add sidebar nav to new index * Update test_parsers.py docs path * update node_modules path * revert breaking commit * update test_parsers.py --------- Co-authored-by: Paul Osinski <paul.m.osinski@gmail.com>
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.
This PR moves the parser documentation to a new URL index
https://docs.defectdojo.com/en/connecting_your_tools/parsers/=>https://docs.defectdojo.com/supported_toolsto clean things up.Primarily intended to make the documentation more navigable, because our list of parsers overflows the screen when it's expanded from the main documentation. This moves things into a more walled-off 'appendix' like section while keeping the navigation the same.
Primarily affects the nav - left side is the new version, right side is the old (where Parser docs are mashed in with everything else).

[sc-11972]