Site updates
This commit is contained in:
parent
c462b5ba3e
commit
1bfa29bbcc
|
@ -106,7 +106,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${maven_project_info_plugin_version}</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
|
|
|
@ -189,7 +189,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>${maven_jxr_plugin_version}</version>
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<id>normal</id>
|
||||
|
|
|
@ -453,7 +453,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>${maven_project_info_plugin_version}</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
|
|
|
@ -446,7 +446,6 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-javadoc-plugin</artifactId>
|
||||
<version>${maven_javadoc_plugin_version}</version>
|
||||
<configuration>
|
||||
</configuration>
|
||||
</plugin>
|
||||
|
|
33
pom.xml
33
pom.xml
|
@ -556,6 +556,9 @@
|
|||
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<ebay_cors_filter_version>1.0.1</ebay_cors_filter_version>
|
||||
|
||||
<!-- Site properties -->
|
||||
<fontawesomeVersion>5.4.1</fontawesomeVersion>
|
||||
</properties>
|
||||
|
||||
<dependencyManagement>
|
||||
|
@ -805,9 +808,9 @@
|
|||
<version>4.12</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>lt.velykis.maven.skins</groupId>
|
||||
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||
<artifactId>reflow-velocity-tools</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>2.0.0-beta2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
|
@ -911,7 +914,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
<artifactId>doxia-module-markdown</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.maven.scm</groupId>
|
||||
|
@ -1421,7 +1424,7 @@
|
|||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-jxr-plugin</artifactId>
|
||||
<version>2.5</version>
|
||||
<version>3.0.0</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
|
@ -1526,7 +1529,7 @@
|
|||
<artifactId>maven-site-plugin</artifactId>
|
||||
<!-- Be careful upgrading the version of this plugin- 3.5 breaks the relow-maven-skin that we use currently. Also once we move to 3.5 the site.xml <head> tag needs to have its contents put in a CDATA
|
||||
block. What an unpleasant misadventure to figure that all out...... -->
|
||||
<version>3.4</version>
|
||||
<version>3.7.1</version>
|
||||
<configuration>
|
||||
<skip>false</skip>
|
||||
<skipDeploy>true</skipDeploy>
|
||||
|
@ -1557,7 +1560,7 @@
|
|||
<artifactId>doxia-module-markdown</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>lt.velykis.maven.skins</groupId>
|
||||
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||
<artifactId>reflow-velocity-tools</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
@ -1807,8 +1810,7 @@
|
|||
<replace dir="target/site" summary="true">
|
||||
<include name="index.html"/>
|
||||
<replacetoken><![CDATA[<h2 id="Welcome">Welcome</h2>]]></replacetoken>
|
||||
<replacevalue><![CDATA[<div class="jumbotron subhead">
|
||||
<div class="row" id="banner">
|
||||
<replacevalue><![CDATA[
|
||||
<div class="span12">
|
||||
<div class="pull-left">
|
||||
<a href="./" id="bannerLeft"><img src="images/hapi_fhir_banner.png" alt='"'HAPI'"' /></a>
|
||||
|
@ -1817,8 +1819,8 @@
|
|||
<a href="./" id="bannerRight"><img src="images/hapi_fhir_banner_right.png" alt='"'FHIR'"' /></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>]]></replacevalue>
|
||||
<br clear="both"/>
|
||||
]]></replacevalue>
|
||||
</replace>
|
||||
<!--<replaceregexp file="target/site/checkstyle.html" byline="false" match="<ul class="breadcrumb.*?</ul>" replace="" flags="s"/> -->
|
||||
</target>
|
||||
|
@ -2004,12 +2006,12 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven.doxia</groupId>
|
||||
<artifactId>doxia-module-markdown</artifactId>
|
||||
<version>1.6</version>
|
||||
<version>1.8</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>lt.velykis.maven.skins</groupId>
|
||||
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||
<artifactId>reflow-velocity-tools</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>2.0.0-beta2</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.velocity</groupId>
|
||||
|
@ -2088,11 +2090,12 @@
|
|||
</reportsDirectories>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<!-- <plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-project-info-reports-plugin</artifactId>
|
||||
<version>3.0.0</version>
|
||||
<inherited>false</inherited>
|
||||
<!--
|
||||
<reportSets>
|
||||
<reportSet>
|
||||
<reports>
|
||||
|
@ -2103,8 +2106,8 @@
|
|||
</reports>
|
||||
</reportSet>
|
||||
</reportSets>
|
||||
-->
|
||||
</plugin>
|
||||
-->
|
||||
<!-- <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-linkcheck-plugin</artifactId> <version>1.1</version> </plugin> -->
|
||||
</plugins>
|
||||
</reporting>
|
||||
|
|
|
@ -39,9 +39,11 @@
|
|||
value="LITERAL_TRY, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_SWITCH"/>
|
||||
</module>
|
||||
<module name="NeedBraces"/>
|
||||
<!--
|
||||
<module name="LeftCurly">
|
||||
<property name="maxLineLength" value="300"/>
|
||||
</module>
|
||||
-->
|
||||
<module name="RightCurly"/>
|
||||
<module name="RightCurly">
|
||||
<property name="option" value="alone"/>
|
||||
|
|
|
@ -211,3 +211,22 @@ DIV.sidebar-nav UL LI UL LI {
|
|||
font-size: 0.9em;
|
||||
}
|
||||
*/
|
||||
|
||||
.pull-left {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.pull-right {
|
||||
float: right;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.span12 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container-fluid {
|
||||
padding-right: 0px;
|
||||
padding-left: 0px;
|
||||
}
|
||||
|
|
|
@ -24,14 +24,14 @@
|
|||
<logo name="Built with Maven 3" href="http://maven.apache.org" img="./images/maven-logo-mini.png" />
|
||||
</poweredBy>
|
||||
|
||||
<publishDate position="right" format="yyyy-MM-dd" />
|
||||
<version position="right" />
|
||||
<publishDate position="bottom" format="yyyy-MM-dd" />
|
||||
<version position="bottom" />
|
||||
|
||||
<!-- <version position="left" /> -->
|
||||
|
||||
<body>
|
||||
|
||||
<head>
|
||||
<head><![CDATA[
|
||||
<!-- Syntax Highlighter -->
|
||||
<script type="text/javascript" src="syntaxhighlighter/shCore.js"></script>
|
||||
<script type="text/javascript" src="syntaxhighlighter/shBrushJScript.js"></script>
|
||||
|
@ -48,8 +48,7 @@
|
|||
-->
|
||||
<link rel="shortcut icon" href="http://hapifhir.io/favicon.png" />
|
||||
<link rel="stylesheet" type="text/css" href="hapi.css" />
|
||||
|
||||
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css" />
|
||||
]]>
|
||||
</head>
|
||||
|
||||
<breadcrumbs>
|
||||
|
@ -116,8 +115,8 @@
|
|||
<item name="Model API (DSTU3)" href="./apidocs-dstu3/index.html" />
|
||||
<item name="Model API (R4)" href="./apidocs-r4/index.html" />
|
||||
<item name="Client API" href="./apidocs-client/index.html" />
|
||||
<item name="Server API" href="./apidocs-server/index.html" />
|
||||
<item name="JPA Server API" href="./apidocs-jpaserver/index.html" />
|
||||
<item name="Server API (Plain)" href="./apidocs-server/index.html" />
|
||||
<item name="Server API (JPA)" href="./apidocs-jpaserver/index.html" />
|
||||
</item>
|
||||
<item name="Command Line Tool (hapi-fhir-cli)" href="./doc_cli.html" />
|
||||
<item name="Maven Plugin (hapi-tinder-plugin)" href="./doc_tinder.html" />
|
||||
|
@ -129,7 +128,10 @@
|
|||
<item name="Model API (DSTU1)" href="./apidocs-dstu/index.html" />
|
||||
<item name="Model API (DSTU2)" href="./apidocs-dstu2/index.html" />
|
||||
<item name="Model API (DSTU3)" href="./apidocs-dstu3/index.html" />
|
||||
<item name="JPA Server API" href="./apidocs-jpaserver/index.html" />
|
||||
<item name="Model API (R4)" href="./apidocs-r4/index.html" />
|
||||
<item name="Client API" href="./apidocs-client/index.html" />
|
||||
<item name="Server API (Plain)" href="./apidocs-server/index.html" />
|
||||
<item name="Server API (JPA)" href="./apidocs-jpaserver/index.html" />
|
||||
</menu>
|
||||
<menu name="JXR" inherit="top">
|
||||
<item name="Core" href="./xref-base/index.html" />
|
||||
|
@ -173,9 +175,9 @@
|
|||
-->
|
||||
|
||||
<skin>
|
||||
<groupId>lt.velykis.maven.skins</groupId>
|
||||
<groupId>io.github.devacfr.maven.skins</groupId>
|
||||
<artifactId>reflow-maven-skin</artifactId>
|
||||
<version>1.1.1</version>
|
||||
<version>2.0.0-beta2</version>
|
||||
</skin>
|
||||
|
||||
<custom>
|
||||
|
@ -200,9 +202,11 @@
|
|||
</sections>
|
||||
</docindex>
|
||||
</pages>
|
||||
<theme>bootswatch-united</theme>
|
||||
<theme>bootswatch-lumen</theme>
|
||||
<toc>sidebar</toc>
|
||||
<topNav>Documentation|Get Help|Test Server</topNav>
|
||||
<navbar filterMenu="Documentation|Get Help|Test Server"
|
||||
cssClass="navbar-dark bg-primary border-bottom">
|
||||
</navbar>
|
||||
<bottomNav maxSpan="9" >
|
||||
<column>HAPI FHIR|Test Server</column>
|
||||
<column>Using HAPI|Contribute</column>
|
||||
|
|
Loading…
Reference in New Issue