mirror of
https://github.com/Fishwaldo/rundeck-api-java-client.git
synced 2025-07-07 05:28:21 +00:00
add FAQ
This commit is contained in:
parent
57dffb80fa
commit
3adb993a92
2 changed files with 42 additions and 0 deletions
41
src/site/fml/faq.fml
Normal file
41
src/site/fml/faq.fml
Normal file
|
@ -0,0 +1,41 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!--
|
||||
Copyright 2011 Vincent Behar
|
||||
|
||||
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.
|
||||
-->
|
||||
<faqs xmlns="http://maven.apache.org/FML/1.0.1"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/FML/1.0.1 http://maven.apache.org/xsd/fml-1.0.1.xsd"
|
||||
title="Frequently Asked Questions"
|
||||
toplink="false">
|
||||
|
||||
<part id="general">
|
||||
<title>General</title>
|
||||
|
||||
<faq id="version">
|
||||
<question>
|
||||
Which version should I use ?
|
||||
</question>
|
||||
<answer>
|
||||
<p>The versions of the librairie are aligned with the versions of the API :</p>
|
||||
<ul>
|
||||
<li>Versions 1.x are for RunDeck API version 1 (RunDeck 1.2+)</li>
|
||||
<li>Versions 2.x are for RunDeck API version 2 (RunDeck 1.3+)</li>
|
||||
<li>and so on...</li>
|
||||
</ul>
|
||||
</answer>
|
||||
</faq>
|
||||
</part>
|
||||
|
||||
</faqs>
|
|
@ -29,6 +29,7 @@
|
|||
<menu name="${project.name}">
|
||||
<item name="Introduction" href="index.html" />
|
||||
<item name="Download" href="download.html" />
|
||||
<item name="FAQ" href="faq.html" />
|
||||
<item name="API Documentation" href="apidocs/index.html" />
|
||||
</menu>
|
||||
<menu name="Scripting examples">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue