Site updates
This commit is contained in:
parent
2c4b37e5f0
commit
4dce8a0152
|
@ -27,7 +27,7 @@
|
|||
<attribute name="org.eclipse.jst.component.nondependency" value=""/>
|
||||
</attributes>
|
||||
</classpathentry>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7">
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6">
|
||||
<attributes>
|
||||
<attribute name="owner.project.facets" value="java"/>
|
||||
</attributes>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<faceted-project>
|
||||
<installed facet="jst.utility" version="1.0"/>
|
||||
<installed facet="java" version="1.7"/>
|
||||
<installed facet="java" version="1.6"/>
|
||||
</faceted-project>
|
||||
|
|
|
@ -76,17 +76,19 @@
|
|||
<item name="Introduction" href="./doc_intro.html">
|
||||
<item name="DSTU2 Support (new)" href="./doc_dstu2.html" />
|
||||
</item>
|
||||
|
||||
<item name="The Data Model" href="./doc_fhirobjects.html">
|
||||
<item name="Profiles & Extensions" href="./doc_extensions.html" />
|
||||
<item name="Working with Resources" href="./doc_fhirobjects.html" />
|
||||
<item name="Resource References" href="./doc_resource_references.html" />
|
||||
<item name="Profiles & Extensions" href="./doc_extensions.html" />
|
||||
<item name="Tags" href="./doc_tags.html" />
|
||||
<item name="Validation" href="./doc_validation.html" />
|
||||
</item>
|
||||
<item name="RESTful Client" href="./doc_rest_client.html" >
|
||||
<item name="Using RESTful Client" href="./doc_rest_client.html" />
|
||||
<item name="Interceptors (client)" href="./doc_rest_client_interceptor.html"/>
|
||||
</item>
|
||||
<item name="RESTful Server" href="./doc_rest_server.html" >
|
||||
<item name="Using RESTful Server" href="./doc_rest_server.html" />
|
||||
<item name="RESTful Operations" href="./doc_rest_operations.html" />
|
||||
<item name="Narrative Generator" href="./doc_narrative.html" />
|
||||
<item name="CORS Support" href="./doc_cors.html" />
|
||||
|
|
|
@ -0,0 +1,59 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
|
||||
|
||||
<properties>
|
||||
<title>Documentation - HAPI FHIR</title>
|
||||
<author email="jamesagnew@users.sourceforge.net">James Agnew</author>
|
||||
</properties>
|
||||
|
||||
<body>
|
||||
|
||||
<section name="Documentation">
|
||||
|
||||
<p>
|
||||
Welcome to HAPI FHIR! We hope that the documentation here will be
|
||||
helpful to you.
|
||||
</p>
|
||||
|
||||
<ul>
|
||||
<li><a href="./doc_intro.html">Introduction</a></li>
|
||||
<li><a href="./doc_dstu2.html">DSTU2 Support (new)</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>The Data Model</h4>
|
||||
<ul>
|
||||
<li><a href="./doc_fhirobjects.html">Working with Resources</a></li>
|
||||
<li><a href="./doc_extensions.html">Profiles & Extensions</a></li>
|
||||
<li><a href="./doc_resource_references.html">Resource References</a></li>
|
||||
<li><a href="./doc_tags.html">Tags</a></li>
|
||||
<li><a href="./doc_validation.html">Validation</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>RESTful Client</h4>
|
||||
<ul>
|
||||
<li><a href="./doc_rest_client.html">Using RESTful Client</a></li>
|
||||
<li><a href="./doc_rest_client_interceptor.html">Interceptors (client)</a></li>
|
||||
</ul>
|
||||
|
||||
<h4>RESTful Server</h4>
|
||||
<ul>
|
||||
<li><a href="./doc_rest_server.html">Using RESTful Server</a></li>
|
||||
<li><a href="./doc_rest_operations.html">RESTful Operations</a></li>
|
||||
<li><a href="./doc_narrative.html">Narrative Generator</a></li>
|
||||
<li><a href="./doc_cors.html">CORS Support</a></li>
|
||||
<li><a href="./doc_rest_server_interceptor.html">Interceptors (server)</a></li>
|
||||
<li><a href="./doc_server_tester.html">Web Testing UI</a></li>
|
||||
</ul>
|
||||
<!--
|
||||
<li name="Logging" href="./doc_logging.html" />
|
||||
<li name="ETags" href="./doc_rest_etag.html" />
|
||||
<li name="Tinder Plugin" href="./doc_tinder.html" />
|
||||
<li name="JPA/Database Server" href="./doc_jpa.html" />
|
||||
</ul>
|
||||
-->
|
||||
|
||||
</section>
|
||||
|
||||
</body>
|
||||
|
||||
</document>
|
Loading…
Reference in New Issue