From 189074d4aabbdaf27c5dd3a1ac94ab2d9b4a48d7 Mon Sep 17 00:00:00 2001 From: Nicolas Ruflin Date: Wed, 30 Oct 2019 08:57:31 +0100 Subject: [PATCH] Get rid of the last include commands (#142) Some `::include` commands were left over from the asciidoc conversion. This PR removes these. --- dev/package-examples/iptables-1.0.4/docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev/package-examples/iptables-1.0.4/docs/README.md b/dev/package-examples/iptables-1.0.4/docs/README.md index b80d87f85c..aab62282e8 100644 --- a/dev/package-examples/iptables-1.0.4/docs/README.md +++ b/dev/package-examples/iptables-1.0.4/docs/README.md @@ -15,7 +15,7 @@ a structure suitable for visualizing in Kibana. * Deploys dashboards for visualizing the log data. -include::../include/running-modules.asciidoc[] +Note: Missing link to how to run a model ## Example dashboard @@ -39,11 +39,11 @@ it can also be configured to read from a file path. See the following example. ``` -include::../include/config-option-intro.asciidoc[] +Note: Missing link for the general configs. ## `log` log fileset settings -include::../include/var-paths.asciidoc[] +Note: Missing link to the vars. **`var.syslog_host`** The interface to listen to UDP based syslog traffic. Defaults to `localhost`.