Skip to content

Commit 4cf4f9c

Browse files
Maven site: wcm-io-devops/conga-aem-definitions
1 parent d2dd711 commit 4cf4f9c

File tree

12 files changed

+1345
-2643
lines changed

12 files changed

+1345
-2643
lines changed

conga/definitions/aem/changes-report.html

Lines changed: 143 additions & 1583 deletions
Large diffs are not rendered by default.

conga/definitions/aem/css/reflow-skin.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ footer.well p,
9999
}
100100

101101
/* Reset pre styling from bootstrap - styling is applied by highlight.js */
102-
pre {
102+
pre:has(code.hljs) {
103103
background-color: unset;
104104
padding: unset;
105105
}
106106
/* Switch background color of hljs code snippets */
107-
div.source pre code.hljs {
107+
pre code.hljs {
108108
background-color: #f8f8f8;
109109
}
110110

conga/definitions/aem/dependencies.html

Lines changed: 896 additions & 741 deletions
Large diffs are not rendered by default.

conga/definitions/aem/index.html

Lines changed: 40 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
<!DOCTYPE html>
32
<!--
4-
Generated by Apache Maven Doxia at 2024-12-10
5-
Rendered using Reflow Maven Skin 1.2.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
3+
Generated by Apache Maven Doxia 2.0.0
4+
Rendered using Reflow Maven Skin 1.3.2 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
65
-->
7-
<html xml:lang="en" lang="en">
6+
<html xml:lang="en" lang="en">
87

98
<head>
109
<meta charset="UTF-8" />
@@ -27,10 +26,9 @@
2726
<link href="https://devops.wcm.io/css/site.css" rel="stylesheet" />
2827
<link href="https://devops.wcm.io/css/print.css" rel="stylesheet" media="print" />
2928

30-
3129
</head>
3230

33-
<body class="page-index project-io.wcm.devops.conga.definitions.aem.root" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
31+
<body class="page-index project-io.wcm.devops.conga.definitions.aem.root" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target" id="body">
3432

3533
<div class="navbar navbar-fixed-top">
3634
<div class="navbar-inner">
@@ -76,11 +74,11 @@
7674
<div class="row" id="banner">
7775
<div class="span12">
7876
<div class="pull-left">
79-
<a href="../../../" id="bannerLeft"><h1><img src="https://wcm.io/images/[email protected]"/> wcm.io DevOps</h1></a>
77+
<a href="../../../" id="bannerLeft"><h1><img src='https://wcm.io/images/[email protected]'/> wcm.io DevOps</h1></a>
8078
<p class="lead">Tools for Configuration Management and Deployment</p>
8179
</div>
8280
<div class="pull-right">
83-
<div id="bannerRight"><h1><img src="https://devops.wcm.io/conga/images/conga.png" style="height:120px"/></h1></div>
81+
<div id="bannerRight"><h1><image src='https://devops.wcm.io/conga/images/conga.png' style='height:120px'/></h1></div>
8482
</div>
8583
</div>
8684
</div>
@@ -100,41 +98,37 @@
10098
<div class="row">
10199
<div class="span12">
102100
<div class="body-content">
103-
<section>
104-
<h2 id="About_CONGA_AEM_Definitions">About CONGA AEM Definitions</h2>
105-
<p>wcm.io DevOps CONfiguration GenerAtor Roles and Templates for <a class="externalLink" href="http://www.adobe.com/solutions/web-experience-management.html">Adobe Experience Manager (AEM)</a>.</p>
106-
<p>The current version of AEM Definitions is 1.x. Guideline for migration from AEM Definitions 0.x: <a class="externalLink" href="https://wcm-io.atlassian.net/wiki/x/AQDRAw">Migrate from wcm.io CONGA AEM Definitions 0.x to 1.x</a></p>
107-
<p><a class="externalLink" href="https://repo1.maven.org/maven2/io/wcm/devops/conga/definitions/io.wcm.devops.conga.definitions.aem"><img src="https://img.shields.io/maven-central/v/io.wcm.devops.conga.definitions/io.wcm.devops.conga.definitions.aem" alt="Maven Central"></a></p>
108-
<section>
109-
<h3 id="Documentation">Documentation</h3>
110-
<ul>
111-
<li><a href="usage.html">Usage</a></li>
112-
<li><a href="changes-report.html">Changelog</a></li>
113-
</ul>
114-
</section>
115-
<section>
116-
<h3 id="Overview">Overview</h3>
117-
<p>This repository contains generic role definitions and templates for CONGA-based AEM configurations:</p>
118-
<ul>
119-
<li><a class="externalLink" href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-cms.yaml">aem-cms</a>: Configures AEM Author and Publish instances</li>
120-
<li><a class="externalLink" href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-dispatcher.yaml">aem-dispatcher</a>: Configures Webserver with Dispatcher module for On Premises hosting</li>
121-
<li><a class="externalLink" href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-dispatcher-ams.yaml">aem-dispatcher-ams</a>: Configures Webserver with Dispatcher module following the Adobe Cloud Manager conventions for AMS</li>
122-
<li><a class="externalLink" href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml">aem-dispatcher-cloud</a>: Configures Webserver with Dispatcher module following the Adobe Cloud Manager conventions for AEM as a Cloud Service</li>
123-
</ul>
124-
<p>The definitions can be used by <a class="externalLink" href="https://devops.wcm.io/conga/">CONGA - CONfiguration GenerAtor</a> for configuring <a class="externalLink" href="http://www.adobe.com/solutions/web-experience-management.html">Adobe Experience Manager (AEM)</a> environments.</p>
125-
<p>The plugins <a class="externalLink" href="https://devops.wcm.io/conga/plugins/sling/">CONGA Sling Plugin</a> and <a class="externalLink" href="https://devops.wcm.io/conga/plugins/aem/">CONGA AEM Plugin</a> are required.</p>
126-
</section>
127-
<section>
128-
<h3 id="Further_Resources">Further Resources</h3>
129-
<ul>
130-
<li><a class="externalLink" href="https://training.wcm.io/conga/">wcm.io CONGA training material with exercises</a></li>
131-
<li><a class="externalLink" href="https://adapt.to/2015/en/schedule/conga---configuration-generation-for-sling-and-aem.html">adaptTo() 2015 Talk: CONGA - Configuration generation for Sling and AEM</a></li>
132-
<li><a class="externalLink" href="https://adapt.to/2017/en/schedule/automate-aem-deployment-with-ansible-and-wcm-io-conga.html">adaptTo() 2017 Talk: Automate AEM Deployment with Ansible and wcm.io CONGA</a></li>
133-
<li><a class="externalLink" href="https://adapt.to/2018/en/schedule/maven-archetypes-for-aem.html">adaptTo() 2018 Talk: Maven Archetypes for AEM &amp; Cloud Deployment</a></li>
134-
<li><a class="externalLink" href="https://adapt.to/2020/en/schedule/use-cloud-manager-to-deploy-conga-based-aem-applications.html">adaptTo() 2020 Talk: Use Cloud Manager to deploy CONGA-based AEM Applications</a></li>
135-
</ul>
136-
</section>
137-
</section>
101+
<section><section><a id="About_CONGA_AEM_Definitions"></a>
102+
<h2>About CONGA AEM Definitions</h2>
103+
<p>wcm.io DevOps CONfiguration GenerAtor Roles and Templates for <a href="http://www.adobe.com/solutions/web-experience-management.html" class="externalLink">Adobe Experience Manager (AEM)</a>.</p>
104+
<p>The current version of AEM Definitions is 1.x. Guideline for migration from AEM Definitions 0.x: <a href="https://wcm-io.atlassian.net/wiki/x/AQDRAw" class="externalLink">Migrate from wcm.io CONGA AEM Definitions 0.x to 1.x</a></p>
105+
<p><a href="https://repo1.maven.org/maven2/io/wcm/devops/conga/definitions/io.wcm.devops.conga.definitions.aem" class="externalLink"><img src="https://img.shields.io/maven-central/v/io.wcm.devops.conga.definitions/io.wcm.devops.conga.definitions.aem" alt="Maven Central" /></a></p><section><a id="Documentation"></a>
106+
<h3>Documentation</h3>
107+
<ul>
108+
109+
<li><a href="usage.html">Usage</a></li>
110+
<li><a href="changes-report.html">Changelog</a></li>
111+
</ul></section><section><a id="Overview"></a>
112+
<h3>Overview</h3>
113+
<p>This repository contains generic role definitions and templates for CONGA-based AEM configurations:</p>
114+
<ul>
115+
116+
<li><a href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-cms.yaml" class="externalLink">aem-cms</a>: Configures AEM Author and Publish instances</li>
117+
<li><a href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-dispatcher.yaml" class="externalLink">aem-dispatcher</a>: Configures Webserver with Dispatcher module for On Premises hosting</li>
118+
<li><a href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-dispatcher-ams.yaml" class="externalLink">aem-dispatcher-ams</a>: Configures Webserver with Dispatcher module following the Adobe Cloud Manager conventions for AMS</li>
119+
<li><a href="https://github.com/wcm-io-devops/conga-aem-definitions/blob/develop/conga-aem-definitions/src/main/roles/aem-dispatcher-cloud.yaml" class="externalLink">aem-dispatcher-cloud</a>: Configures Webserver with Dispatcher module following the Adobe Cloud Manager conventions for AEM as a Cloud Service</li>
120+
</ul>
121+
<p>The definitions can be used by <a href="https://devops.wcm.io/conga/" class="externalLink">CONGA - CONfiguration GenerAtor</a> for configuring <a href="http://www.adobe.com/solutions/web-experience-management.html" class="externalLink">Adobe Experience Manager (AEM)</a> environments.</p>
122+
<p>The plugins <a href="https://devops.wcm.io/conga/plugins/sling/" class="externalLink">CONGA Sling Plugin</a> and <a href="https://devops.wcm.io/conga/plugins/aem/" class="externalLink">CONGA AEM Plugin</a> are required.</p></section><section><a id="Further_Resources"></a>
123+
<h3>Further Resources</h3>
124+
<ul>
125+
126+
<li><a href="https://training.wcm.io/conga/" class="externalLink">wcm.io CONGA training material with exercises</a></li>
127+
<li><a href="https://adapt.to/2015/en/schedule/conga---configuration-generation-for-sling-and-aem.html" class="externalLink">adaptTo() 2015 Talk: CONGA - Configuration generation for Sling and AEM</a></li>
128+
<li><a href="https://adapt.to/2017/en/schedule/automate-aem-deployment-with-ansible-and-wcm-io-conga.html" class="externalLink">adaptTo() 2017 Talk: Automate AEM Deployment with Ansible and wcm.io CONGA</a></li>
129+
<li><a href="https://adapt.to/2018/en/schedule/maven-archetypes-for-aem.html" class="externalLink">adaptTo() 2018 Talk: Maven Archetypes for AEM &amp; Cloud Deployment</a></li>
130+
<li><a href="https://adapt.to/2020/en/schedule/use-cloud-manager-to-deploy-conga-based-aem-applications.html" class="externalLink">adaptTo() 2020 Talk: Use Cloud Manager to deploy CONGA-based AEM Applications</a></li>
131+
</ul></section></section></section>
138132
</div>
139133
</div>
140134
</div>
@@ -245,9 +239,9 @@ <h3 id="Further_Resources">Further Resources</h3>
245239
<div class="container subfooter">
246240
<div class="row">
247241
<div class="span12">
248-
<p class="pull-right"><a href="#">Back to top</a></p>
249-
<p class="copyright">Copyright &copy;2015-2024 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
250-
<p class="version-date"><span class="projectVersion">Version: 2.0.7-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-12-10. </span></p>
242+
<p class="pull-right"><a href="#body">Back to top</a></p>
243+
<p class="copyright">Copyright &copy;2015-2025 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
244+
<p class="version-date"><span class="projectVersion">Version: 2.0.7-SNAPSHOT. </span><span class="publishDate">Last Published: 2025-01-08. </span></p>
251245
</div>
252246
</div>
253247
</div>

conga/definitions/aem/js/reflow-json-jcr-convert.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* - FileVault XML view of the snippet (derived from the JSON)
44
* - original JSON view of the snippet
55
*/
6-
document.querySelectorAll('div.source pre code.language-json-jcr').forEach((code) => {
6+
document.querySelectorAll('pre code.language-json-jcr').forEach((code) => {
77
const jsonCode = code.innerText;
88
const fileVaultXmlCode = jsonToFileVaultXml(jsonCode);
99
if (!fileVaultXmlCode) {

conga/definitions/aem/js/reflow-skin.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
// Note: only run if `hljs` exists
1717
if (typeof hljs != 'undefined')
1818
{
19-
// classic encoding with <div class="source"><pre></pre></div>
20-
// and HTML5 version with <pre><code></code></pre>
21-
$('div.source pre code').each(function(i, e) {hljs.highlightElement(e)});
19+
$('pre code').each(function(i, e) {hljs.highlightElement(e)});
2220
}
2321

2422
})

conga/definitions/aem/licenses.html

Lines changed: 26 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
<!DOCTYPE html>
32
<!--
4-
Generated by Apache Maven Doxia at 2024-12-10
5-
Rendered using Reflow Maven Skin 1.2.0 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
3+
Generated by Apache Maven Doxia 2.0.0
4+
Rendered using Reflow Maven Skin 1.3.2 (https://github.com/wcm-io/wcm-io-tooling/tree/develop/maven/skins/reflow-maven-skin)
65
-->
7-
<html xml:lang="en" lang="en">
6+
<html xml:lang="en" lang="en">
87

98
<head>
109
<meta charset="UTF-8" />
@@ -27,10 +26,9 @@
2726
<link href="https://devops.wcm.io/css/site.css" rel="stylesheet" />
2827
<link href="https://devops.wcm.io/css/print.css" rel="stylesheet" media="print" />
2928

30-
3129
</head>
3230

33-
<body class="page-licenses project-io.wcm.devops.conga.definitions.aem.root" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
31+
<body class="page-licenses project-io.wcm.devops.conga.definitions.aem.root" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target" id="body">
3432

3533
<div class="navbar navbar-fixed-top">
3634
<div class="navbar-inner">
@@ -76,11 +74,11 @@
7674
<div class="row" id="banner">
7775
<div class="span12">
7876
<div class="pull-left">
79-
<a href="../../../" id="bannerLeft"><h1><img src="https://wcm.io/images/[email protected]"/> wcm.io DevOps</h1></a>
77+
<a href="../../../" id="bannerLeft"><h1><img src='https://wcm.io/images/[email protected]'/> wcm.io DevOps</h1></a>
8078
<p class="lead">Tools for Configuration Management and Deployment</p>
8179
</div>
8280
<div class="pull-right">
83-
<div id="bannerRight"><h1><img src="https://devops.wcm.io/conga/images/conga.png" style="height:120px"/></h1></div>
81+
<div id="bannerRight"><h1><image src='https://devops.wcm.io/conga/images/conga.png' style='height:120px'/></h1></div>
8482
</div>
8583
</div>
8684
</div>
@@ -100,20 +98,21 @@
10098
<div class="row">
10199
<div class="span8">
102100
<div class="body-content">
103-
<section>
101+
<section>
102+
<a id="Overview"></a>
104103
<div class="page-header">
105-
<h2 id="Overview">Overview</h2>
106-
</div><a name="Overview"></a>
107-
<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
108-
</section>
109-
<section>
110-
<h2 id="Project_Licenses">Project Licenses</h2><a name="Project_Licenses"></a>
111-
<section>
112-
<h3 id="The_Apache_Software_License.2C_Version_2.0">The Apache Software License, Version 2.0</h3><a name="The_Apache_Software_License.2C_Version_2.0"></a>
113-
<div>
114-
<pre>-</pre>
115-
</div>
116-
</section>
104+
<h1 id="overview">Overview</h1>
105+
</div>
106+
<p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p>
107+
</section>
108+
<section>
109+
<a id="Project_Licenses"></a>
110+
<h1 id="project_licenses">Project Licenses</h1>
111+
<section>
112+
<a id="The_Apache_Software_License.2C_Version_2.0"></a>
113+
<h2 id="the_apache_software_license_version_2.0">The Apache Software License, Version 2.0</h2>
114+
<pre>-</pre>
115+
</section>
117116
</section>
118117
</div>
119118
</div>
@@ -122,10 +121,10 @@ <h3 id="The_Apache_Software_License.2C_Version_2.0">The Apache Software License,
122121
<div class="well">
123122
<ul class="nav nav-list">
124123
<li class="nav-header">Table of Contents</li>
125-
<li><a href="#Overview" title="Overview">Overview</a>
126-
<li class="dropdown"><a href="#Project_Licenses" title="Project Licenses">Project Licenses <b class="caret"></b></a>
124+
<li><a href="#overview" title="Overview">Overview</a>
125+
<li class="dropdown"><a href="#project_licenses" title="Project Licenses">Project Licenses <b class="caret"></b></a>
127126
<ul class="nav nav-list">
128-
<li><a href="#The_Apache_Software_License.2C_Version_2.0" title="The Apache Software License, Version 2.0">The Apache Software License, Version 2.0</a>
127+
<li><a href="#the_apache_software_license_version_2.0" title="The Apache Software License, Version 2.0">The Apache Software License, Version 2.0</a>
129128
<li class="divider"></li>
130129
</ul>
131130
</li>
@@ -241,9 +240,9 @@ <h3 id="The_Apache_Software_License.2C_Version_2.0">The Apache Software License,
241240
<div class="container subfooter">
242241
<div class="row">
243242
<div class="span12">
244-
<p class="pull-right"><a href="#">Back to top</a></p>
245-
<p class="copyright">Copyright &copy;2015-2024 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
246-
<p class="version-date"><span class="projectVersion">Version: 2.0.7-SNAPSHOT. </span><span class="publishDate">Last Published: 2024-12-10. </span></p>
243+
<p class="pull-right"><a href="#body">Back to top</a></p>
244+
<p class="copyright">Copyright &copy;2015-2025 <a href="https://devops.wcm.io">wcm.io DevOps</a>. All Rights Reserved.</p>
245+
<p class="version-date"><span class="projectVersion">Version: 2.0.7-SNAPSHOT. </span><span class="publishDate">Last Published: 2025-01-08. </span></p>
247246
</div>
248247
</div>
249248
</div>

0 commit comments

Comments
 (0)