This is an automated email from the ASF dual-hosted git repository.
git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 36049de Automated site publishing by Jenkins build 427
36049de is described below
commit 36049de13a914bd7d544b8af209be915b2033e1d
Author: jenkins <[email protected]>
AuthorDate: Mon Jan 21 15:02:06 2019 +0000
Automated site publishing by Jenkins build 427
---
content/kb/docs/java/quickstart.html | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)
diff --git a/content/kb/docs/java/quickstart.html
b/content/kb/docs/java/quickstart.html
index 3fcca66..3e3bd95 100644
--- a/content/kb/docs/java/quickstart.html
+++ b/content/kb/docs/java/quickstart.html
@@ -80,9 +80,9 @@
<div class='grid-container main-content tutorial'>
<div id="toc" class="toc">
<div id="toctitle"></div>
-<ul class="sectlevel1">
+<ul class="sectlevel0">
<li><a href="#_java_quick_start_tutorial">Java Quick Start Tutorial</a>
-<ul class="sectlevel2">
+<ul class="sectlevel1">
<li><a href="#_setting_up_the_project">Setting Up the Project</a></li>
<li><a href="#_adding_code_to_the_generated_source_file">Adding Code to the
Generated Source File</a></li>
<li><a href="#_running_the_application">Running the Application</a></li>
@@ -90,9 +90,7 @@
</li>
</ul>
</div>
-<div class="sect1">
-<h2 id="_java_quick_start_tutorial">Java Quick Start Tutorial</h2>
-<div class="sectionbody">
+<h1 id="_java_quick_start_tutorial" class="sect0">Java Quick Start
Tutorial</h1>
<div class="paragraph">
<p>Welcome to Apache NetBeans IDE!</p>
</div>
@@ -111,8 +109,9 @@ The aim of this tutorial is to get you started with Java
development in NetBeans
</tr>
</table>
</div>
-<div class="sect2">
-<h3 id="_setting_up_the_project">Setting Up the Project</h3>
+<div class="sect1">
+<h2 id="_setting_up_the_project">Setting Up the Project</h2>
+<div class="sectionbody">
<div class="paragraph">
<p>Take the steps below to set up a new Java project.</p>
</div>
@@ -202,8 +201,10 @@ The first time you create a new Java project, you will be
prompted to download a
</div>
</div>
</div>
-<div class="sect2">
-<h3 id="_adding_code_to_the_generated_source_file">Adding Code to the
Generated Source File</h3>
+</div>
+<div class="sect1">
+<h2 id="_adding_code_to_the_generated_source_file">Adding Code to the
Generated Source File</h2>
+<div class="sectionbody">
<div class="paragraph">
<p>A skeleton main class has been created for you. You can add a "Hello
World!" message by replacing this line…​</p>
</div>
@@ -239,8 +240,10 @@ The first time you create a new Java project, you will be
prompted to download a
<p>For a full description of editor assistance features, see <a
href="https://netbeans.apache.org/kb/docs/java/editor-codereference.html">Code
Assistance in the NetBeans IDE Java Editor: A Reference Guide</a>.</p>
</div>
</div>
-<div class="sect2">
-<h3 id="_running_the_application">Running the Application</h3>
+</div>
+<div class="sect1">
+<h2 id="_running_the_application">Running the Application</h2>
+<div class="sectionbody">
<div class="paragraph">
<p>Right-click the project and choose Run or choose Run Project under the Run
menu.</p>
</div>
@@ -263,7 +266,6 @@ The first time you create a new Java project, you will be
prompted to download a
</div>
</div>
</div>
-</div>
<section class='tools'>
<ul class="menu align-center">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists