Skip to content

Fix TOC #573

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading