enunciate files updated

This commit is contained in:
lucio 2023-05-24 17:11:14 +02:00
parent 122cba00e4
commit 6b54bf4554
6 changed files with 1216 additions and 5 deletions

View File

@ -16,7 +16,7 @@
<!-- REPLACE THE ${project.artifactId} WITH YOUR APPLICATION NAME. E.g.
/gcat, /uri-resolver. if the ${project.artifactId} is not matching your APPLICATION
Name /> -->
<swagger basePath="/${project.artifactId}" />
<swagger basePath="/storagehub/workspace" />
<docs
freemarkerTemplate="${project.basedir}/src/main/resources/META-INF/enunciate/d4science_docs.fmt">

View File

@ -503,7 +503,7 @@
<outputDirectory>target</outputDirectory>
<resources>
<resource>
<targetPath>${project.build.directory}/${project.artifactId}-${project.version}/api-docs</targetPath>
<targetPath>${project.build.directory}/${project.artifactId}/api-docs</targetPath>
<directory>${project.build.directory}/api-docs</directory>
<filtering>true</filtering>
</resource>

File diff suppressed because it is too large Load Diff

View File

@ -25,7 +25,7 @@ The projects leading to this software have received funding from a series of
Version
--------------------------------------------------
1.4.1 (20230522-091212)
1.4.2 (20230524-150450)
Please see the file named "changelog.xml" in this directory for the release notes.

View File

@ -1,8 +1,8 @@
<application mode='online'>
<name>StorageHub</name>
<group>DataAccess</group>
<version>1.4.1</version>
<version>1.4.2</version>
<description>Storage Hub webapp</description>
<local-persistence location='target' />
<exclude>/api-docs/*</exclude>
<exclude>/workspace/api-docs/*</exclude>
</application>

View File

@ -0,0 +1,26 @@
.d4science_intro {
top: 0;
z-index: 2000;
position: fixed;
display: block ruby;
padding: 10px;
background: white;
width: 100%;
height: 100px;
}
.navbar-fixed-top {
top: 100px !important;
}
.sidebar {
top: 160px !important;
}
.navbar {
margin-bottom: 40px !important;
}
.main {
top: 90px;
}