Skip to content

Commit 41c8af4

Browse files
authored
Merge pull request #573 from thc202/fix-toc
Fix TOC
2 parents e9ace28 + c255f04 commit 41c8af4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

addOns/help/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
55

66
## Unreleased
7-
7+
### Fixed
8+
- Remove TOC entries that no longer exist.
89

910
## [19] - 2025-01-10
1011
### Added

addOns/help/src/main/javahelp/toc.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@
9292
<tocitem text="JVM" target="ui.dialogs.options.jvm"/>
9393
<tocitem text="Keyboard" target="ui.dialogs.options.keyboard"/>
9494
<tocitem text="Language" target="ui.dialogs.options.language"/>
95-
<tocitem text="Passive Scan Rules" target="ui.dialogs.options.pscanrules"/>
96-
<tocitem text="Passive Scan Tags" target="ui.dialogs.options.pscan"/>
97-
<tocitem text="Passive Scanner" target="ui.dialogs.options.pscan.main"/>
9895
<tocitem text="Rule Configuration" target="ui.dialogs.options.ruleconfig"/>
9996
<tocitem text="Scripts" target="ui.dialogs.options.script"/>
10097
<tocitem text="Search" target="ui.dialogs.options.search"/>

0 commit comments

Comments
 (0)