This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit e7189a83a106fbecf93d906140c618a8fa706968 Author: Pierre Villard <[email protected]> AuthorDate: Tue Apr 21 21:13:33 2026 +0200 NIFI-15619 Added deprecation notice to NiFi Version 1 documentation page (#97) Signed-off-by: David Handermann <[email protected]> Co-authored-by: David Handermann <[email protected]> (cherry picked from commit 5615eed61a87ce662fd58d2740f540b04e9a7ead) --- content/documentation/v1/_index.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/documentation/v1/_index.md b/content/documentation/v1/_index.md index 337ff628..bb04881b 100644 --- a/content/documentation/v1/_index.md +++ b/content/documentation/v1/_index.md @@ -9,4 +9,10 @@ menu: weight: 2 --- +<div class="uk-card uk-card-default uk-card-body uk-margin-bottom"> + <strong>Apache NiFi Version 1 is no longer maintained.</strong> + This documentation applies to NiFi 1. For the latest documentation, see + <a href="/components/">NiFi Version 2 Documentation</a>. +</div> + <iframe class="documentation-container" src="https://nifi.apache.org/docs/nifi-docs/"></iframe>
