This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git


The following commit(s) were added to refs/heads/master by this push:
     new dcff631  chore: add acknowledgments page
dcff631 is described below

commit dcff63101582266bc08236d02abc9fc94b83e15e
Author: Zoran Regvart <zregv...@apache.org>
AuthorDate: Mon Jul 29 10:48:26 2019 +0200

    chore: add acknowledgments page
    
    Ref CAMEL-13782
---
 antora-ui-camel/src/partials/footer-content.hbs |  1 +
 content/misc/acknowledgments.md                 | 13 +++++++++++++
 layouts/_default/single.html                    |  7 +++++++
 layouts/partials/footer.html                    |  1 +
 4 files changed, 22 insertions(+)

diff --git a/antora-ui-camel/src/partials/footer-content.hbs 
b/antora-ui-camel/src/partials/footer-content.hbs
index d586689..62af973 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -29,6 +29,7 @@
                 <div class="col-md-3">
                     <h5>About</h5>
                     <ul class="list-unstyled">
+                        <li><a 
href="{{siteRootPath}}/acknowledgments/">Acknowledgments</a></li>
                         <li><a target="_blank" 
href="https://www.apache.org/events/current-event.html"; title="Apache 
Events">Apache Events</a></li>
                         <li><a target="_blank" 
href="https://www.apache.org/licenses/"; title="License">License</a></li>
                         <li><a target="_blank" 
href="https://www.apache.org/security/"; title="Security">Security</a></li>
diff --git a/content/misc/acknowledgments.md b/content/misc/acknowledgments.md
new file mode 100644
index 0000000..1aee4ac
--- /dev/null
+++ b/content/misc/acknowledgments.md
@@ -0,0 +1,13 @@
+---
+title: Acknowledgments
+url: /acknowledgments
+---
+
+# Acknowledgments
+
+Many thanks to the following organizations for helping the Camel project.
+
+<dl>
+  <dt><a href="https://www.yourkit.com/";>YourKit GmbH</a></dt>
+  <dd><strong>YourKit GmbH</strong> kindly provide free licenses for the 
YourKit Java Profiler to open source projects. YourKit Java Profiler is 
primarily used to investigate performance and memory leak issues reported in 
Apache Camel.</dd>
+</dl>
diff --git a/layouts/_default/single.html b/layouts/_default/single.html
new file mode 100644
index 0000000..b8096d7
--- /dev/null
+++ b/layouts/_default/single.html
@@ -0,0 +1,7 @@
+{{ partial "header.html" . }}
+
+<div class="container pb-5">
+  {{ .Content }}
+</div>
+
+{{ partial "footer.html" . }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7b3cc75..8704fef 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -29,6 +29,7 @@
                 <div class="col-md-3">
                     <h5>About</h5>
                     <ul class="list-unstyled">
+                        <li><a 
href="/acknowledgments/">Acknowledgments</a></li>
                         <li><a target="_blank" 
href="https://www.apache.org/events/current-event.html"; title="Apache 
Events">Apache Events</a></li>
                         <li><a target="_blank" 
href="https://www.apache.org/licenses/"; title="License">License</a></li>
                         <li><a target="_blank" 
href="https://www.apache.org/security/"; title="Security">Security</a></li>

Reply via email to