Multiple Guides in a Wiki
Posted: Fri Apr 20, 2018 12:35 pm
Hi, I have a product A wiki. The wiki contains multiple guides: getting started, admin, user, developer.
I wonder if there is a way that I can download PDF file for the multiple guides.
Below are some of my thoughts:
1. When I click and enter admin guide, I would get a PDF download button in the div, and get a different search engine. The search engine will allow me to search topics only in this admin guide.
2. When I click and enter user guide, I would get a PDF download button in the div that with different download link. And the search engine will allow me to search topics only in this user guide.
3. ...
I edited the relevant html file, and added pdf button, it will work; But when I generate the webhelp once again by oxygen. All my configurations are gone.
Any way to achieve my thoughts?
I wonder if there is a way that I can download PDF file for the multiple guides.
Below are some of my thoughts:
1. When I click and enter admin guide, I would get a PDF download button in the
Code: Select all
wh_search_input
2. When I click and enter user guide, I would get a PDF download button in the
Code: Select all
wh_search_input
3. ...
I edited the relevant html file, and added pdf button, it will work; But when I generate the webhelp once again by oxygen. All my configurations are gone.
Any way to achieve my thoughts?