Enunciate integration

This commit is contained in:
Fabio Sinibaldi 2022-06-10 15:36:39 +02:00
parent 466a3b5809
commit 073775b356
4 changed files with 1218 additions and 12 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<application mode='online'>
<name>${project.artifactId}</name>
<group>${project.groupId}</group>
<version>${project.version}</version>
<description>${project.description}</description>
<exclude>/docs/*</exclude>
</application>

File diff suppressed because it is too large Load Diff

View File

@ -1,12 +0,0 @@
<application mode='online'>
<name>GeoPortal</name>
<group>Application</group>
<version>1.0.0</version>
<description>REST service for GeoPortal</description>
<local-persistence location='target' />
<exclude>/docs/*</exclude>
</application>

View File

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