WebSphere Application Server デバッグの文書

WebSphere Application Server デバッグの文書は、com.ibm.debug.wsa.doc の中にあります。 それ以外の文書プラグインは、以下の方法で WebSphere Application Server デバッグの文書にリンクできます。

文書全体へのリンク

すべての WebSphere Application Server デバッグの文書へリンクするには、 以下のように、ヘルプ・プラグイン・ツール/コンポーネント目次ファイルから debugWSAToc.xml へリンクします。

<topic label="WebSphere Application Server デバッグ">
   <link toc="../com.ibm.debug.wsa.doc/debugWSAToc.xml" />
</topic>

または、次のようにします。

<toc label="eg., Product documentation Tools/Components">
   <topic label="WebSphere Application Server デバッグ">
        <link toc="../com.ibm.debug.wsa.doc/debugWSAToc.xml" />
   </topic>
</toc>

すべての概念ファイルへのリンク

すべての WebSphere Application Server デバッグ概念ファイルへリンクするには、以下のように、ヘルプ・プラグイン概念目次ファイルから debugWSAConcepts.xml へリンクします。

<topic label="WebSphere Application Server デバッグ">
   <link toc="../com.ibm.debug.wsa.doc/debugWSAConcepts.xml" />
</topic>

または、次のようにします。

<toc label="Concepts">
   <topic label="WebSphere Application Server デバッグ">
       <link toc="../com.ibm.debug.wsa.doc/debugWSAConcepts.xml" />
   </topic>
</toc>

すべてのタスク・ファイルへのリンク

すべての WebSphere Application Server デバッグ・タスク・ファイルへリンクするには、以下のように、ヘルプ・プラグイン・タスク目次ファイルから debugWSATasks.xml へリンクします。

<topic label="WebSphere Application Server デバッグ">
   <link toc="../com.ibm.debug.wsa.doc/debugWSATasks.xml" />
</topic>

または、次のようにします。

<toc label="Tasks">
   <topic label="WebSphere Application Server デバッグ">
       <link toc="../com.ibm.debug.wsa.doc/debugWSATasks.xml" />
   </topic>
</toc>

すべての参照ファイルへのリンク

すべての WebSphere Application Server デバッグ参照ファイルへリンクするには、以下のように、ヘルプ・プラグイン参照目次ファイルから debugWSAReference.xml へリンクします。

<topic label="WebSphere Application Server デバッグ">
   <link toc="../com.ibm.debug.wsa.doc/debugWSAReference.xml" />
</topic>

または、次のようにします。

<toc label="Reference">
   <topic label="WebSphere Application Server デバッグ">
       <link toc="../com.ibm.debug.wsa.doc/debugWSAReference.xml" />
   </topic>
</toc>

個々のファイルへのリンク

目次から WebSphere Application Server デバッグ・ファイルへリンクするには、 以下のガイドラインを使用します。

<topic href="/com.ibm.debug.wsa.doc/<concepts, tasks, or ref>/<filename>" label="<title of file>"></topic>

別のヘルプ・ファイルから WebSphere Application Server デバッグ・ファイルへリンクするには、 以下のガイドラインを使用します。

<a href="../../com.ibm.debug.wsa.doc/<concepts, tasks, or ref>/<filename>"><title of file></a>