Adding or removing help topics
To add or remove help topics from the application help, you delete or create the document root for that help topic. To prevent the navigation pane controls from generating erroneous links to that help topic, you must also alter the help book list, books.js, located in the <context root>\help\wwhelp\wwhimpl\common\private directory. The books.js file also controls the order in which the help topics appear in the table of contents.
How to remove a help topic from the Information Console help system
The following steps remove a topic from the Information Console help system.
1 Navigate to the <context root>\help\wwhelp\wwhimpl\common\private\ directory.
2 In a text editor, open the books.js file.
3 Find the following code:
function WWHBookGroups_Books(ParamTop)
{
ParamTop.fAddDirectory("using-ip", null, null, null, null);
ParamTop.fAddDirectory("dashboards", null, null, null, null);
ParamTop.fAddDirectory("customizing-ip", null, null, null, null);
ParamTop.fAddDirectory("javascriptapi", null, null, null, null);
ParamTop.fAddDirectory("glossary", null, null, null, null);
}
4 Delete the line that adds the directory for the topic that you need to remove.
5 Save and close the books.js file.
6 In the file system, delete the document root for the topic that you removed in step
4.