Skip to content

Commit 2d41046

Browse files
Maven site: wcm-io-devops/conga
1 parent 7eb45b3 commit 2d41046

File tree

1,143 files changed

+7279
-2146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,143 files changed

+7279
-2146
lines changed

conga/changes-report.html

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
<!DOCTYPE html>
33
<!--
4-
Generated by Apache Maven Doxia at 2024-11-20
5-
Rendered using Reflow Maven Skin 1.1.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
4+
Generated by Apache Maven Doxia at 2024-12-09
5+
Rendered using Reflow Maven Skin 1.2.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
66
-->
77
<html xml:lang="en" lang="en">
88

@@ -1477,17 +1477,11 @@ <h3 id="a1.0.0">Release 1.0.0 – 2015-07-06</h3>
14771477
<li >
14781478
<a href="project-info.html" title="Project Information">Project Information <i class="icon-chevron-right"></i></a>
14791479
</li>
1480-
<li >
1480+
<li class="active">
14811481
<a href="project-reports.html" title="Project Reports">Project Reports <i class="icon-chevron-down"></i></a>
14821482
<ul class="nav nav-list">
14831483
<li class="active">
14841484
<a href="#" title="Changes">Changes</a>
1485-
</li>
1486-
<li >
1487-
<a href="cpd.html" title="CPD">CPD</a>
1488-
</li>
1489-
<li >
1490-
<a href="pmd.html" title="PMD">PMD</a>
14911485
</li>
14921486
</ul>
14931487
</li>
@@ -1505,7 +1499,7 @@ <h3 id="a1.0.0">Release 1.0.0 – 2015-07-06</h3>
15051499
<div class="span12">
15061500
<p class="pull-right"><a href="#">Back to top</a></p>
15071501
<p class="copyright">Copyright &copy;2015-2024 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
1508-
<p class="version-date"><span class="projectVersion">Version: 1.17.1-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-11-20. </span></p>
1502+
<p class="version-date"><span class="projectVersion">Version: 1.17.1-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-12-09. </span></p>
15091503
</div>
15101504
</div>
15111505
</div>
@@ -1516,6 +1510,8 @@ <h3 id="a1.0.0">Release 1.0.0 – 2015-07-06</h3>
15161510
<script src="https://devops.wcm.io/js/bootstrap.min.js"></script>
15171511
<script src="https://devops.wcm.io/js/lightbox.min.js"></script>
15181512
<script src="https://devops.wcm.io/js/reflow-scroll.js"></script>
1513+
<script src="https://devops.wcm.io/js/json5.min.js"></script>
1514+
<script src="https://devops.wcm.io/js/reflow-json-jcr-convert.js"></script>
15191515
<script src="https://devops.wcm.io/js/highlight.min.js"></script>
15201516

15211517

conga/css/highlightjs-style-github.min.css

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

conga/css/reflow-skin.css

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,43 @@ footer.well p,
9696

9797
.subfooter {
9898
padding: 30px 0;
99+
}
100+
101+
/* Reset pre styling from bootstrap - styling is applied by highlight.js */
102+
pre {
103+
background-color: unset;
104+
padding: unset;
105+
}
106+
/* Switch background color of hljs code snippets */
107+
div.source pre code.hljs {
108+
background-color: #f8f8f8;
109+
}
110+
111+
/* Source Tab */
112+
.source-tab-selection {
113+
display: flex;
114+
}
115+
.source-tab-selection > div {
116+
background-color: #fff;
117+
padding: 5px;
118+
margin-right: 2px;
119+
font-size: smaller;
120+
border-top: 1px solid rgba(0, 0, 0, 0.15);
121+
border-left: 1px solid rgba(0, 0, 0, 0.15);
122+
border-right: 1px solid rgba(0, 0, 0, 0.15);
123+
border-top-left-radius: 5px;
124+
border-top-right-radius: 5px;
125+
cursor: pointer;
126+
}
127+
.source-tab-selection > div.active {
128+
background-color: #f8f8f8;
129+
}
130+
.source-tab .source {
131+
display:none;
132+
}
133+
.source-tab .source pre {
134+
border-top-left-radius: 0;
135+
}
136+
.source-tab .source.active {
137+
display:block;
99138
}

0 commit comments

Comments
 (0)