This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e561cc3 Publishing from aec05ca586656c71a147c21d3518ce05f73fafed
e561cc3 is described below
commit e561cc3568de0e87c01b6ac2c5d8fdd6bff430fa
Author: Apache Daffodil Site Autobuild <[email protected]>
AuthorDate: Thu Apr 21 19:11:08 2022 +0000
Publishing from aec05ca586656c71a147c21d3518ce05f73fafed
---
.../assets/themes/apache/bootstrap/css/bootstrap.css | 2 --
content/assets/themes/apache/css/style.css | 14 ++++++++++----
content/assets/themes/apache/fonts/patuaone.woff2 | Bin 0 -> 12876 bytes
content/assets/tutorials/aboutTDMLTutorials/index.html | 1 +
content/cli/index.html | 1 +
content/community/index.html | 1 +
content/configuration/index.html | 1 +
content/debugger/index.html | 1 +
content/dev/aboutAsciiDoc/index.html | 1 +
content/dev/design-notes/hidden-groups/index.html | 1 +
.../infoset-inputter-streaming-unparser/index.html | 1 +
.../namespace-binding-minimization/index.html | 1 +
content/dev/design-notes/runtime2-todos/index.html | 1 +
.../term-sharing-in-schema-compiler/index.html | 1 +
content/dfdl-extensions/index.html | 1 +
content/dfdl-layout/index.html | 1 +
content/eclipse-configuration/index.html | 1 +
content/examples/index.html | 1 +
content/faq/index.html | 1 +
content/getting-started/index.html | 1 +
content/index.html | 1 +
content/infoset/index.html | 1 +
content/people/index.html | 1 +
content/releases/1.0.0/index.html | 1 +
content/releases/1.1.0/index.html | 1 +
content/releases/2.0.0/index.html | 1 +
content/releases/2.1.0/index.html | 1 +
content/releases/2.2.0/index.html | 1 +
content/releases/2.3.0/index.html | 1 +
content/releases/2.4.0/index.html | 1 +
content/releases/2.5.0/index.html | 1 +
content/releases/2.6.0/index.html | 1 +
content/releases/2.7.0/index.html | 1 +
content/releases/3.0.0/index.html | 1 +
content/releases/3.1.0/index.html | 1 +
content/releases/3.2.0/index.html | 1 +
content/releases/3.2.1/index.html | 1 +
content/releases/3.3.0/index.html | 1 +
content/releases/index.html | 1 +
content/tdml/index.html | 1 +
content/unsupported/index.html | 1 +
content/vscode/1.0.0/index.html | 1 +
content/vscode/index.html | 1 +
43 files changed, 50 insertions(+), 6 deletions(-)
diff --git a/content/assets/themes/apache/bootstrap/css/bootstrap.css
b/content/assets/themes/apache/bootstrap/css/bootstrap.css
index c9bdb63..6425dba 100644
--- a/content/assets/themes/apache/bootstrap/css/bootstrap.css
+++ b/content/assets/themes/apache/bootstrap/css/bootstrap.css
@@ -7109,8 +7109,6 @@ removed without losing the things needed.
*/
/* Asciidoctor default stylesheet | MIT License | http://asciidoctor.org */
-/* Remove comment around @import statement below when using as a custom
stylesheet */
-@import
"https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic%7CNoto+Serif:400,400italic,700,700italic%7CDroid+Sans+Mono:400,700";
.subheader,.admonitionblock
td.content>.title,.audioblock>.title,.exampleblock>.title,.imageblock>.title,.listingblock>.title,.literalblock>.title,.stemblock>.title,.openblock>.title,.paragraph>.title,.quoteblock>.title,table.tableblock>.title,.verseblock>.title,.videoblock>.title,.dlist>.title,.olist>.title,.ulist>.title,.qlist>.title,.hdlist>.title{line-height:1.45;color:#7a2518;font-weight:400;margin-top:0;margin-bottom:.25em}
diff --git a/content/assets/themes/apache/css/style.css
b/content/assets/themes/apache/css/style.css
index dad0884..0eb54c9 100644
--- a/content/assets/themes/apache/css/style.css
+++ b/content/assets/themes/apache/css/style.css
@@ -1,6 +1,12 @@
-/* Move down content because we have a fixed navbar that is 50px tall */
-@import url(//fonts.googleapis.com/css?family=Patua+One);
+@font-face {
+ font-family: 'Patua One';
+ font-style: normal;
+ font-weight: 400;
+ src: url(/assets/themes/apache/fonts/patuaone.woff2) format('woff2');
+ unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6,
U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212,
U+2215, U+FEFF, U+FFFD;
+}
+/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-bottom: 20px;
font-family: 'Carlito', 'FreeSans', 'Liberation Sans', 'Arial', 'Helvetica',
sans-serif;
@@ -394,7 +400,7 @@ hr {
.jumbotron h1 {
- font-family: 'Patua One', cursive; }
+ font-family: 'Patua One', sans-serif; }
.jumbotron small {
font-size: 65%;
@@ -402,7 +408,7 @@ hr {
}
.navbar-brand {
- font-family: 'Patua One', cursive;
+ font-family: 'Patua One', sans-serif;
}
.navbar-brand small {
diff --git a/content/assets/themes/apache/fonts/patuaone.woff2
b/content/assets/themes/apache/fonts/patuaone.woff2
new file mode 100644
index 0000000..ef396a6
Binary files /dev/null and b/content/assets/themes/apache/fonts/patuaone.woff2
differ
diff --git a/content/assets/tutorials/aboutTDMLTutorials/index.html
b/content/assets/tutorials/aboutTDMLTutorials/index.html
index 1a5c631..8f45a92 100644
--- a/content/assets/tutorials/aboutTDMLTutorials/index.html
+++ b/content/assets/tutorials/aboutTDMLTutorials/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/cli/index.html b/content/cli/index.html
index c7e35b7..fb1bd43 100644
--- a/content/cli/index.html
+++ b/content/cli/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/community/index.html b/content/community/index.html
index aef4f77..2e65f96 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/configuration/index.html b/content/configuration/index.html
index b5904b7..149d855 100644
--- a/content/configuration/index.html
+++ b/content/configuration/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/debugger/index.html b/content/debugger/index.html
index b7f98d8..f701b9e 100644
--- a/content/debugger/index.html
+++ b/content/debugger/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/dev/aboutAsciiDoc/index.html
b/content/dev/aboutAsciiDoc/index.html
index 7af1a24..94f8b6f 100644
--- a/content/dev/aboutAsciiDoc/index.html
+++ b/content/dev/aboutAsciiDoc/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/dev/design-notes/hidden-groups/index.html
b/content/dev/design-notes/hidden-groups/index.html
index 967cb10..1bce49a 100644
--- a/content/dev/design-notes/hidden-groups/index.html
+++ b/content/dev/design-notes/hidden-groups/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git
a/content/dev/design-notes/infoset-inputter-streaming-unparser/index.html
b/content/dev/design-notes/infoset-inputter-streaming-unparser/index.html
index 9ab95fb..91ace6f 100644
--- a/content/dev/design-notes/infoset-inputter-streaming-unparser/index.html
+++ b/content/dev/design-notes/infoset-inputter-streaming-unparser/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/dev/design-notes/namespace-binding-minimization/index.html
b/content/dev/design-notes/namespace-binding-minimization/index.html
index e0855eb..6d75820 100644
--- a/content/dev/design-notes/namespace-binding-minimization/index.html
+++ b/content/dev/design-notes/namespace-binding-minimization/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/dev/design-notes/runtime2-todos/index.html
b/content/dev/design-notes/runtime2-todos/index.html
index 5110198..d74306d 100644
--- a/content/dev/design-notes/runtime2-todos/index.html
+++ b/content/dev/design-notes/runtime2-todos/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git
a/content/dev/design-notes/term-sharing-in-schema-compiler/index.html
b/content/dev/design-notes/term-sharing-in-schema-compiler/index.html
index c05ba35..d019d0a 100644
--- a/content/dev/design-notes/term-sharing-in-schema-compiler/index.html
+++ b/content/dev/design-notes/term-sharing-in-schema-compiler/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/dfdl-extensions/index.html
b/content/dfdl-extensions/index.html
index 255f4da..0de82a5 100644
--- a/content/dfdl-extensions/index.html
+++ b/content/dfdl-extensions/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/dfdl-layout/index.html b/content/dfdl-layout/index.html
index d9f95e1..674ec7e 100644
--- a/content/dfdl-layout/index.html
+++ b/content/dfdl-layout/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/eclipse-configuration/index.html
b/content/eclipse-configuration/index.html
index a06c1cf..64a464e 100644
--- a/content/eclipse-configuration/index.html
+++ b/content/eclipse-configuration/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/examples/index.html b/content/examples/index.html
index 5e63ee2..3bcede3 100644
--- a/content/examples/index.html
+++ b/content/examples/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/faq/index.html b/content/faq/index.html
index 26c2244..251a189 100644
--- a/content/faq/index.html
+++ b/content/faq/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/getting-started/index.html
b/content/getting-started/index.html
index 1e2777b..3b4ede6 100644
--- a/content/getting-started/index.html
+++ b/content/getting-started/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/index.html b/content/index.html
index 3d17820..2c4fb72 100644
--- a/content/index.html
+++ b/content/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/infoset/index.html b/content/infoset/index.html
index 430752f..c5e5896 100644
--- a/content/infoset/index.html
+++ b/content/infoset/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/people/index.html b/content/people/index.html
index 18e3028..c22963e 100644
--- a/content/people/index.html
+++ b/content/people/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/1.0.0/index.html
b/content/releases/1.0.0/index.html
index df610e2..4125ee6 100644
--- a/content/releases/1.0.0/index.html
+++ b/content/releases/1.0.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/1.1.0/index.html
b/content/releases/1.1.0/index.html
index fd55c5c..f775c46 100644
--- a/content/releases/1.1.0/index.html
+++ b/content/releases/1.1.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.0.0/index.html
b/content/releases/2.0.0/index.html
index c6d1c87..ee22ffd 100644
--- a/content/releases/2.0.0/index.html
+++ b/content/releases/2.0.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.1.0/index.html
b/content/releases/2.1.0/index.html
index 48a676b..15d2a39 100644
--- a/content/releases/2.1.0/index.html
+++ b/content/releases/2.1.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.2.0/index.html
b/content/releases/2.2.0/index.html
index 4d75b5a..45d358f 100644
--- a/content/releases/2.2.0/index.html
+++ b/content/releases/2.2.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.3.0/index.html
b/content/releases/2.3.0/index.html
index 8a01174..6c8069d 100644
--- a/content/releases/2.3.0/index.html
+++ b/content/releases/2.3.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.4.0/index.html
b/content/releases/2.4.0/index.html
index ed2fc5f..8a0ba15 100644
--- a/content/releases/2.4.0/index.html
+++ b/content/releases/2.4.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.5.0/index.html
b/content/releases/2.5.0/index.html
index 54b65b9..ca7ab2f 100644
--- a/content/releases/2.5.0/index.html
+++ b/content/releases/2.5.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.6.0/index.html
b/content/releases/2.6.0/index.html
index c889c5d..29423d0 100644
--- a/content/releases/2.6.0/index.html
+++ b/content/releases/2.6.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/2.7.0/index.html
b/content/releases/2.7.0/index.html
index f7fb769..4e26534 100644
--- a/content/releases/2.7.0/index.html
+++ b/content/releases/2.7.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/3.0.0/index.html
b/content/releases/3.0.0/index.html
index 4b7fa68..ad37343 100644
--- a/content/releases/3.0.0/index.html
+++ b/content/releases/3.0.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/3.1.0/index.html
b/content/releases/3.1.0/index.html
index 7255060..a4e07ee 100644
--- a/content/releases/3.1.0/index.html
+++ b/content/releases/3.1.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/3.2.0/index.html
b/content/releases/3.2.0/index.html
index e24b142..69d6107 100644
--- a/content/releases/3.2.0/index.html
+++ b/content/releases/3.2.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/3.2.1/index.html
b/content/releases/3.2.1/index.html
index 915e14a..6ab6316 100644
--- a/content/releases/3.2.1/index.html
+++ b/content/releases/3.2.1/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/3.3.0/index.html
b/content/releases/3.3.0/index.html
index 88f593d..480ee6f 100644
--- a/content/releases/3.3.0/index.html
+++ b/content/releases/3.3.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/releases/index.html b/content/releases/index.html
index 6b5342f..cf0f94d 100644
--- a/content/releases/index.html
+++ b/content/releases/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/tdml/index.html b/content/tdml/index.html
index 8b92aad..50c7565 100644
--- a/content/tdml/index.html
+++ b/content/tdml/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/unsupported/index.html b/content/unsupported/index.html
index 5658d05..26359a5 100644
--- a/content/unsupported/index.html
+++ b/content/unsupported/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/vscode/1.0.0/index.html b/content/vscode/1.0.0/index.html
index ac77478..17f9be5 100644
--- a/content/vscode/1.0.0/index.html
+++ b/content/vscode/1.0.0/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>
diff --git a/content/vscode/index.html b/content/vscode/index.html
index 489e1c8..808427f 100644
--- a/content/vscode/index.html
+++ b/content/vscode/index.html
@@ -65,6 +65,7 @@
<li><a class="external"
href="https://www.apache.org/security">Security</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li><a class="external"
href="https://www.apache.org/foundation/thanks.html">Thanks</a></li>
+ <li><a class="external"
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a></li>
</ul>
</li>
</ul>