[LIB-5] Site sources of snooker-score-api
[snooker-score-api.git] / src / site / site.xml
diff --git a/src/site/site.xml b/src/site/site.xml
new file mode 100644 (file)
index 0000000..d099627
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+  ~ Copyright (c) 2017. Developed by Hedgecode.
+  ~
+  ~ 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.
+-->
+
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+         xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+    <body>
+        <breadcrumbs>
+            <item name="${project.artifactId}" href="/"/>
+        </breadcrumbs>
+        <links>
+            <item name="ENG" href="index.html"/>
+            <item name="RUS" href="ru/index.html"/>
+        </links>
+        <menu name="Overview">
+            <item name="Introduction" href="index.html"/>
+            <item name="Usage" href="usage.html"/>
+            <item name="FAQ" href="faq.html"/>
+            <item name="License" href="http://www.apache.org/licenses/"/>
+            <item name="Download" href="download.html"/>
+        </menu>
+        <menu name="Examples">
+            <item name="Work with cached API" href="examples/work-with-the-cached-api.html"/>
+            <item name="Use data sorting" href="examples/use-sort-in-collections.html"/>
+            <item name="Handle API Exceptions" href="examples/handle-the-api-exceptions.html"/>
+        </menu>
+        <menu ref="reports"/>
+    </body>
+</project>