You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by al...@apache.org on 2018/01/18 17:42:05 UTC

nifi-minifi git commit: MINIFI-427: Adds version to System Admin Guide.

Repository: nifi-minifi
Updated Branches:
  refs/heads/master a8c0c27c2 -> c0fbdadfa


MINIFI-427: Adds version to System Admin Guide.

This closes #110.

Signed-off-by: Aldrin Piri <al...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/nifi-minifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi-minifi/commit/c0fbdadf
Tree: http://git-wip-us.apache.org/repos/asf/nifi-minifi/tree/c0fbdadf
Diff: http://git-wip-us.apache.org/repos/asf/nifi-minifi/diff/c0fbdadf

Branch: refs/heads/master
Commit: c0fbdadfa04a8855520b3a7d54e29b3c38d8db40
Parents: a8c0c27
Author: jzemerick <jz...@apache.org>
Authored: Wed Jan 17 09:17:27 2018 -0500
Committer: Aldrin Piri <al...@apache.org>
Committed: Thu Jan 18 12:37:35 2018 -0500

----------------------------------------------------------------------
 minifi-docs/pom.xml                                 | 1 +
 minifi-docs/src/main/markdown/System_Admin_Guide.md | 2 ++
 2 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/c0fbdadf/minifi-docs/pom.xml
----------------------------------------------------------------------
diff --git a/minifi-docs/pom.xml b/minifi-docs/pom.xml
index 3ebb9b0..b63c06f 100644
--- a/minifi-docs/pom.xml
+++ b/minifi-docs/pom.xml
@@ -38,6 +38,7 @@
                             <resources>
                                 <resource>
                                     <directory>src/main/markdown</directory>
+                                    <filtering>true</filtering>
                                 </resource>
                             </resources>
                             <outputDirectory>${project.build.directory}/markdown</outputDirectory>

http://git-wip-us.apache.org/repos/asf/nifi-minifi/blob/c0fbdadf/minifi-docs/src/main/markdown/System_Admin_Guide.md
----------------------------------------------------------------------
diff --git a/minifi-docs/src/main/markdown/System_Admin_Guide.md b/minifi-docs/src/main/markdown/System_Admin_Guide.md
index 27ecaeb..bda996b 100644
--- a/minifi-docs/src/main/markdown/System_Admin_Guide.md
+++ b/minifi-docs/src/main/markdown/System_Admin_Guide.md
@@ -21,6 +21,8 @@
 
 [MiNiFi Homepage](https://nifi.apache.org/minifi/index.html)
 
+This documentation is for MiNiFi ${project.version}.
+
 # Automatic Warm-Redeploy
 
 When many MiNiFi agents running on the edge, it may not be possible to manually stop, edit the config.yml and then restart every one every time their configuration needs to change. The Config Change Coordinator and its Ingestors were designed to automatically redeploy in response to a configuration update.