<?xml version="1.0" encoding="UTF-8"?>
<!--
  #%L
  wcm.io
  %%
  Copyright (C) 2015 wcm.io
  %%
  Licensed under the Apache License, Version 2.0 (the "License");
  you may not use this file except in compliance with the License.
  You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

  Unless required by applicable law or agreed to in writing, software
  distributed under the License is distributed on an "AS IS" BASIS,
  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  See the License for the specific language governing permissions and
  limitations under the License.
  #L%
  -->

<project name="devops.wcm.io"
  xmlns="http://maven.apache.org/DECORATION/1.8.0"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd">

  <bannerLeft>
    <name><![CDATA[<img src="https://wcm.io/images/favicon-16@3x.png"/> wcm.io DevOps]]></name>
    <href>https://devops.wcm.io</href>
  </bannerLeft>

  <publishDate position="bottom" format="yyyy-MM-dd" />
  <version position="bottom" />

  <skin>
    <groupId>io.wcm.maven.skins</groupId>
    <artifactId>reflow-maven-skin</artifactId>
    <version>1.1.0</version>
  </skin>
  <custom>
    <reflowSkin>
      <!-- Make this to 'false' for local development, i.e. file:// URLs -->
      <protocolRelativeURLs>false</protocolRelativeURLs>
      <smoothScroll>true</smoothScroll>
      <theme>default</theme>
      <absoluteResourceURL>https://devops.wcm.io</absoluteResourceURL>
      <skinAttribution>false</skinAttribution>
      <brand>
        <!-- Brand text in top-left part of the site -->
        <name>wcm.io DevOps</name>
        <href>https://devops.wcm.io</href>
      </brand>
      <slogan>Tools for Configuration Management and Deployment</slogan>
      <titleTemplate>%2$s | %1$s</titleTemplate>
      <!-- Use Table of Contents as sidebar -->
      <toc>sidebar</toc>
      <!-- Include the documentation and tools in the top navigation (in addition to links) -->
      <topNav>Categories|Contribute</topNav>
      <!-- Split menus in the bottom navigation -->
      <bottomNav maxSpan="9" >
        <column>Main</column>
        <column>Categories</column>
        <column>Contribute</column>
        <column>reports</column>
      </bottomNav>
      <bottomDescription>
        <![CDATA[
          wcm.io DevOps is an Open Source project which provides tools for configuration management and deployment.
        ]]>
      </bottomDescription>
      <pages>
        <index>
          <!-- no ToC on the main index page -->
          <toc>false</toc>
          <markPageHeader>false</markPageHeader>
        </index>
        <!-- Disable source highlighting for Maven reports -->
        <source-repository>
          <highlightJs>false</highlightJs>
        </source-repository>
        <issue-tracking>
          <highlightJs>false</highlightJs>
          <toc>false</toc>
        </issue-tracking>
        <license>
          <highlightJs>false</highlightJs>
          <toc>false</toc>
        </license>
        <!-- Disable ToC for some Maven reports -->
        <project-info>
          <toc>false</toc>
        </project-info>
        <github-report>
          <toc>false</toc>
        </github-report>
        <dependencies>
          <tocTopMax>4</tocTopMax>
        </dependencies>
      </pages>
    </reflowSkin>
  </custom>

  <body>

    <links>
      <item name="GitHub project" href="http://github.com/wcm-io-devops" />
    </links>

    <breadcrumbs>
      <item name="wcm.io DevOps" href="https://devops.wcm.io" />
    </breadcrumbs>

    <menu name="Main" inherit="top">
      <item name="Home" href="https://devops.wcm.io" />
      <item name="Platforms" href="https://devops.wcm.io/platforms.html" />
      <item name="Maven Repositories" href="https://devops.wcm.io/maven.html" />
      <item name="GitHub project" href="http://github.com/wcm-io-devops" />
      <item name="Subprojects" href="https://wcm.io/subprojects.html" />
      <item name="License" href="http://www.apache.org/licenses/LICENSE-2.0.txt" />
      <item name="Commercial Support" href="https://wcm.io/commercial-support.html" />
      <item name="Imprint" href="https://diva-e.com/en/imprint/" />
      <item name="Privacy Policy" href="https://wcm.io/privacy.html" />
    </menu>
    <menu name="Categories" inherit="top">
      <item name="CONGA - CONfiguration GenerAtor" href="https://devops.wcm.io/conga/"/>
    </menu>
    <menu name="Contribute" inherit="top">
      <item name="Contribute" href="https://wcm.io/contribute.html" />
      <item name="Issues" href="https://wcm-io.atlassian.net" />
      <item name="Wiki" href="https://wcm-io.atlassian.net/wiki/" />
      <item name="Mailing Lists" href="https://wcm.io/mailing-lists.html" />
      <item name="Fork on GitHub" href="http://github.com/wcm-io-devops" />
    </menu>
    <menu name="Maven documentation" inherit="top" ref="reports"/>
  </body>

</project>
