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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/tooling-docs.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 30e7ace  Automatic Site Publish by Buildbot
30e7ace is described below

commit 30e7aceb0c5042226f068c5a36beda12490044fc
Author: buildbot <[email protected]>
AuthorDate: Tue Mar 11 19:26:02 2025 +0000

    Automatic Site Publish by Buildbot
---
 output/_pagefind/fragment/en_2d562a7.pf_fragment | Bin 0 -> 285 bytes
 output/_pagefind/fragment/en_b318c74.pf_fragment | Bin 0 -> 279 bytes
 output/_pagefind/index/en_64b49ef.pf_index       | Bin 0 -> 2496 bytes
 output/_pagefind/index/en_8bec2b4.pf_index       | Bin 2252 -> 0 bytes
 output/_pagefind/pagefind-entry.json             |   2 +-
 output/_pagefind/pagefind.en_289b205ba8.pf_meta  | Bin 0 -> 117 bytes
 output/_pagefind/pagefind.en_62fbb8d7fa.pf_meta  | Bin 100 -> 0 bytes
 output/agenda-tool.html                          | 112 +++++++++++++++++++++++
 output/trusted-release.html                      | 112 +++++++++++++++++++++++
 9 files changed, 225 insertions(+), 1 deletion(-)

diff --git a/output/_pagefind/fragment/en_2d562a7.pf_fragment 
b/output/_pagefind/fragment/en_2d562a7.pf_fragment
new file mode 100644
index 0000000..e21af02
Binary files /dev/null and b/output/_pagefind/fragment/en_2d562a7.pf_fragment 
differ
diff --git a/output/_pagefind/fragment/en_b318c74.pf_fragment 
b/output/_pagefind/fragment/en_b318c74.pf_fragment
new file mode 100644
index 0000000..72dee81
Binary files /dev/null and b/output/_pagefind/fragment/en_b318c74.pf_fragment 
differ
diff --git a/output/_pagefind/index/en_64b49ef.pf_index 
b/output/_pagefind/index/en_64b49ef.pf_index
new file mode 100644
index 0000000..142ba00
Binary files /dev/null and b/output/_pagefind/index/en_64b49ef.pf_index differ
diff --git a/output/_pagefind/index/en_8bec2b4.pf_index 
b/output/_pagefind/index/en_8bec2b4.pf_index
deleted file mode 100644
index ecffd71..0000000
Binary files a/output/_pagefind/index/en_8bec2b4.pf_index and /dev/null differ
diff --git a/output/_pagefind/pagefind-entry.json 
b/output/_pagefind/pagefind-entry.json
index f089184..9ceae21 100644
--- a/output/_pagefind/pagefind-entry.json
+++ b/output/_pagefind/pagefind-entry.json
@@ -1 +1 @@
-{"version":"1.0.4","languages":{"en":{"hash":"en_62fbb8d7fa","wasm":"en","page_count":3}}}
\ No newline at end of file
+{"version":"1.0.4","languages":{"en":{"hash":"en_289b205ba8","wasm":"en","page_count":5}}}
\ No newline at end of file
diff --git a/output/_pagefind/pagefind.en_289b205ba8.pf_meta 
b/output/_pagefind/pagefind.en_289b205ba8.pf_meta
new file mode 100644
index 0000000..6226794
Binary files /dev/null and b/output/_pagefind/pagefind.en_289b205ba8.pf_meta 
differ
diff --git a/output/_pagefind/pagefind.en_62fbb8d7fa.pf_meta 
b/output/_pagefind/pagefind.en_62fbb8d7fa.pf_meta
deleted file mode 100644
index 0a540d3..0000000
Binary files a/output/_pagefind/pagefind.en_62fbb8d7fa.pf_meta and /dev/null 
differ
diff --git a/output/agenda-tool.html b/output/agenda-tool.html
new file mode 100644
index 0000000..65d97c0
--- /dev/null
+++ b/output/agenda-tool.html
@@ -0,0 +1,112 @@
+<!doctype html>
+<html class="no-js" lang="en" dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Board Agenda Tool - ASF Tooling Website</title>
+<link href="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/fontawesome.all.min.css" rel="stylesheet">
+<link href="/css/headerlink.css" rel="stylesheet">
+<script src="/highlight/highlight.min.js"></script>
+<!-- pagefind search -->
+<link href="/_pagefind/pagefind-ui.css" rel="stylesheet">
+<script src="/_pagefind/pagefind-ui.js" type="text/javascript"></script>
+<script>
+  window.addEventListener('DOMContentLoaded', (event) => {
+      new PagefindUI({ element: "#pagefind-search" });
+  });
+  var pageTitle = '';
+  if(pageTitle === '404'){
+      window.addEventListener('DOMContentLoaded', (event) => {
+          new PagefindUI({ element: "#page-404-search" });
+      });
+  }
+</script>
+<!-- pagefind search box styling -->
+<style type="text/css">
+  .search-form {
+      right: 0;
+      left: initial !important;
+      min-width: 25vw;
+      max-width: 90vw;
+      max-height: calc(95vh - 100px);
+      overflow: auto;
+      margin-top: 5px;
+  }
+</style>
+  </head>
+  <body class="d-flex flex-column h-100">
+    <main class="flex-shrink-0">
+      <div>
+<!-- nav bar -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth 
navbar example">
+  <div class="container-fluid">
+    <a class="navbar-brand" href="/"><img src="/images/feather.png" 
style="height: 32px;"/> ASF Tooling</a>
+    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" 
data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" 
aria-label="Toggle navigation">
+      <span class="navbar-toggler-icon"></span>
+    </button>
+
+    <div class="collapse navbar-collapse" id="navbarADP">
+      <ul class="navbar-nav me-auto mb-2 mb-lg-0">
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">About</a>
+          <ul class="dropdown-menu">
+            <!--<li><a class="dropdown-item" href="/blog/">Tooling 
Blog</a></li>-->
+            <li><a class="dropdown-item" href="/team.html">About the 
team</a></li>
+          </ul>
+        </li>
+
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Repositories</a>
+          <ul class="dropdown-menu">
+            <li><a class="dropdown-item" 
href="https://github.com/apache/tooling-docs/";>Website and Docs</a></li>
+            <li><a class="dropdown-item" 
href="https://github.com/apache/tooling-trusted-release";>Trusted 
Release</a></li>
+            <li><a class="dropdown-item" 
href="https://github.com/apache/infrastructure-agenda";>Agenda Tool</a></li>
+          </ul>
+        </li>
+
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Contribute</a>
+          <ul class="dropdown-menu">
+            <li><a class="dropdown-item" href="/volunteer.html">Volunteer with 
Tooling</a></li>
+          </ul>
+        </li>
+
+        <li class="nav-item dropdown">
+          <a href="#" class="nav-link dropdown-toggle hidden-xs" 
data-bs-toggle="dropdown"><span class="fa-solid fa-magnifying-glass" 
aria-hidden="true"></span> Search</a>
+          <ul class="search-form dropdown-menu">
+            <li>
+              <div id="pagefind-search" class="input-group" style="width: 
100%; padding: 0 5px;"></div>
+            </li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav><!-- page contents -->
+<div id="contents">
+    <div class="bg-white p-5 rounded">
+        <div class="col-sm-8 mx-auto">
+          <h1>
+            Board Agenda Tool
+          </h1>
+          <h1>Board Agenda Tool</h1>
+<p>The secondary project is the Board Agenda Tool.</p>
+
+        </div>
+    </div>
+</div>    <!-- footer -->
+    <div class="row">
+      <div class="large-12 medium-12 columns">
+        <p style="font-style: italic; font-size: 0.8rem; text-align: center;">
+          Copyright 2025, <a href="https://www.apache.org/";>The Apache 
Software Foundation</a>, Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
+          Apache&reg; and the Apache feather logo are trademarks of The Apache 
Software Foundation.
+        </p>
+      </div>
+    </div>
+    <script type="application/ecmascript" src="/js/bootstrap.bundle.min.js" 
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"></script>
      </div>
