Repository: nifi-site Updated Branches: refs/heads/master 04f11decd -> 28cc17792
NIFIREG-195 Add GitFlowPersistenceProvider video to Registry home page This closes #29. Signed-off-by: Aldrin Piri <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi-site/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi-site/commit/28cc1779 Tree: http://git-wip-us.apache.org/repos/asf/nifi-site/tree/28cc1779 Diff: http://git-wip-us.apache.org/repos/asf/nifi-site/diff/28cc1779 Branch: refs/heads/master Commit: 28cc177929a0d9fddb06cba5cb470622ff8c8b67 Parents: 04f11de Author: Andrew Lim <[email protected]> Authored: Wed Aug 15 14:50:14 2018 -0400 Committer: Aldrin Piri <[email protected]> Committed: Thu Oct 18 12:38:24 2018 -0400 ---------------------------------------------------------------------- src/pages/html/registry.hbs | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi-site/blob/28cc1779/src/pages/html/registry.hbs ---------------------------------------------------------------------- diff --git a/src/pages/html/registry.hbs b/src/pages/html/registry.hbs index 5eeeeae..f94419e 100644 --- a/src/pages/html/registry.hbs +++ b/src/pages/html/registry.hbs @@ -135,6 +135,16 @@ title: Apache NiFi - Registry <a class="close-reveal-modal">×</a> </div> </li> + <li> + <a href="#" data-reveal-id="git-repository">Storing Versioned Flows in a Git Repository</a> + <div id="git-repository" class="reveal-modal medium" data-reveal> + <h2>Storing Versioned Flows in a Git Repository</h2> + <div class="flex-video widescreen" style="display: block;"> + <iframe width="560" height="315" src="https://www.youtube.com/embed/kK7eVppg9Aw" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> + </div> + <a class="close-reveal-modal">×</a> + </div> + </li> </ul> </p> <p class="description">
