FSchumacher commented on PR #6680: URL: https://github.com/apache/jmeter/pull/6680#issuecomment-4125161584
I want to give it locally a try, the docs setup is a bit complext right now. We distribute the (not well named, as the printing of the new site was better for years now) printable docs, that can be used locally via native browser or the built in HTML viewer. That is controlled by the system property `help.local` which is currently set to `false`. If it is set to `true`, the help system switches to the HTML viewer, which can't really use the "new" pages. So, to be complete, we should remove that code (see for example `src/core/src/main/java/org/apache/jmeter/gui/action/Help.java`), too. (Though for a first step, this PR is good) What did you test exactly? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
