From 96af90628f821266204c512b71a5521f11a66e9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 26 Apr 2018 15:48:05 +0300 Subject: [PATCH] Add notes about experimental modules Added a note to the documentation of experimental modules that explains that the modules are distributed in a different package. --- Documentation/Filters/Luafilter.md | 6 ++++-- Documentation/Routers/Cat.md | 7 ++++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Documentation/Filters/Luafilter.md b/Documentation/Filters/Luafilter.md index 3fc8a7466..17f642e4f 100644 --- a/Documentation/Filters/Luafilter.md +++ b/Documentation/Filters/Luafilter.md @@ -1,11 +1,13 @@ # Lua Filter -The luafilter is a filter that calls a set of functions in a Lua script. The -filter is currently a part of the experimental module set. +The luafilter is a filter that calls a set of functions in a Lua script. Read the [Lua language documentation](https://www.lua.org/docs.html) for information on how to write Lua scripts. +*Note:* This module is a part of the experimental module package, + `maxscale-experimental`. + ## Filter Parameters The luafilter has two parameters. They control which scripts will be called by diff --git a/Documentation/Routers/Cat.md b/Documentation/Routers/Cat.md index 93d75e97e..0ac7e3c64 100644 --- a/Documentation/Routers/Cat.md +++ b/Documentation/Routers/Cat.md @@ -1,8 +1,9 @@ # Cat -The `cat` router is a special router that concatenates result sets. The module -is still in beta testing phase so usage in production environments is -not encouraged. +The `cat` router is a special router that concatenates result sets. + +*Note:* This module is a part of the experimental module package, + `maxscale-experimental`. ## Configuration