[LIB-5] Site sources of snooker-score-api
[snooker-score-api.git] / src / site / site.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2
3 <!--
4   ~ Copyright (c) 2017. Developed by Hedgecode.
5   ~
6   ~ Licensed under the Apache License, Version 2.0 (the "License");
7   ~ you may not use this file except in compliance with the License.
8   ~ You may obtain a copy of the License at
9   ~
10   ~   http://www.apache.org/licenses/LICENSE-2.0
11   ~
12   ~ Unless required by applicable law or agreed to in writing, software
13   ~ distributed under the License is distributed on an "AS IS" BASIS,
14   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   ~ See the License for the specific language governing permissions and
16   ~ limitations under the License.
17 -->
18
19 <project xmlns="http://maven.apache.org/DECORATION/1.0.0"
20          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21          xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
22     <body>
23         <breadcrumbs>
24             <item name="${project.artifactId}" href="/"/>
25         </breadcrumbs>
26         <links>
27             <item name="ENG" href="index.html"/>
28             <item name="RUS" href="ru/index.html"/>
29         </links>
30         <menu name="Overview">
31             <item name="Introduction" href="index.html"/>
32             <item name="Usage" href="usage.html"/>
33             <item name="FAQ" href="faq.html"/>
34             <item name="License" href="http://www.apache.org/licenses/"/>
35             <item name="Download" href="download.html"/>
36         </menu>
37         <menu name="Examples">
38             <item name="Work with cached API" href="examples/work-with-the-cached-api.html"/>
39             <item name="Use data sorting" href="examples/use-sort-in-collections.html"/>
40             <item name="Handle API Exceptions" href="examples/handle-the-api-exceptions.html"/>
41         </menu>
42         <menu ref="reports"/>
43     </body>
44 </project>