Bläddra i källkod

Removed the admonition about using the F1 help since it is no longer accurate information.

mitm 6 år sedan
förälder
incheckning
0e31f0dd69
1 ändrade filer med 5 tillägg och 5 borttagningar
  1. 5 5
      src/docs/asciidoc/jme3.adoc

+ 5 - 5
src/docs/asciidoc/jme3.adoc

@@ -47,10 +47,10 @@ To start writing your own projects, create a new file from the `BasicGame` templ
 Note that Test apps in this example project are not necessarily the recommended way to build an app with JME, they are just simple one class test case that showcase a feature.
 
 
-[IMPORTANT]
-====
-*Press F1* in the <<sdk#,jMonkeyEngine SDK>> to browse and search a copy of this wiki's contents while coding. The help documents in the SDK always match the version that you currently use. The wiki is updated for the link:https://github.com/jMonkeyEngine/jmonkeyengine[latest development version] of jME3.
-====
+//[IMPORTANT]
+//====
+//*Press F1* in the <<sdk#,jMonkeyEngine SDK>> to browse and search a copy of this wiki's contents while coding. The help documents in the SDK always match the version that you currently use. The wiki is updated for the link:https://github.com/jMonkeyEngine/jmonkeyengine[latest development version] of jME3.
+//====
 
 
 [.right]
@@ -336,7 +336,7 @@ Now that you understand the concepts, it's time to make the most of the jMonkeyE
 
 *  <<jme3/contributions#, Contributions - User made utilities to add functionality to the engine.>>
 
-== Sample Projects
+=== Sample Projects
 
 *  <<sdk/sample_code#,JmeTests>> – The "`official`" sample project JmeTests.
 *  link:http://code.google.com/p/jmonkeyengine/source/browse/BookSamples/#BookSamples%2Fsrc[BookSamples] – Some more jME3 code samples