You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2019/09/05 14:11:30 UTC

[nifi-registry] branch master updated: NIFIREG-293 Highlight in Getting Started guide that only process groups can be versioned

This is an automated email from the ASF dual-hosted git repository.

bbende pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-registry.git


The following commit(s) were added to refs/heads/master by this push:
     new 05a73b2  NIFIREG-293 Highlight in Getting Started guide that only process groups can be versioned
05a73b2 is described below

commit 05a73b2b93e855e10084441b93004f02084a4b0d
Author: Andrew Lim <an...@gmail.com>
AuthorDate: Wed Sep 4 16:35:40 2019 -0400

    NIFIREG-293 Highlight in Getting Started guide that only process groups can be versioned
---
 .../nifi-registry-docs/src/main/asciidoc/getting-started.adoc         | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc b/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
index eb6ac06..6eb3ab3 100644
--- a/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
+++ b/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
@@ -95,7 +95,7 @@ image::local_registry.png["Local Registry Client"]
 
 
 === Start Version Control on a Process Group
-NiFi can now place a process group under version control.
+With NiFi connected to a NiFi Registry, dataflows can be version controlled on the *process group level*.
 
 Right-click on a process group and select "Version->Start version control" from the context menu:
 
@@ -160,7 +160,7 @@ In addition to this Getting Started Guide, more information about NiFi Registry
 
 - link:user-guide.html[Apache NiFi Registry User Guide] - This guide provides information on how to navigate the Registry UI and explains in detail how to manage flows/policies/special privileges and configure users/groups when the Registry is secured.
 - link:administration-guide.html[Apache NiFi Registry System Administrator's Guide] - A guide for setting up and administering Apache NiFi Registry. Topics covered include: system requirements, security configuration, user authentication, authorization, proxy configuration and details about the different system-level settings.
-- link:https://nifi.apache.org/docs/nifi-docs/html/user-guide.html[Apache NiFi User Guide^] - A fairly extensive guide that is often used more as a Reference Guide, as it provides information on each of the different components available in NiFi and explains how to use the different features provided by the application. It includes the section "Versioning a Dataflow" which covers the integration of NiFi with NiFi Registry. Topics covered include: connecting to a registry, version states, [...]
+- link:https://nifi.apache.org/docs/nifi-docs/html/user-guide.html[Apache NiFi User Guide^] - A fairly extensive guide that is often used more as a Reference Guide, as it provides information on each of the different components available in NiFi and explains how to use the different features provided by the application. It includes the section link:https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#versioning_dataflow["Versioning a Dataflow"] which covers the integration of NiFi [...]
 - link:https://cwiki.apache.org/confluence/display/NIFI/Contributor+Guide[Contributor's Guide^] - A guide for explaining how to contribute work back to the Apache NiFi community so that others can make use of it.
 
 In addition to the guides provided here, you can browse the different