-
-
Couldn't load subscription status.
- Fork 745
revisit: Improve formatting and clarity in revisit help HTML #6807
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
Conversation
|
New Issues (12)Checkmarx found the following issues in this Pull Request
Fixed Issues (2)Great job! The following issues were fixed in this Pull Request
Use @Checkmarx to reach out to us for assistance. Just send a PR comment with Examples: |
...sit/src/main/javahelp/org/zaproxy/zap/extension/revisit/resources/help/contents/revisit.html
Outdated
Show resolved
Hide resolved
...sit/src/main/javahelp/org/zaproxy/zap/extension/revisit/resources/help/contents/revisit.html
Outdated
Show resolved
Hide resolved
...sit/src/main/javahelp/org/zaproxy/zap/extension/revisit/resources/help/contents/revisit.html
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will need squash at merge.
Updated the `revisit.html` help file to enhance readability and consistency. Changes include improved paragraph structure, clearer explanations, fixed typos, and better formatting for API endpoint documentation. Signed-off-by: Umoxfo <[email protected]>
|
Thank you! |
| revisit / action / revisitSiteOff Turns revisit off for the specified site | ||
| <p>The add on supports the following API endpoints:</p> | ||
|
|
||
| <pre> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Umoxfo it does not seem that pre improved this in Crowdin, maybe better to use unordered list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, the unordered list is the best option.




Overview
Updated the
revisit.htmlhelp file to enhance readability and consistency. Changes include improved paragraph structure, clearer explanations, fixed typos, and better formatting for API endpoint documentation.