You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ta...@apache.org on 2021/01/20 08:27:45 UTC

[myfaces-homepage] 26/46: improved myfaces core documentation

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

tandraschko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-homepage.git

commit 5a95188144b3e931f1a4e38141b2681b1d30fe2e
Author: bohmber <bo...@apache.org>
AuthorDate: Sun Nov 8 21:07:37 2020 +0100

    improved myfaces core documentation
---
 coregettingstarted.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/coregettingstarted.md b/coregettingstarted.md
index 9588855..fb9b5ac 100644
--- a/coregettingstarted.md
+++ b/coregettingstarted.md
@@ -17,7 +17,7 @@ If you want to deploy it, instead of Mojarra, inside a Application Server like G
 We also have a Quarkus extensions since 2.3-next.  
 
 
-## Dependency
+### Dependency
 ```xml
 <dependency>
     <groupId>org.apache.myfaces.core</groupId>
@@ -31,7 +31,7 @@ We also have a Quarkus extensions since 2.3-next.
 </dependency>
 ```
 
-## web.xml
+### web.xml
 ```xml
 <?xml version="1.0" encoding="UTF-8"?>
 <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee"
@@ -51,7 +51,7 @@ We also have a Quarkus extensions since 2.3-next.
 </web-app>
 ```
 
-## index.xhtml
+### index.xhtml
 ```xml
 <!DOCTYPE html>
 <html xmlns="http://www.w3.org/1999/xhtml"
@@ -70,7 +70,7 @@ We also have a Quarkus extensions since 2.3-next.
 </html>
 ```
 
-## Quarkus
+### Quarkus
 
 Since 2.3-next a Quarkus extension is available: