Repository: incubator-streams Updated Branches: refs/heads/master ac90a22a3 -> f0072b4c6
donât ruin the top nav Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/f0072b4c Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/f0072b4c Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/f0072b4c Branch: refs/heads/master Commit: f0072b4c60a40109e3567c3aa07f65ee47be8d81 Parents: ac90a22 Author: Steve Blackmon @steveblackmon <[email protected]> Authored: Sun Oct 23 11:34:40 2016 -0500 Committer: Steve Blackmon @steveblackmon <[email protected]> Committed: Sun Oct 23 11:34:40 2016 -0500 ---------------------------------------------------------------------- src/site/site.xml | 55 ++++++++++++++++++++++++++++++++++---------------- 1 file changed, 38 insertions(+), 17 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/f0072b4c/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index b94e182..3805a13 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -17,21 +17,42 @@ ~ under the License. --> <project> - <custom> - <fluidoSkin> - <topBarEnabled>true</topBarEnabled> - <navBarStyle>navbar-inverse</navBarStyle> - <sideBarEnabled>false</sideBarEnabled> - <gitHub> - <projectId>apache/incubator-streams</projectId> - <ribbonOrientation>right</ribbonOrientation> - <ribbonColor>black</ribbonColor> - </gitHub> - <twitter> - <user>ApacheStreams</user> - <showUser>true</showUser> - <showFollowers>true</showFollowers> - </twitter> - </fluidoSkin> - </custom> + <body> + <breadcrumbs> + <item name="Incubator" href="http://incubator.apache.org/"/> + <item name="Streams" href="http://streams.incubator.apache.org/"/> + </breadcrumbs> + <head> + <![CDATA[ + <script> + (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ + (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), + m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) + })(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); + + ga('create', 'UA-77087101-1', 'auto'); + ga('send', 'pageview'); + </script> + ]]> + </head> + <menu name="Overview" inherit="top"> + <item name="Overview" href="index.html" /> + <item name="Architecture" href="architecture.html" /> + <item name="Concepts" href="concepts.html" /> + <item name="Downloads" href="downloads.html" /> + <item name="Frequently Asked Questions" href="faq.html" /> + </menu> + <menu name="Projects" inherit="top"> + <item name="streams-master" /> + <item name="streams-project" href="http://streams.incubator.apache.org/site/latest/streams-project" /> + <item name="streams-examples" href="http://streams.incubator.apache.org/site/latest/streams-examples/" /> + </menu> + <links> + <item name="Install Git" href="git.html"/> + <item name="Install Java" href="java.html"/> + <item name="Install Maven" href="maven.html"/> + <item name="Install Docker" href="docker.html"/> + <item name="Install SBT" href="sbt.html"/> + </links> + </body> </project> \ No newline at end of file
