Browse Source

link to new topics

mitm001 5 years ago
parent
commit
908d0dd254
3 changed files with 30 additions and 49 deletions
  1. 1 0
      docs/antora.yml
  2. 0 49
      docs/modules/ROOT/pages/jme3.adoc
  3. 29 0
      docs/modules/contributions/nav.adoc

+ 1 - 0
docs/antora.yml

@@ -8,4 +8,5 @@ nav:
 - modules/core/nav.adoc
 - modules/physics/nav.adoc
 - modules/networking/nav.adoc
+- modules/contributions/nav.adoc
 - modules/sdk/nav.adoc

+ 0 - 49
docs/modules/ROOT/pages/jme3.adoc

@@ -1,49 +0,0 @@
-= jMonkeyEngine Tutorials and Documentation
-:author:
-:revnumber:
-:revdate: 2016/03/17 20:48
-:keywords: documentation, intro, intermediate, about
-:experimental:
-ifdef::env-github,env-browser[:outfilesuffix: .adoc]
-
-
-
-== jMonkey User Contributions
-
-*  <<jme3/contributions/vegetationsystem#,Vegetation System>>
-*  <<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>>
-
-=== Artificial Intelligence (AI)
-
-*  <<jme3/advanced/recast#,Recast Navigation>>
-*  <<jme3/advanced/building_recast#,Updating and building Recast Native Bindings>>
-*  <<jme3/advanced/monkey_brains#,Monkey Brains>>
-*  <<jme3/advanced/steer_behaviours#,Steer Behaviours>>
-*  <<jme3/advanced/jme3_ai#,jME3 Artificial Intelligence>>
-
-**  link:https://github.com/jMonkeyEngine-Contributions/Lemur/wiki/Modules[Lemur Scene Graph Tools]
-***  link:http://hub.jmonkeyengine.org/t/lemur-gems-1-inputmapper-based-camera-movement/28703[Lemur Gems #1 - Input mapper based camera movement. ]
-***  link:http://hub.jmonkeyengine.org/t/lemur-gems-2-inputmapper-delegates/28710[Lemur Gems #2 - Input mapper delegates]
-***  link:http://hub.jmonkeyengine.org/t/lemur-gems-3-scene-picking/28713[Lemur Gems #3 - Scene picking]
-
-=== gui
-*  link:https://github.com/jMonkeyEngine-Contributions/Lemur[Lemur - a native jME3 GUI library with scene graph tools]
-*  <<jme3/contributions/tonegodgui#,tonegodGUI - a native jME3 GUI library>>
-
-=== Custom Tools
-
-*  <<jme3/tools/navigation#,Mercator Projection Tool (Marine Navigation)>>
-*  <<jme3/tools/charts#,Visualizing Maps in JME3 (Marine Charts)>>
-
-=== Sample Projects
-
-*  link:http://code.google.com/p/jmonkeyengine/source/browse/BookSamples/#BookSamples%2Fsrc[BookSamples] – Some more jME3 code samples
-*  <<jme3/shaderblow_project#,ShaderBlow Project>> – The jME3 users shaders project.
-*  <<jme3/rise_of_mutants_project#,Rise of Mutants Project>> – Rise of Mutants Project by BigBoots Team.

+ 29 - 0
docs/modules/contributions/nav.adoc

@@ -0,0 +1,29 @@
+* User Contributions
+** xref:docs\modules\contributions\pages\contributions.adoc[User Made Utilities]
+** Shader
+*** xref:shader/shaderblow_project.adoc[ShaderBlow Project]
+** Landscapes
+*** xref:lanscapes/vegetationsystem/vegetationsystem.adoc[Vegetation System]
+** Networking
+*** xref:networking/open_game_finder.adoc[Open Game Finder]
+** Entity System
+*** xref:es/entitysystem.adoc[The Zay-ES Entity System]
+** Artificial Intelligence
+*** xref:ai/recast.adoc[Recast Navigation]
+*** xref:ai/building_recast.adoc[link text]  <<jme3/advanced/building_recast#,Updating and building Recast Native Bindings>>
+*** xref:ai/monkey_brains.adoc[Monkey Brains]
+*** xref:ai/steer_behaviours.adoc[Steer Behaviours]
+*** xref:ai/jme3_ai.adoc[jME3 Artificial Intelligence]
+** GUI
+***  link:https://github.com/jMonkeyEngine-Contributions/Lemur[Lemur - a native jME3 GUI library with scene graph tools]
+****  link:https://github.com/jMonkeyEngine-Contributions/Lemur/wiki/Modules[Lemur Scene Graph Tools]
+*****  link:http://hub.jmonkeyengine.org/t/lemur-gems-1-inputmapper-based-camera-movement/28703[Lemur Gems #1 - Input mapper based camera movement. ]
+*****  link:http://hub.jmonkeyengine.org/t/lemur-gems-2-inputmapper-delegates/28710[Lemur Gems #2 - Input mapper delegates]
+*****  link:http://hub.jmonkeyengine.org/t/lemur-gems-3-scene-picking/28713[Lemur Gems #3 - Scene picking]
+*** xref:gui/tonegodgui/tonegodgui.adoc[tonegodGUI - a native jME3 GUI library]
+** Tools
+*** xref:tools/navigation.adoc[Mercator Projection Tool (Marine Navigation)]
+*** xref:tools/charts.adoc[Visualizing Maps in JME3 (Marine Charts)]
+** Projects
+***  link:http://code.google.com/p/jmonkeyengine/source/browse/BookSamples/#BookSamples%2Fsrc[BookSamples]
+*** xref:projects/rise_of_mutants_project.adoc[Rise of Mutants Project]