]> granicus.if.org Git - icinga2/blobdiff - doc/18-language-reference.md
Documentation: Reorganize Livestatus and alternative Frontends
[icinga2] / doc / 18-language-reference.md
similarity index 98%
rename from doc/20-language-reference.md
rename to doc/18-language-reference.md
index 557c751dbe1d58196770c0905dd73a042b967c99..314c94935b40e7deaaf511340d36837ee427a655 100644 (file)
@@ -199,7 +199,7 @@ Functions can be called using the `()` operator:
       check_interval = len(MyGroups) * 1m
     }
 
-A list of available functions is available in the [Library Reference](21-library-reference.md#library-reference) chapter.
+A list of available functions is available in the [Library Reference](19-library-reference.md#library-reference) chapter.
 
 ## <a id="dictionary-operators"></a> Assignments
 
@@ -388,7 +388,7 @@ another group of objects.
 
 In this example the `assign where` condition is a boolean expression which is
 evaluated for all objects of type `Host` and a new service with name "ping"
-is created for each matching host. [Expression operators](20-language-reference.md#expression-operators)
+is created for each matching host. [Expression operators](18-language-reference.md#expression-operators)
 may be used in `assign where` conditions.
 
 The `to` keyword and the target type may be omitted if there is only one target
@@ -416,8 +416,8 @@ chapter.
 
 ## <a id="apply-for"></a> Apply For
 
-[Apply](20-language-reference.md#apply) rules can be extended with the
-[for loop](20-language-reference.md#for-loops) keyword.
+[Apply](18-language-reference.md#apply) rules can be extended with the
+[for loop](18-language-reference.md#for-loops) keyword.
 
     apply Service "prefix-" for (key => value in host.vars.dictionary) to Host {
       import "generic-service"
@@ -461,7 +461,7 @@ and `ignore where` conditions.
 In this example the `assign where` condition is a boolean expression which is evaluated
 for all objects of the type `Host`. Each matching host is added as member to the host group
 with the name "linux-servers". Membership exclusion can be controlled using the `ignore where`
-condition. [Expression operators](20-language-reference.md#expression-operators) may be used in `assign where` and
+condition. [Expression operators](18-language-reference.md#expression-operators) may be used in `assign where` and
 `ignore where` conditions.
 
 Source Type       | Variables
@@ -490,7 +490,7 @@ Empty dictionary     | {}                | false
 Non-empty dictionary | { key = "value" } | true
 
 For a list of supported expression operators for `assign where` and `ignore where`
-statements, see [expression operators](20-language-reference.md#expression-operators).
+statements, see [expression operators](18-language-reference.md#expression-operators).
 
 ## <a id="comments"></a> Comments
 
@@ -857,7 +857,7 @@ supports:
     keys(String.prototype)
 
 Additional documentation on type methods is available in the
-[library reference](21-library-reference.md#library-reference).
+[library reference](19-library-reference.md#library-reference).
 
 ## <a id="reserved-keywords"></a> Reserved Keywords