Skip to content

Commit

Permalink
Maven site: wcm-io-devops/conga-aem-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
wcmio-site-deploy committed Dec 9, 2024
1 parent ce1ab52 commit 7d84094
Show file tree
Hide file tree
Showing 16 changed files with 1,794 additions and 152 deletions.
16 changes: 6 additions & 10 deletions conga/definitions/aem/changes-report.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

<!DOCTYPE html>
<!--
Generated by Apache Maven Doxia at 2024-10-14
Rendered using Reflow Maven Skin 1.1.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
Generated by Apache Maven Doxia at 2024-12-09
Rendered using Reflow Maven Skin 1.2.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
-->
<html xml:lang="en" lang="en">

Expand Down Expand Up @@ -1807,17 +1807,11 @@ <h3 id="a0.5.0">Release 0.5.0 – 2015-07-08</h3>
<li >
<a href="project-info.html" title="Project Information">Project Information <i class="icon-chevron-right"></i></a>
</li>
<li >
<li class="active">
<a href="project-reports.html" title="Project Reports">Project Reports <i class="icon-chevron-down"></i></a>
<ul class="nav nav-list">
<li class="active">
<a href="#" title="Changes">Changes</a>
</li>
<li >
<a href="cpd.html" title="CPD">CPD</a>
</li>
<li >
<a href="pmd.html" title="PMD">PMD</a>
</li>
</ul>
</li>
Expand All @@ -1835,7 +1829,7 @@ <h3 id="a0.5.0">Release 0.5.0 – 2015-07-08</h3>
<div class="span12">
<p class="pull-right"><a href="#">Back to top</a></p>
<p class="copyright">Copyright &copy;2015-2024 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
<p class="version-date"><span class="projectVersion">Version: 2.0.5-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-10-14. </span></p>
<p class="version-date"><span class="projectVersion">Version: 2.0.5-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-12-09. </span></p>
</div>
</div>
</div>
Expand All @@ -1846,6 +1840,8 @@ <h3 id="a0.5.0">Release 0.5.0 – 2015-07-08</h3>
<script src="https://devops.wcm.io/js/bootstrap.min.js"></script>
<script src="https://devops.wcm.io/js/lightbox.min.js"></script>
<script src="https://devops.wcm.io/js/reflow-scroll.js"></script>
<script src="https://devops.wcm.io/js/json5.min.js"></script>
<script src="https://devops.wcm.io/js/reflow-json-jcr-convert.js"></script>
<script src="https://devops.wcm.io/js/highlight.min.js"></script>


Expand Down
11 changes: 10 additions & 1 deletion conga/definitions/aem/css/highlightjs-style-github.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

39 changes: 39 additions & 0 deletions conga/definitions/aem/css/reflow-skin.css
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,43 @@ footer.well p,

.subfooter {
padding: 30px 0;
}

/* Reset pre styling from bootstrap - styling is applied by highlight.js */
pre {
background-color: unset;
padding: unset;
}
/* Switch background color of hljs code snippets */
div.source pre code.hljs {
background-color: #f8f8f8;
}

/* Source Tab */
.source-tab-selection {
display: flex;
}
.source-tab-selection > div {
background-color: #fff;
padding: 5px;
margin-right: 2px;
font-size: smaller;
border-top: 1px solid rgba(0, 0, 0, 0.15);
border-left: 1px solid rgba(0, 0, 0, 0.15);
border-right: 1px solid rgba(0, 0, 0, 0.15);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
cursor: pointer;
}
.source-tab-selection > div.active {
background-color: #f8f8f8;
}
.source-tab .source {
display:none;
}
.source-tab .source pre {
border-top-left-radius: 0;
}
.source-tab .source.active {
display:block;
}
Loading

0 comments on commit 7d84094

Please sign in to comment.