Skip to content

Commit 7d84094

Browse files
Maven site: wcm-io-devops/conga-aem-definitions
1 parent ce1ab52 commit 7d84094

16 files changed

+1794
-152
lines changed

conga/definitions/aem/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-10-14
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

@@ -1807,17 +1807,11 @@ <h3 id="a0.5.0">Release 0.5.0 – 2015-07-08</h3>
18071807
<li >
18081808
<a href="project-info.html" title="Project Information">Project Information <i class="icon-chevron-right"></i></a>
18091809
</li>
1810-
<li >
1810+
<li class="active">
18111811
<a href="project-reports.html" title="Project Reports">Project Reports <i class="icon-chevron-down"></i></a>
18121812
<ul class="nav nav-list">
18131813
<li class="active">
18141814
<a href="#" title="Changes">Changes</a>
1815-
</li>
1816-
<li >
1817-
<a href="cpd.html" title="CPD">CPD</a>
1818-
</li>
1819-
<li >
1820-
<a href="pmd.html" title="PMD">PMD</a>
18211815
</li>
18221816
</ul>
18231817
</li>
@@ -1835,7 +1829,7 @@ <h3 id="a0.5.0">Release 0.5.0 – 2015-07-08</h3>
18351829
<div class="span12">
18361830
<p class="pull-right"><a href="#">Back to top</a></p>
18371831
<p class="copyright">Copyright &copy;2015-2024 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
1838-
<p class="version-date"><span class="projectVersion">Version: 2.0.5-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-10-14. </span></p>
1832+
<p class="version-date"><span class="projectVersion">Version: 2.0.5-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-12-09. </span></p>
18391833
</div>
18401834
</div>
18411835
</div>
@@ -1846,6 +1840,8 @@ <h3 id="a0.5.0">Release 0.5.0 – 2015-07-08</h3>
18461840
<script src="https://devops.wcm.io/js/bootstrap.min.js"></script>
18471841
<script src="https://devops.wcm.io/js/lightbox.min.js"></script>
18481842
<script src="https://devops.wcm.io/js/reflow-scroll.js"></script>
1843+
<script src="https://devops.wcm.io/js/json5.min.js"></script>
1844+
<script src="https://devops.wcm.io/js/reflow-json-jcr-convert.js"></script>
18491845
<script src="https://devops.wcm.io/js/highlight.min.js"></script>
18501846

18511847

conga/definitions/aem/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/definitions/aem/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)