Skip to content

Commit

Permalink
WFLY-10107 fix html documentation rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
ctomc committed Mar 26, 2018
1 parent 53d98be commit a260943
Show file tree
Hide file tree
Showing 103 changed files with 106 additions and 120 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ SERVICES.html
CHANGES.html
CONTRIBUTING.html
RELEASE_PROCEDURE.html
*.html
out
nb-configuration.xml
nbactions.xml
Expand Down
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ NOTE: Some of these quickstarts use the H2 database included with {productName}.
| link:http-custom-mechanism/README{outfilesuffix}[http-custom-mechanism]|EJB, Security | The `http-custom-mechanism` quickstart demonstrates how to implement a custom HTTP authentication mechanism that can be registered with Elytron. | Intermediate | _none_
| link:inter-app/README{outfilesuffix}[inter-app]|EJB, CDI, JSF | The `inter-app` quickstart shows you how to use a shared API JAR and an EJB to provide inter-application communication between two WAR deployments. | Advanced | _none_
| link:jaxrs-client/README{outfilesuffix}[jaxrs-client]|JAX-RS | The `jaxrs-client` quickstart demonstrates JAX-RS Client API, which interacts with a JAX-RS Web service that runs on {productName}. | Beginner | _none_
| link:jaxrs-jwt/README{outfilesuffix}[jaxrs-jwt]|JAX-RS, Security | The `jaxrs-jwt` quickstart demonstrates a JAX-RS secured application using JSON Web Tokens (JWT) with Elytron. | Intermediate | _none_
| link:jaxws-addressing/README{outfilesuffix}[jaxws-addressing]|JAX-WS | The `jaxws-addressing` quickstart is a working example of the web service using WS-Addressing. | Beginner | _none_
| link:jaxws-ejb/README{outfilesuffix}[jaxws-ejb]|JAX-WS | The `jaxws-ejb` quickstart is a working example of the web service endpoint created from an EJB. | Beginner | _none_
| link:jaxws-pojo/README{outfilesuffix}[jaxws-pojo]|JAX-WS | The `jaxws-pojo` quickstart is a working example of the web service endpoint created from a POJO. | Beginner | _none_
Expand Down
2 changes: 1 addition & 1 deletion app-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion batch-processing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation-custom-constraint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bean-validation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion bmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion cmt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>cmt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha1</version>
<version>13.0.0.Alpha5</version>
<relativePath/>
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion contacts-jquerymobile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>contacts-jquerymobile</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike-authorization/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>deltaspike-authorization</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike-beanbuilder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>deltaspike-beanbuilder</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion deltaspike-projectstage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>deltaspike-projectstage</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-asynchronous/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-asynchronous</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-in-ear</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-in-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-in-war</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-multi-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-multi-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-remote/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-context-propagation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-jaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-security-jaas</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security-programmatic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-throws-exception/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-throws-exception</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ejb-timer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>ejb-timer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion forge-from-scratch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha1</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>forge-from-scratch</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion greeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>greeter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ha-singleton-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion ha-singleton-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion helloworld-classfiletransformer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-classfiletransformers</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-html5/functional-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha1</version>
<version>13.0.0.Alpha5</version>
<relativePath/>
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-html5/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-html5</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<groupId>org.wildfly.quickstarts</groupId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mbean/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-mbean</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mdb-propertysubstitution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-mdb-propertysubstitution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-mdb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-mutual-ssl-secured/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion helloworld-mutual-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-mutual-ssl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-rf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-rf</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-rs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-rs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-singleton/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-singleton</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-ssl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-ssl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld-ws</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion helloworld/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>helloworld</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hibernate/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>quickstart</artifactId>
<version>13.0.0.Alpha3</version>
<version>13.0.0.Alpha5</version>
<relativePath />
</parent>
<artifactId>hibernate</artifactId>
Expand Down
Loading

0 comments on commit a260943

Please sign in to comment.