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

blue pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 12ea2be  Deployed 349e8e304 with MkDocs version: 1.0.4
12ea2be is described below

commit 12ea2be8402665f44dfd7970b553e351f5692497
Author: Ryan Blue <[email protected]>
AuthorDate: Tue Jul 14 13:23:07 2020 -0800

    Deployed 349e8e304 with MkDocs version: 1.0.4
---
 index.html          |   2 +-
 releases/index.html |  10 ++++++----
 sitemap.xml.gz      | Bin 227 -> 227 bytes
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/index.html b/index.html
index 9d52114..7292063 100644
--- a/index.html
+++ b/index.html
@@ -466,5 +466,5 @@
 
 <!--
 MkDocs version : 1.0.4
-Build Date UTC : 2020-07-14 21:20:47
+Build Date UTC : 2020-07-14 21:23:07
 -->
diff --git a/releases/index.html b/releases/index.html
index 7de7a10..a55c587 100644
--- a/releases/index.html
+++ b/releases/index.html
@@ -346,8 +346,10 @@
         <div class="col-md-3"><div class="bs-sidebar hidden-print affix well" 
role="complementary">
     <ul class="nav bs-sidenav">
         <li class="first-level active"><a href="#downloads">Downloads</a></li>
-        <li class="first-level "><a href="#gradle">Gradle</a></li>
-        <li class="first-level "><a href="#maven">Maven</a></li>
+            <li class="second-level"><a href="#gradle">Gradle</a></li>
+                
+            <li class="second-level"><a href="#maven">Maven</a></li>
+                
         <li class="first-level "><a href="#past-releases">Past 
releases</a></li>
             <li class="second-level"><a href="#080">0.8.0</a></li>
                 
@@ -365,7 +367,7 @@
 <li><a 
href="https://search.maven.org/remotecontent?filepath=org/apache/iceberg/iceberg-spark-runtime/0.9.0/iceberg-spark-runtime-0.9.0.jar";>0.9.0
 Spark 2.4 runtime Jar</a></li>
 </ul>
 <p>To use Iceberg in Spark, download the runtime Jar and add it to the jars 
folder of your Spark install. Use iceberg-spark3-runtime for Spark 3, and 
iceberg-spark-runtime for Spark 2.4.</p>
-<h2 id="gradle">Gradle<a class="headerlink" href="#gradle" title="Permanent 
link">&para;</a></h2>
+<h3 id="gradle">Gradle<a class="headerlink" href="#gradle" title="Permanent 
link">&para;</a></h3>
 <p>To add a dependency on Iceberg in Gradle, add the following to 
<code>build.gradle</code>:</p>
 <pre><code>dependencies {
   compile 'org.apache.iceberg:iceberg-core:0.9.0'
@@ -373,7 +375,7 @@
 </code></pre>
 
 <p>You may also want to include <code>iceberg-parquet</code> for Parquet file 
support.</p>
-<h2 id="maven">Maven<a class="headerlink" href="#maven" title="Permanent 
link">&para;</a></h2>
+<h3 id="maven">Maven<a class="headerlink" href="#maven" title="Permanent 
link">&para;</a></h3>
 <p>To add a dependency on Iceberg in Maven, add the following to your 
<code>pom.xml</code>:</p>
 <pre><code>&lt;dependencies&gt;
   ...
diff --git a/sitemap.xml.gz b/sitemap.xml.gz
index 259f176..26bd48d 100644
Binary files a/sitemap.xml.gz and b/sitemap.xml.gz differ

Reply via email to