+    </main>
+    <script>hljs.initHighlightingOnLoad();</script>
+  </body>
+</html>
diff --git a/output/trusted-release.html b/output/trusted-release.html
new file mode 100644
index 0000000..1871a9d
--- /dev/null
+++ b/output/trusted-release.html
@@ -0,0 +1,112 @@
+<!doctype html>
+<html class="no-js" lang="en" dir="ltr">
+  <head>
+    <meta charset="utf-8">
+    <meta http-equiv="x-ua-compatible" content="ie=edge">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <title>Apache Trusted Release Platform - ASF Tooling Website</title>
+<link href="/css/bootstrap.min.css" rel="stylesheet">
+<link href="/css/fontawesome.all.min.css" rel="stylesheet">
+<link href="/css/headerlink.css" rel="stylesheet">
+<script src="/highlight/highlight.min.js"></script>
+<!-- pagefind search -->
+<link href="/_pagefind/pagefind-ui.css" rel="stylesheet">
+<script src="/_pagefind/pagefind-ui.js" type="text/javascript"></script>
+<script>
+  window.addEventListener('DOMContentLoaded', (event) => {
+      new PagefindUI({ element: "#pagefind-search" });
+  });
+  var pageTitle = '';
+  if(pageTitle === '404'){
+      window.addEventListener('DOMContentLoaded', (event) => {
+          new PagefindUI({ element: "#page-404-search" });
+      });
+  }
+</script>
+<!-- pagefind search box styling -->
+<style type="text/css">
+  .search-form {
+      right: 0;
+      left: initial !important;
+      min-width: 25vw;
+      max-width: 90vw;
+      max-height: calc(95vh - 100px);
+      overflow: auto;
+      margin-top: 5px;
+  }
+</style>
+  </head>
+  <body class="d-flex flex-column h-100">
+    <main class="flex-shrink-0">
+      <div>
+<!-- nav bar -->
+<nav class="navbar navbar-expand-lg navbar-dark bg-dark" aria-label="Fifth 
navbar example">
+  <div class="container-fluid">
+    <a class="navbar-brand" href="/"><img src="/images/feather.png" 
style="height: 32px;"/> ASF Tooling</a>
+    <button class="navbar-toggler" type="button" data-bs-toggle="collapse" 
data-bs-target="#navbarADP" aria-controls="navbarADP" aria-expanded="false" 
aria-label="Toggle navigation">
+      <span class="navbar-toggler-icon"></span>
+    </button>
+
+    <div class="collapse navbar-collapse" id="navbarADP">
+      <ul class="navbar-nav me-auto mb-2 mb-lg-0">
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">About</a>
+          <ul class="dropdown-menu">
+            <!--<li><a class="dropdown-item" href="/blog/">Tooling 
Blog</a></li>-->
+            <li><a class="dropdown-item" href="/team.html">About the 
team</a></li>
+          </ul>
+        </li>
+
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Repositories</a>
+          <ul class="dropdown-menu">
+            <li><a class="dropdown-item" 
href="https://github.com/apache/tooling-docs/";>Website and Docs</a></li>
+            <li><a class="dropdown-item" 
href="https://github.com/apache/tooling-trusted-release";>Trusted 
Release</a></li>
+            <li><a class="dropdown-item" 
href="https://github.com/apache/infrastructure-agenda";>Agenda Tool</a></li>
+          </ul>
+        </li>
+
+        <li class="nav-item dropdown">
+          <a class="nav-link dropdown-toggle" href="#" 
data-bs-toggle="dropdown" aria-expanded="false">Contribute</a>
+          <ul class="dropdown-menu">
+            <li><a class="dropdown-item" href="/volunteer.html">Volunteer with 
Tooling</a></li>
+          </ul>
+        </li>
+
+        <li class="nav-item dropdown">
+          <a href="#" class="nav-link dropdown-toggle hidden-xs" 
data-bs-toggle="dropdown"><span class="fa-solid fa-magnifying-glass" 
aria-hidden="true"></span> Search</a>
+          <ul class="search-form dropdown-menu">
+            <li>
+              <div id="pagefind-search" class="input-group" style="width: 
100%; padding: 0 5px;"></div>
+            </li>
+          </ul>
+        </li>
+      </ul>
+    </div>
+  </div>
+</nav><!-- page contents -->
+<div id="contents">
+    <div class="bg-white p-5 rounded">
+        <div class="col-sm-8 mx-auto">
+          <h1>
+            Apache Trusted Release Platform
+          </h1>
+          <h1>Apache Trusted Release</h1>
+<p>The main project is the Apache Trusted Release Platform.</p>
+
+        </div>
+    </div>
+</div>    <!-- footer -->
+    <div class="row">
+      <div class="large-12 medium-12 columns">
+        <p style="font-style: italic; font-size: 0.8rem; text-align: center;">
+          Copyright 2025, <a href="https://www.apache.org/";>The Apache 
Software Foundation</a>, Licensed under the <a 
href="https://www.apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a>.<br/>
+          Apache&reg; and the Apache feather logo are trademarks of The Apache 
Software Foundation.
+        </p>
+      </div>
+    </div>
+    <script type="application/ecmascript" src="/js/bootstrap.bundle.min.js" 
integrity="sha384-OERcA2EqjJCMA+/3y+gxIOqMEjwtxJY7qPCqsdltbNJuaOe923+mo//f6V8Qbsw3"></script>
      </div>
+    </main>
+    <script>hljs.initHighlightingOnLoad();</script>
+  </body>
+</html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to