Skip to content

Commit 83ebd60

Browse files
committed
Fix formatting of HelloworldQuickstart
The incorrect formatting of this documents breaks formatting of WildFly documentation at https://docs.wildfly.org/29/Getting_Started_Developing_Applications_Guide.html Signed-off-by: Jeff Mesnil <[email protected]>
1 parent 147fdac commit 83ebd60

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

guide/HelloworldQuickstart.asciidoc

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
CDI + Servlet: Helloworld quickstart
2-
====================================
1+
= CDI + Servlet: Helloworld quickstart
32
:Author: Pete Muir
43

54
[[HelloworldQuickstart-]]
@@ -38,8 +37,7 @@ some changes, it's pretty easy:
3837

3938
It's time to pull the covers back and dive into the internals of the quickstart.
4039

41-
Deploying the Helloworld quickstart using CodeReady Studio, or Eclipse with JBoss Tools
42-
---------------------------------------------------------------------------------------------
40+
== Deploying the Helloworld quickstart using CodeReady Studio, or Eclipse with JBoss Tools
4341

4442
You may choose to deploy the quickstart using CodeReady Studio, or Eclipse with JBoss Tools. You'll need to have JBoss WildFly started in the IDE (as described in <<GettingStarted-with_jboss_tools, Starting the JBoss server from JBDS or Eclipse with JBoss Tools>>) and to have imported the quickstarts into Eclipse (as described in <<GettingStarted-importing_quickstarts_into_eclipse,Importing the quickstarts into Eclipse>>).
4543

@@ -56,8 +54,7 @@ You should see the server start up (unless you already started it in <<GettingSt
5654
image:gfx/Eclipse_Helloworld_Deploy_3.jpg[]
5755

5856

59-
The helloworld quickstart in depth
60-
----------------------------------
57+
== The helloworld quickstart in depth
6158

6259
The quickstart is very simple - all it does is print "Hello World" onto a web page.
6360

@@ -125,4 +122,3 @@ public class HelloService {
125122
------------------------------------------------------------------------
126123

127124
The service is very simple - no registration (XML or annotation) is required!
128-

0 commit comments

Comments
 (0)