You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2021/12/08 06:57:19 UTC

[ozone-site] branch master updated: HDDS-6008. Remove leftover main menu definition (#20)

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

elek pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new a5bf063  HDDS-6008. Remove leftover main menu definition (#20)
a5bf063 is described below

commit a5bf06394c003ab077510740271e7262ec7a7151
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Dec 8 07:55:49 2021 +0100

    HDDS-6008. Remove leftover main menu definition (#20)
---
 config.toml                  | 62 --------------------------------------------
 layouts/partials/header.html |  4 +--
 2 files changed, 2 insertions(+), 64 deletions(-)

diff --git a/config.toml b/config.toml
index a44b9f5..237d08e 100644
--- a/config.toml
+++ b/config.toml
@@ -18,68 +18,6 @@ footnotereturnlinkcontents = "<sup>^</sup>"
 uglyurls = false
 baseUrl = "/"
 
-[[menu.main]]
-  name = "Download"
-  url = "releases.html"
-  weight = 1
-
-
-[[menu.main]]
-  name = "Documentation"
-  identifier = "documentation"
-  weight = 2
-
-[[menu.main]]
-   name = "Latest"
-   parent = "documentation"
-   url = "https://hadoop.apache.org/docs/current/"
-
-[[menu.main]]
-   name = "Stable"
-   parent = "documentation"
-   url = "https://hadoop.apache.org/docs/stable/"
-
-
-
-
-[[menu.main]]
-   name = "Community"
-   identifier = "community"
-   weight = 3
-
-
-
-[[menu.main]]
-   name = "Development"
-   identifier = "development"
-   weight = 4
-
-[[menu.main]]
-  name = "How to Contribute"
-  url = "https://wiki.apache.org/hadoop/HowToContribute"
-  parent = "development"
-
-[[menu.main]]
-   name = "Help"
-   identifier = "help"
-   weight = 5
-
-[[menu.main]]
-   name = "Buy Stuff"
-   url = "https://www.cafepress.com/hadoop"
-   parent = "help"
-
-[[menu.main]]
-   name = "Sponsorshop"
-   url = "https://www.apache.org/foundation/sponsorship.html"
-   parent = "help"
-
-[[menu.main]]
-   name = "Thanks"
-   url = "https://www.apache.org/foundation/thanks.html"
-   parent = "help"
-
-
 # Configure the English version of the website.
 [languages.en]
   languageCode = "en-us"
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 7a3ae65..19fec3f 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -62,7 +62,7 @@
         <div class="container">
             <div class="navbar-header">
                 <button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
-                        data-target="#ratis-menu" aria-expanded="false">
+                        data-target="#ozone-menu" aria-expanded="false">
                     <span class="sr-only">Toggle navigation</span>
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
@@ -70,7 +70,7 @@
                 </button>
             </div>
 
-            <div id="ratis-menu" class="collapse navbar-collapse">
+            <div id="ozone-menu" class="collapse navbar-collapse">
                 <ul class="nav navbar-nav navbar-right">
                     <li><a href="faq">FAQ</a></li>
                     <li><a href="downloads">Download</a></li>

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