This is an automated email from the ASF dual-hosted git repository.

vieiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 7646786  Proper NOTE admonition
7646786 is described below

commit 764678682c3cd8a42a22112fe4200f1c08f52efd
Author: Antonio Vieiro <vie...@users.noreply.github.com>
AuthorDate: Fri Jan 18 22:49:51 2019 +0100

    Proper NOTE admonition
    
    Replaced *Note: ...* with NOTE:
---
 netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc 
b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
index 7993929..b57682e 100644
--- a/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
+++ b/netbeans.apache.org/src/content/kb/docs/java/quickstart.asciidoc
@@ -23,6 +23,7 @@
 :jbake-status: published
 :syntax: true
 :source-highlighter: pygments
+:icons: font
 :toc: left
 :toc-title:
 :description: NetBeans IDE Java Quick Start Tutorial - Apache NetBeans
@@ -34,7 +35,7 @@ Welcome to Apache NetBeans IDE!
 
 In this tutorial, which should take about 10 minutes to complete, you are 
given a quick introduction to the basic Java development workflow in NetBeans 
IDE. 
 
-*Note:* The aim of this tutorial is to get you started with NetBeans IDE. To 
get started understanding and working with the Java language itself, see the 
link:https://docs.oracle.com/javase/tutorial/index.html[Java Tutorials].
+NOTE: The aim of this tutorial is to get you started with NetBeans IDE. To get 
started understanding and working with the Java language itself, see the 
link:https://docs.oracle.com/javase/tutorial/index.html[Java Tutorials].
 
 === Setting Up the Project 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to