From 3adb993a9248551486b67f507a577e49a960b656 Mon Sep 17 00:00:00 2001 From: Vincent Behar Date: Wed, 6 Jul 2011 14:07:33 +0200 Subject: [PATCH] add FAQ --- src/site/fml/faq.fml | 41 +++++++++++++++++++++++++++++++++++++++++ src/site/site.xml | 1 + 2 files changed, 42 insertions(+) create mode 100644 src/site/fml/faq.fml diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml new file mode 100644 index 0000000..497da0c --- /dev/null +++ b/src/site/fml/faq.fml @@ -0,0 +1,41 @@ + + + + + + General + + + + Which version should I use ? + + +

The versions of the librairie are aligned with the versions of the API :

+
    +
  • Versions 1.x are for RunDeck API version 1 (RunDeck 1.2+)
  • +
  • Versions 2.x are for RunDeck API version 2 (RunDeck 1.3+)
  • +
  • and so on...
  • +
+
+
+
+ +
diff --git a/src/site/site.xml b/src/site/site.xml index 6138df8..33ed17a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -29,6 +29,7 @@ +