Browse Source

Documentation: intermediate result

Rainer Klute 9 years ago
parent
commit
4e0404ab8e

+ 8 - 1
plugins/org.yakindu.sct.doc.user/plugin.xml

@@ -3,7 +3,14 @@
 <plugin>
 
     <extension point="org.eclipse.help.toc">
-        <toc file="help/documentation-toc.xml" primary="true" />
+        <toc file="toc.xml" primary="true" />
+        <toc file="help/Part1-Installation-Guide/00_installation-toc.xml" primary="false"/>
+        <toc file="help/Part2-User-Guide/20_tutorial-toc.xml" primary="false" />
+        <toc file="help/Part2-User-Guide/50_simulating_statecharts-toc.xml" primary="false" />
+        <toc file="help/Part2-User-Guide/30_statechart_language-toc.xml" primary="false" />
+        <toc file="help/Part2-User-Guide/60_generating_code-toc.xml" primary="false" />
+        <toc file="help/Part2-User-Guide/10_overview-toc.xml" primary="false" />
+        <toc file="help/Part2-User-Guide/40_editing statecharts-toc.xml" primary="false" />
     </extension>
 
     <extension point="org.eclipse.help.contexts">

+ 11 - 1
plugins/org.yakindu.sct.doc.user/toc.xml

@@ -3,6 +3,16 @@
 
 <toc label="YAKINDU Statechart Tools Documentation">
 
-	<link toc="help/documentation-toc.xml"/>
+   <link toc="help/Part1-Installation-Guide/00_installation-toc.xml"/>
+
+   <topic label="User Guide">
+      <link toc="help/Part2-User-Guide/10_overview-toc.xml"/>
+      <link toc="help/Part2-User-Guide/20_tutorial-toc.xml"/>
+      <link toc="help/Part2-User-Guide/30_statechart_language-toc.xml"/>
+      <link toc="help/Part2-User-Guide/40_editing statecharts-toc.xml"/>
+      <link toc="help/Part2-User-Guide/50_simulating_statecharts-toc.xml"/>
+      <link toc="help/Part2-User-Guide/60_generating_code-toc.xml"/>
+   </topic>
+
 
 </toc>