This is an automated email from the ASF dual-hosted git repository.
leerho pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/datasketches-website.git
The following commit(s) were added to refs/heads/master by this push:
new 779e640e update javadocs.html
779e640e is described below
commit 779e640e34103fe0bb41caeec914fd89fdad5f25
Author: Lee Rhodes <[email protected]>
AuthorDate: Sun Jan 12 18:09:56 2025 -0800
update javadocs.html
---
_includes/javadocs.html | 29 +++++++++++++++--------------
_includes/nav_bar.html | 16 +---------------
_layouts/doc_page.html | 2 --
3 files changed, 16 insertions(+), 31 deletions(-)
diff --git a/_includes/javadocs.html b/_includes/javadocs.html
index 260e8774..02a74529 100644
--- a/_includes/javadocs.html
+++ b/_includes/javadocs.html
@@ -1,16 +1,17 @@
<!-- Start _include/javadocs.html -->
-<div class="ds-header">
- <div class="container">
- <h4>API Latest Releases:
- <a href="https://apache.github.io/datasketches-java/7.0.X/">Java 17
Core</a>,
- <a href="https://apache.github.io/datasketches-java/6.1.1/">Java 8,11
Core</a>,
- <a href="https://apache.github.io/datasketches-cpp/5.1.0/">C++ Core</a>,
- <a href="https://apache.github.io/datasketches-python/5.1.0/">Python</a>,
- <a href="https://apache.github.io/datasketches-memory/3.0.2/">Java 8,11
Memory</a>,
- <a href="https://apache.github.io/datasketches-memory/4.1.0/">Java 17
Memory</a>,
- <a href="/api/pig/snapshot/apidocs/index.html">Pig</a>,
- <a href="/api/hive/snapshot/apidocs/index.html">Hive</a>,
- </h4>
- </div>
-</div>
+ <ul class="nav navbar-nav navbar-right ds-nav">
+ <li class="dropdown ds-nav" > <!-- <img class="java-logo"
src="/img/JavaLogo.png" alt="java-logo"> -->
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false" style="padding: 0px
10px 0px 0px; line-height: 50px;"> CodeDocs<span class="caret"></span></a>
+ <ul class="dropdown-menu ds-nav">
+ <li><a
href="https://apache.github.io/datasketches-java/6.1.1/">Java 8,11 Core</a></li>
+ <li><a
href="https://apache.github.io/datasketches-java/7.0.X/">Java 17 Core</a></li>
+ <li><a
href="https://apache.github.io/datasketches-cpp/5.1.0/">C++ Core</a></li>
+ <li><a
href="https://apache.github.io/datasketches-python/5.1.0/">Python</a></li>
+ <li><a
href="https://apache.github.io/datasketches-memory/3.0.2/">Java 8,11
Memory</a></li>
+ <li><a
href="https://apache.github.io/datasketches-memory/4.1.0/">Java 17
Memory</a></li>
+ <li><a href="/api/pig/snapshot/apidocs/index.html">Pig</a></li>
+ <li><a
href="/api/hive/snapshot/apidocs/index.html">Hive</a></li>
+ </ul>
+ </li>
+ </ul>
<!-- End _include/javadocs.html -->
diff --git a/_includes/nav_bar.html b/_includes/nav_bar.html
index 55d4e82c..a781d01c 100644
--- a/_includes/nav_bar.html
+++ b/_includes/nav_bar.html
@@ -18,21 +18,7 @@
<span class="fa fa-info-circle"></span> DOCUMENTATION</a>
</li>
<li>
- <ul class="nav navbar-nav navbar-right ds-nav">
- <li class="dropdown ds-nav" > <!-- <img class="java-logo"
src="/img/JavaLogo.png" alt="java-logo"> -->
- <a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false" style="padding: 0px
10px 0px 0px; line-height: 50px;"> CodeDocs<span class="caret"></span></a>
- <ul class="dropdown-menu ds-nav">
- <li><a
href="https://apache.github.io/datasketches-java/6.1.1/">Java 8,11 Core</a></li>
- <li><a
href="https://apache.github.io/datasketches-java/7.0.X/">Java 17 Core</a></li>
- <li><a
href="https://apache.github.io/datasketches-cpp/5.1.0/">C++ Core</a></li>
- <li><a
href="https://apache.github.io/datasketches-python/5.1.0/">Python</a></li>
- <li><a
href="https://apache.github.io/datasketches-memory/3.0.2/">Java 8,11
Memory</a></li>
- <li><a
href="https://apache.github.io/datasketches-memory/4.1.0/">Java 17
Memory</a></li>
- <li><a href="/api/pig/snapshot/apidocs/index.html">Pig</a></li>
- <li><a
href="/api/hive/snapshot/apidocs/index.html">Hive</a></li>
- </ul>
- </li>
- </ul>
+ {% include javadocs.html %}
</li>
<li>
<a href="/docs/Community/Downloads.html">
diff --git a/_layouts/doc_page.html b/_layouts/doc_page.html
index 0bc3bba2..4748b70e 100644
--- a/_layouts/doc_page.html
+++ b/_layouts/doc_page.html
@@ -9,8 +9,6 @@
<body>
{% include nav_bar.html %}
-
-
<div class="container">
<div class="row">
<!-- Start ToC Block -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]