Browse Source

add to sidebar

mitm001 5 years ago
parent
commit
1b597fa96c
2 changed files with 4 additions and 2 deletions
  1. 1 2
      docs/modules/ROOT/pages/jme3.adoc
  2. 3 0
      docs/modules/tutorials/nav.adoc

+ 1 - 2
docs/modules/ROOT/pages/jme3.adoc

@@ -14,8 +14,7 @@ ifdef::env-github,env-browser[:outfilesuffix: .adoc]
 Now that you understood the basics, let's put it all together. The following intermediate articles help you to understand how to use these concepts in context.
 Now that you understood the basics, let's put it all together. The following intermediate articles help you to understand how to use these concepts in context.
 
 
 === jMonkeyEngine3 Concepts
 === jMonkeyEngine3 Concepts
-*  <<jme3/intermediate/simpleapplication#,SimpleApplication>>
-*  <<jme3/intermediate/appsettings#,AppSettings>>
+
 *  <<jme3/external/blender#,Creating compatible models in blender>>
 *  <<jme3/external/blender#,Creating compatible models in blender>>
 *  <<jme3/external/3dsmax#,Creating compatible models in 3dsmax>>
 *  <<jme3/external/3dsmax#,Creating compatible models in 3dsmax>>
 
 

+ 3 - 0
docs/modules/tutorials/nav.adoc

@@ -27,3 +27,6 @@
 *** xref:intermediate/terminology.adoc[3D Graphics Terminology]
 *** xref:intermediate/terminology.adoc[3D Graphics Terminology]
 *** xref:intermediate/how_to_use_materials.adoc[How to Use Materials]
 *** xref:intermediate/how_to_use_materials.adoc[How to Use Materials]
 *** xref:intermediate/transparency_sorting.adoc[Transparency Sorting]
 *** xref:intermediate/transparency_sorting.adoc[Transparency Sorting]
+** Advanced
+*** xref:advanced/app/simpleapplication.adoc[SimpleApplication]
+*** xref:advanced/system/appsettings.adoc[AppSettings]