Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Dumoulin2014-02-13 16:48:48 +0000
committerCedric Dumoulin2014-02-13 16:48:48 +0000
commit36996a209a73bca6ec237c993c100928c46e28ac (patch)
tree8cc835672e63a19c0bc76f08bca94eea21aa4155 /extraplugins
parent3ccf5f5d20b834c8380834902526e7c3c5537992 (diff)
downloadorg.eclipse.papyrus-36996a209a73bca6ec237c993c100928c46e28ac.tar.gz
org.eclipse.papyrus-36996a209a73bca6ec237c993c100928c46e28ac.tar.xz
org.eclipse.papyrus-36996a209a73bca6ec237c993c100928c46e28ac.zip
330199 - Improve first level user toc
Diffstat (limited to 'extraplugins')
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/index-toc.xml9
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/layers-toc.xml2
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/users/index-toc.xml2
-rw-r--r--extraplugins/layers/org.eclipse.papyrus.layers.documentation/plugin.xml4
4 files changed, 15 insertions, 2 deletions
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/index-toc.xml b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/index-toc.xml
new file mode 100644
index 00000000000..da056b58757
--- /dev/null
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/index-toc.xml
@@ -0,0 +1,9 @@
+<?xml version='1.0' encoding='utf-8' ?>
+<toc label="Layers" link_to="../org.eclipse.papyrus.infra.doc/toc.xml#PapyrusDocUser">
+ <topic label="Layers" >
+ <link toc="guides/tutorials/layers-toc.xml"/>
+ <anchor id="tutorials"/>
+ <link toc="guides/users/index-toc.xml"/>
+ <anchor id="documentation"/>
+ </topic>
+</toc>
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/layers-toc.xml b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/layers-toc.xml
index af14e0b84aa..7baf497198d 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/layers-toc.xml
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/tutorials/layers-toc.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
-<toc label="Layers Tutorials" link_to="../org.eclipse.papyrus.infra.doc/toc.xml#PapyrusDocUser">
+<toc label="Layers Tutorials" >
<topic label="Layers Tutorials">
<link toc="guides/tutorials/simpleTutorial-toc.xml"/>
<link toc="guides/tutorials/derivedLayerTutorial-toc.xml"/>
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/users/index-toc.xml b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/users/index-toc.xml
index 5794b056e91..6dc87b4974a 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/users/index-toc.xml
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/guides/users/index-toc.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8' ?>
-<toc label="Layers Documentation" link_to="../org.eclipse.papyrus.infra.doc/toc.xml#PapyrusDocUser">
+<toc label="Layers Documentation" >
<topic label="Layers Documentation">
<link toc="guides/tutorials/derivedLayerTutorial-toc.xml"/>
<anchor id="layers.guides.documentations"/>
diff --git a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/plugin.xml b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/plugin.xml
index b84c5ad70ff..001043a872d 100644
--- a/extraplugins/layers/org.eclipse.papyrus.layers.documentation/plugin.xml
+++ b/extraplugins/layers/org.eclipse.papyrus.layers.documentation/plugin.xml
@@ -27,6 +27,10 @@
file="guides/developpers/layersDevs-toc.xml"
primary="false">
</toc>
+ <toc
+ file="guides/index-toc.xml"
+ primary="false">
+ </toc>
</extension>
</plugin>

Back to the top