Skip to content

Commit

Permalink
Merge pull request #573 from thc202/fix-toc
Browse files Browse the repository at this point in the history
Fix TOC
  • Loading branch information
kingthorin authored Jan 10, 2025
2 parents e9ace28 + c255f04 commit 41c8af4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 2 additions & 1 deletion addOns/help/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ All notable changes to this add-on will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased

### Fixed
- Remove TOC entries that no longer exist.

## [19] - 2025-01-10
### Added
Expand Down
3 changes: 0 additions & 3 deletions addOns/help/src/main/javahelp/toc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,6 @@
<tocitem text="JVM" target="ui.dialogs.options.jvm"/>
<tocitem text="Keyboard" target="ui.dialogs.options.keyboard"/>
<tocitem text="Language" target="ui.dialogs.options.language"/>
<tocitem text="Passive Scan Rules" target="ui.dialogs.options.pscanrules"/>
<tocitem text="Passive Scan Tags" target="ui.dialogs.options.pscan"/>
<tocitem text="Passive Scanner" target="ui.dialogs.options.pscan.main"/>
<tocitem text="Rule Configuration" target="ui.dialogs.options.ruleconfig"/>
<tocitem text="Scripts" target="ui.dialogs.options.script"/>
<tocitem text="Search" target="ui.dialogs.options.search"/>
Expand Down

0 comments on commit 41c8af4

Please sign in to comment.