-
1. Re: Can RH server host JavaDocs?
RoboColum(n) Sep 10, 2014 2:32 PM (in response to kdeuler)Please correct me if I am wrong but JavaDocs is just a collection of HTML files, right? If so, you could import these into your RH project and output to WebHelp Pro or FlashHelp Pro. You may have to do a little tidy up of the files after importing them. It all depends on the way the JavaDocs files are created.
-
2. Re: Can RH server host JavaDocs?
kdeuler Sep 11, 2014 10:03 AM (in response to RoboColum(n))That's right. It's a collection of HTML files. I'll see if there's ways to import them easily.
-
3. Re: Can RH server host JavaDocs?
RoboColum(n) Sep 11, 2014 12:17 PM (in response to kdeuler)You can import HTML files from the File > Import menu in RH. The problem you may have is that the JavaDocs may have scripting or code that RH does not understand. I had a similar scenario several years ago abd I was able to get a workable solution by assigning a style sheet and doing some find and replace operations. It may require some testing, but once you have it sorted it would be easy enough.


