You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datasketches.apache.org by le...@apache.org on 2020/02/26 21:37:06 UTC

[incubator-datasketches-website] branch NavBar created (now d3527a7)

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

leerho pushed a change to branch NavBar
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git.


      at d3527a7  Troubleshooting NavBar with no success.

This branch includes the following new commits:

     new d3527a7  Troubleshooting NavBar with no success.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org


[incubator-datasketches-website] 01/01: Troubleshooting NavBar with no success.

Posted by le...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

leerho pushed a commit to branch NavBar
in repository https://gitbox.apache.org/repos/asf/incubator-datasketches-website.git

commit d3527a7572b349697c6704e7896cfd6df7885bca
Author: Lee Rhodes <le...@users.noreply.github.com>
AuthorDate: Wed Feb 26 13:36:51 2020 -0800

    Troubleshooting NavBar with no success.
---
 _includes/nav_bar.html | 28 +++++++++++++++-------------
 _layouts/doc_page.html |  5 +----
 2 files changed, 16 insertions(+), 17 deletions(-)

diff --git a/_includes/nav_bar.html b/_includes/nav_bar.html
index 834b3f1..cb78174 100644
--- a/_includes/nav_bar.html
+++ b/_includes/nav_bar.html
@@ -33,19 +33,21 @@
           <a href="/docs/Community" style="padding-top: 0; padding-bottom: 0;">
             <img class="ds-small-man" src="/img/datasketches-ManWhite.svg"/>COMMUNITY</a>
         </li>
-        <ul class="nav navbar-nav navbar-right ds-nav">
-          <li class="dropdown ds-nav" >
-            <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="padding-top: 0; padding-bottom: 0;"><img class="apache-logo" src="/img/feather.svg"/>Apache <span class="caret"></span></a>
-            <ul class="dropdown-menu ds-nav">
-              <li><a href="https://www.apache.org/" target="_blank">Foundation</a></li>
-              <li><a href="https://www.apache.org/events/current-event" target="_blank">Events</a></li>
-              <li><a href="https://www.apache.org/licenses/" target="_blank">License</a></li>
-              <li><a href="https://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
-              <li><a href="https://www.apache.org/security/" target="_blank">Security</a></li>
-              <li><a href="https://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a></li>
-            </ul>
-          </li>
-
+        <li>
+          <ul class="nav navbar-nav navbar-right ds-nav">
+            <li class="dropdown ds-nav" >
+              <a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" style="padding-top: 0; padding-bottom: 0;"><img class="apache-logo" src="/img/feather.svg"/>Apache <span class="caret"></span></a>
+              <ul class="dropdown-menu ds-nav">
+                <li><a href="https://www.apache.org/" target="_blank">Foundation</a></li>
+                <li><a href="https://www.apache.org/events/current-event" target="_blank">Events</a></li>
+                <li><a href="https://www.apache.org/licenses/" target="_blank">License</a></li>
+                <li><a href="https://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a></li>
+                <li><a href="https://www.apache.org/security/" target="_blank">Security</a></li>
+                <li><a href="https://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a></li>
+              </ul>
+            </li>
+          </ul>
+        </li>
       </ul>
     </div>
   </div>
diff --git a/_layouts/doc_page.html b/_layouts/doc_page.html
index f10e032..de60da5 100644
--- a/_layouts/doc_page.html
+++ b/_layouts/doc_page.html
@@ -18,13 +18,10 @@
         <div class="searchbox" style="position:relative">
           <gcse:searchbox-only></gcse:searchbox-only>
         </div>
-
 {% include toc.html %}
+{% include tocScript.html %}
       </div>
       <!-- End ToC Block -->
-
-{% include tocScript.html %}
-
       <div class="col-md-9 doc-content">
 {{ content }}
       </div> <!-- End content -->


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datasketches.apache.org
For additional commands, e-mail: commits-help@datasketches.apache.org