Browse Source

add links to topics

mitm001 5 years ago
parent
commit
32fd9ab824
2 changed files with 13 additions and 7 deletions
  1. 11 6
      docs/modules/ROOT/pages/jme3.adoc
  2. 2 1
      docs/modules/networking/nav.adoc

+ 11 - 6
docs/modules/ROOT/pages/jme3.adoc

@@ -17,10 +17,6 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 *  <<jme3/advanced/steer_behaviours#,Steer Behaviours>>
 *  <<jme3/advanced/steer_behaviours#,Steer Behaviours>>
 *  <<jme3/advanced/jme3_ai#,jME3 Artificial Intelligence>>
 *  <<jme3/advanced/jme3_ai#,jME3 Artificial Intelligence>>
 
 
-=== Multiplayer Networking
-
-*  <<jme3/advanced/open_game_finder#,Open Game Finder>>
-*  <<jme3/advanced/networking_video_tutorials#,Videos: jME3 networking video tutorial series>>
 
 
 === Camera
 === Camera
 
 
@@ -73,12 +69,21 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 
 
 *  <<jme3/virtualreality#, Virtual Reality. OpenCV &amp; JavaCV>>
 *  <<jme3/virtualreality#, Virtual Reality. OpenCV &amp; JavaCV>>
 
 
-=== jMonkey User Contributions
+== jMonkey User Contributions
 
 
-*  <<jme3/contributions/entitysystem#, The Zay-ES Entity System>>
 *  <<jme3/contributions/vegetationsystem#,Vegetation System>>
 *  <<jme3/contributions/vegetationsystem#,Vegetation System>>
 *  <<jme3/contributions#, Contributions - User made utilities to add functionality to the engine.>>
 *  <<jme3/contributions#, Contributions - User made utilities to add functionality to the engine.>>
 
 
+=== Multiplayer Networking
+
+*  <<jme3/advanced/open_game_finder#,Open Game Finder>>
+
+=== Entity System
+*  <<jme3/contributions/entitysystem#, The Zay-ES Entity System>>
+
+
+
+
 === Sample Projects
 === Sample Projects
 
 
 *  link:http://code.google.com/p/jmonkeyengine/source/browse/BookSamples/#BookSamples%2Fsrc[BookSamples] – Some more jME3 code samples
 *  link:http://code.google.com/p/jmonkeyengine/source/browse/BookSamples/#BookSamples%2Fsrc[BookSamples] – Some more jME3 code samples

+ 2 - 1
docs/modules/networking/nav.adoc

@@ -1,4 +1,5 @@
 * Networking
 * Networking
 ** xref:networking.adoc[Networking (SpiderMonkey)]
 ** xref:networking.adoc[Networking (SpiderMonkey)]
 ** xref:headless_server.adoc[Headless Server]
 ** xref:headless_server.adoc[Headless Server]
-** xref:monkey_zone.adoc[Monkey Zone: Multi-Player Demo Code] 
+** xref:monkey_zone.adoc[Monkey Zone: Multi-Player Demo Code]
+** xref:networking_video_tutorials.adoc[Networking Video Tutorials]