updated the D4Science Template
This commit is contained in:
parent
f857c3a784
commit
86b9fdd95a
|
@ -23,15 +23,12 @@
|
||||||
<java-json-client disabled="true" />
|
<java-json-client disabled="true" />
|
||||||
<javascript-client disabled="true" />
|
<javascript-client disabled="true" />
|
||||||
<docs docsDir="${project.build.directory}" docsSubdir="docs" />
|
<docs docsDir="${project.build.directory}" docsSubdir="docs" />
|
||||||
<!-- REPLACE THE {YOUR_APPLICATION_NAME} WITH YOUR APPLICATION NAME. E.g.
|
<!-- REPLACE THE ${project.artifactId} WITH YOUR APPLICATION NAME. E.g.
|
||||||
/gcat, /uri-resolver /> -->
|
/gcat, /uri-resolver /> if the ${project.artifactId} is not equal to YOUR APPLICATION NAME -->
|
||||||
<!-- <swagger basePath="[YOUR_APPLICATION-NAME]" /> -->
|
<!-- <swagger basePath="${project.artifactId}" /> -->
|
||||||
<docs
|
<docs
|
||||||
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
|
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">
|
||||||
<!-- <additional-css -->
|
<additional-css file="css/d4science_enunciate_custom.css" />
|
||||||
<!-- file="../enunciate/css/d4science_enunciate_custom.css" /> -->
|
|
||||||
<additional-css
|
|
||||||
file="css/d4science_enunciate_custom.css" />
|
|
||||||
</docs>
|
</docs>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
|
|
@ -90,10 +90,14 @@
|
||||||
<div class="d4science_intro">
|
<div class="d4science_intro">
|
||||||
<img alt="D4Science" src="https://www.d4science.org/image/layout_set_logo?img_id=12630" style="width: 200px;">
|
<img alt="D4Science" src="https://www.d4science.org/image/layout_set_logo?img_id=12630" style="width: 200px;">
|
||||||
<a href="https://www.d4science.org/" target="_blank" style="margin-left: 20px;">D4Science</a>
|
<a href="https://www.d4science.org/" target="_blank" style="margin-left: 20px;">D4Science</a>
|
||||||
<span style="margin-left: 20px;">
|
<span style="margin-left: 40px;">
|
||||||
Don't have a D4Science account?
|
Don't have a D4Science account?
|
||||||
</span>
|
</span>
|
||||||
<a href="https://services.d4science.org/group/d4science-services-gateway" target="_blank">Create one</a>
|
<a href="https://services.d4science.org/group/d4science-services-gateway" target="_blank">Create one</a>
|
||||||
|
<span style="margin-left: 40px;">
|
||||||
|
Could not find what you are looking for?
|
||||||
|
</span>
|
||||||
|
<a href="https://www.d4science.org/contact-us" target="_blank">Contact us.</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<nav class="navbar navbar-inverse navbar-fixed-top">
|
<nav class="navbar navbar-inverse navbar-fixed-top">
|
||||||
|
|
Loading…
Reference in New Issue