You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2018/03/07 09:50:55 UTC

[incubator-plc4x] branch master updated: - Cleaned up how the menu is generated in the site.

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

cdutz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-plc4x.git


The following commit(s) were added to refs/heads/master by this push:
     new b3d56c8  - Cleaned up how the menu is generated in the site.
b3d56c8 is described below

commit b3d56c879bb35fde17674bb8943525440fad674b
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Mar 7 10:50:52 2018 +0100

    - Cleaned up how the menu is generated in the site.
---
 plc4j/protocols/src/site/site.xml | 3 ---
 src/site/site.xml                 | 8 ++++----
 2 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/plc4j/protocols/src/site/site.xml b/plc4j/protocols/src/site/site.xml
index 696d543..85756a7 100644
--- a/plc4j/protocols/src/site/site.xml
+++ b/plc4j/protocols/src/site/site.xml
@@ -25,9 +25,6 @@
     <menu name="Developers">
       <item name="Implementing Drivers" href="developers/implementing-drivers.html"/>
     </menu>
-    <menu name="Reports" ref="reports" inherit="top"/>
-    <menu ref="modules" inherit="top"/>
-    <menu ref="parent" inherit="top"/>
   </body>
 
 </project>
\ No newline at end of file
diff --git a/src/site/site.xml b/src/site/site.xml
index 99f2a47..5a5bba9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -88,7 +88,6 @@
     <head>
     </head>
 
-    <menu ref="parent" inherit="top"/>
     <menu name="Users">
       <item name="Getting Started" href="users/gettingstarted.html"/>
       <item name="Industry 4.0 with Apache" href="users/industry40.html"/>
@@ -109,15 +108,16 @@
       <item name="OPC-UA" href="protocols/opc-ua/index.html"/>
       <item name="S7/Profinet" href="protocols/s7/index.html"/>
     </menu>
-    <menu name="Reports" ref="reports" inherit="top"/>
-    <menu name="Apache">
+    <menu name="Reports" ref="reports" inherit="bottom"/>
+    <menu name="Apache" inherit="bottom">
       <item name="Apache Software Foundation" href="http://www.apache.org/"/>
       <item name="How Apache Works" href="https://www.apache.org/foundation/how-it-works.html"/>
       <item name="Apache License" href="http://www.apache.org/licenses/"/>
       <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
       <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
     </menu>
-    <menu ref="modules" inherit="top"/>
+    <menu name="Parent" ref="parent" inherit="top"/>
+    <menu ref="modules" inherit="bottom"/>
   </body>
 
 </project>
\ No newline at end of file

-- 
To stop receiving notification emails like this one, please contact
cdutz@apache.org.