|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<!-- |
| 3 | + #%L |
| 4 | + wcm.io |
| 5 | + %% |
| 6 | + Copyright (C) 2015 wcm.io |
| 7 | + %% |
| 8 | + Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | + you may not use this file except in compliance with the License. |
| 10 | + You may obtain a copy of the License at |
| 11 | +
|
| 12 | + http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | +
|
| 14 | + Unless required by applicable law or agreed to in writing, software |
| 15 | + distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | + See the License for the specific language governing permissions and |
| 18 | + limitations under the License. |
| 19 | + #L% |
| 20 | + --> |
| 21 | + |
| 22 | +<project name="devops.wcm.io" |
| 23 | + xmlns="http://maven.apache.org/DECORATION/1.3.0" |
| 24 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 25 | + xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd"> |
| 26 | + |
| 27 | + <bannerLeft> |
| 28 | + < name> <![CDATA[<img src="http://wcm.io/images/[email protected]"/> wcm.io DevOps]]></ name> |
| 29 | + <href>http://devops.wcm.io</href> |
| 30 | + </bannerLeft> |
| 31 | + |
| 32 | + <publishDate position="bottom" format="yyyy-MM-dd" /> |
| 33 | + <version position="bottom" /> |
| 34 | + |
| 35 | + <skin> |
| 36 | + <groupId>io.wcm.maven.skins</groupId> |
| 37 | + <artifactId>reflow-maven-skin</artifactId> |
| 38 | + <version>1.0.2</version> |
| 39 | + </skin> |
| 40 | + <custom> |
| 41 | + <reflowSkin> |
| 42 | + <!-- Make this to 'false' for local development, i.e. file:// URLs --> |
| 43 | + <protocolRelativeURLs>false</protocolRelativeURLs> |
| 44 | + <smoothScroll>true</smoothScroll> |
| 45 | + <theme>default</theme> |
| 46 | + <highlightJs>true</highlightJs> |
| 47 | + <highlightJsTheme>github</highlightJsTheme> |
| 48 | + <absoluteResourceURL>http://devops.wcm.io</absoluteResourceURL> |
| 49 | + <skinAttribution>false</skinAttribution> |
| 50 | + <brand> |
| 51 | + <!-- Brand text in top-left part of the site --> |
| 52 | + <name>wcm.io DevOps</name> |
| 53 | + <href>http://devops.wcm.io</href> |
| 54 | + </brand> |
| 55 | + <slogan>Tools for Configuration Management and Deployment</slogan> |
| 56 | + <titleTemplate>%2$s | %1$s</titleTemplate> |
| 57 | + <!-- Use Table of Contents as sidebar --> |
| 58 | + <toc>sidebar</toc> |
| 59 | + <!-- Include the documentation and tools in the top navigation (in addition to links) --> |
| 60 | + <topNav>Categories|Contribute</topNav> |
| 61 | + <!-- Split menus in the bottom navigation --> |
| 62 | + <bottomNav maxSpan="9" > |
| 63 | + <column>Main</column> |
| 64 | + <column>Categories</column> |
| 65 | + <column>Contribute</column> |
| 66 | + <column>reports</column> |
| 67 | + </bottomNav> |
| 68 | + <bottomDescription> |
| 69 | + <![CDATA[ |
| 70 | + wcm.io DevOps is an Open Source project which provides tools for configuration management and deployment. |
| 71 | + ]]> |
| 72 | + </bottomDescription> |
| 73 | + <pages> |
| 74 | + <index> |
| 75 | + <!-- no ToC on the main index page --> |
| 76 | + <toc>false</toc> |
| 77 | + <markPageHeader>false</markPageHeader> |
| 78 | + </index> |
| 79 | + <!-- Disable source highlighting for Maven reports --> |
| 80 | + <source-repository> |
| 81 | + <highlightJs>false</highlightJs> |
| 82 | + </source-repository> |
| 83 | + <issue-tracking> |
| 84 | + <highlightJs>false</highlightJs> |
| 85 | + <toc>false</toc> |
| 86 | + </issue-tracking> |
| 87 | + <license> |
| 88 | + <highlightJs>false</highlightJs> |
| 89 | + <toc>false</toc> |
| 90 | + </license> |
| 91 | + <!-- Disable ToC for some Maven reports --> |
| 92 | + <project-info> |
| 93 | + <toc>false</toc> |
| 94 | + </project-info> |
| 95 | + <github-report> |
| 96 | + <toc>false</toc> |
| 97 | + </github-report> |
| 98 | + <dependencies> |
| 99 | + <tocTopMax>4</tocTopMax> |
| 100 | + </dependencies> |
| 101 | + </pages> |
| 102 | + </reflowSkin> |
| 103 | + </custom> |
| 104 | + |
| 105 | + <body> |
| 106 | + |
| 107 | + <links> |
| 108 | + <item name="GitHub project" href="http://github.com/wcm-io-devops" /> |
| 109 | + </links> |
| 110 | + |
| 111 | + <breadcrumbs> |
| 112 | + <item name="wcm.io DevOps" href="http://devops.wcm.io" /> |
| 113 | + </breadcrumbs> |
| 114 | + |
| 115 | + <menu name="Main" inherit="top"> |
| 116 | + <item name="Home" href="http://devops.wcm.io" /> |
| 117 | + <item name="Platforms" href="http://devops.wcm.io/platforms.html" /> |
| 118 | + <item name="Maven Repositories" href="http://devops.wcm.io/maven.html" /> |
| 119 | + <item name="GitHub project" href="http://github.com/wcm-io-devops" /> |
| 120 | + <item name="Subprojects" href="http://wcm.io/subprojects.html" /> |
| 121 | + <item name="License" href="http://devops.wcm.io/license.html" /> |
| 122 | + <item name="Imprint" href="http://wcm.io/imprint.html" /> |
| 123 | + </menu> |
| 124 | + <menu name="Categories" inherit="top"> |
| 125 | + <item name="CONGA - CONfiguration GenerAtor" href="http://devops.wcm.io/conga/"/> |
| 126 | + </menu> |
| 127 | + <menu name="Contribute" inherit="top"> |
| 128 | + <item name="Contribute" href="http://wcm.io/contribute.html" /> |
| 129 | + <item name="Manifest" href="http://wcm.io/manifest.html" /> |
| 130 | + <item name="Issues" href="https://wcm-io.atlassian.net" /> |
| 131 | + <item name="Wiki" href="https://wcm-io.atlassian.net/wiki/" /> |
| 132 | + <item name="Mailing Lists" href="http://wcm.io/mailing-lists.html" /> |
| 133 | + <item name="Continuous Integration" href="https://travis-ci.org/wcm-io-devops" /> |
| 134 | + <item name="Fork on GitHub" href="http://github.com/wcm-io-devops" /> |
| 135 | + </menu> |
| 136 | + <menu name="Maven documentation" inherit="top" ref="reports"/> |
| 137 | + </body> |
| 138 | + |
| 139 | +</project> |
0 commit comments