Apache NiFi website

Clone this repo:
  1. 28df0a9 MINIFICPP-2872 MiNiFi C++ 1.0.0 download links (#100) by Martin Zink · 5 days ago main
  2. 7f7c073 NIFI-16152 Published CVE-2026-68981 by exceptionfactory · 3 weeks ago
  3. e4f9e3b NIFI-16154 Published CVE-2026-68980 by exceptionfactory · 3 weeks ago
  4. 250f2e6 NIFI-16148 Published CVE-2026-68979 by exceptionfactory · 3 weeks ago
  5. 757d0d5 NIFI-16112 Published CVE-2026-62354 by exceptionfactory · 3 weeks ago

Apache NiFi Website

Status

build License

Contacts

Track Issues Chat on Slack Contact Developers Contact Users

Community

Join Slack Community Follow on LinkedIn Follow on X

Developing

The project website uses Hugo to build static HTML and related resources.

Prerequisites

Preparation

Prepare build artifacts using published component manifests for generated documentation.

bash prebuild.sh

Building

Start Hugo Server to view rendered pages.

hugo server

Open a web browser to preview rendered pages.

http://localhost:1313

Run Hugo to generate pages in the public directory.

hugo

Publishing

The Apache NiFi website uses GitHub Actions and Apache Software Foundation Infrastructure configuration for automated publishing.

See Website Publishing for documentation.