Riccardo Balbo 3 жил өмнө
parent
commit
263f0ef981
1 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  1. 4 4
      content/start.md

+ 4 - 4
content/start.md

@@ -45,9 +45,9 @@ jMonkeyEngine is not bound to any specific IDE or SDK and it can be used as any
 In this page we explore the three main ways of starting a project with jMonkeyEngine.
 <br><br>
 
-<button id="qsinitializerBtn" class="highlightedCl qsbtn" onclick="showSubPage('qsinitializer')">The Inializer</button> 
+<!-- <button id="qsinitializerBtn" class="highlightedCl qsbtn" onclick="showSubPage('qsinitializer')">The Inializer</button>  -->
 <button  class="qsbtn" id="qssdkBtn"  onclick="showSubPage('qssdk')">The SDK</button>
-<button class="qsbtn"  id="qscustomBtn" onclick="showSubPage('qscustom')">DIY</button>
+<button class="qsbtn highlightedCl"  id="qscustomBtn" onclick="showSubPage('qscustom')" >DIY</button>
 
 </div>
 <hr>
@@ -59,7 +59,7 @@ Using the Netbeans-based SDK is by far the quickest solution to get you up and r
 
 
 
-<div class="qspage" id="qsinitializer" style="text-align:center">
+<div class="qspage" id="qsinitializer" style="text-align:center;display:none">
 
 The initializer is a convenient online tool that build a starter gradle script and template for your application.
 You can access the tool directly from [here](https://start.jmonkeyengine.org) or use the embedded version below.
@@ -92,7 +92,7 @@ You can access the tool directly from [here](https://start.jmonkeyengine.org) or
 
 
 
-<div class="qspage" id="qscustom" style="display:none">
+<div class="qspage" id="qscustom" style="display:block">
 
 The engine itself and its dependencies can be downloaded from [the releases page](https://github.com/jMonkeyEngine/jmonkeyengine/releases) and used as any other java library.