This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-site.git
The following commit(s) were added to refs/heads/main by this push:
new 3c140a1 Added License link under Apache navigation section
3c140a1 is described below
commit 3c140a14b153fb89633b63546e48d07d5771f06e
Author: exceptionfactory <[email protected]>
AuthorDate: Sat Oct 28 10:02:35 2023 -0500
Added License link under Apache navigation section
---
layouts/partials/topbar.html | 19 ++++++++++---------
1 file changed, 10 insertions(+), 9 deletions(-)
diff --git a/layouts/partials/topbar.html b/layouts/partials/topbar.html
index 212710c..db05c6d 100644
--- a/layouts/partials/topbar.html
+++ b/layouts/partials/topbar.html
@@ -58,23 +58,24 @@
</ul>
</li>
<li class="has-dropdown">
- <a href="#">ASF Links</a>
+ <a href="#">Subprojects</a>
+ <ul class="dropdown">
+ <li><a href="minifi/index.html">MiNiFi</a></li>
+ <li><a href="registry.html">Registry</a></li>
+ <li><a href="fds.html">FDS</a></li>
+ </ul>
+ </li>
+ <li class="has-dropdown">
+ <a href="#">Apache</a>
<ul class="dropdown">
<li><a href="https://www.apache.org"><i class="fa
fa-external-link external-link"></i>Apache Software Foundation</a></li>
+ <li><a href="https://www.apache.org/licenses/"><i
class="fa fa-external-link external-link"></i>License</a></li>
<li><a
href="https://privacy.apache.org/policies/privacy-policy-public.html"><i
class="fa fa-external-link external-link"></i>Privacy Policy</a></li>
<li><a
href="https://www.apache.org/foundation/sponsorship.html"><i class="fa
fa-external-link external-link"></i>Sponsorship</a></li>
<li><a href="https://www.apache.org/security/"><i
class="fa fa-external-link external-link"></i>Security</a></li>
<li><a
href="https://www.apache.org/foundation/thanks.html"><i class="fa
fa-external-link external-link"></i>Thanks</a></li>
</ul>
</li>
- <li class="has-dropdown">
- <a href="#">Subprojects</a>
- <ul class="dropdown">
- <li><a href="minifi/index.html">MiNiFi</a></li>
- <li><a href="registry.html">Registry</a></li>
- <li><a href="fds.html">FDS</a></li>
- </ul>
- </li>
</ul>
</section>
</nav>