Apache NiFi website

Clone this repo:
  1. f3e23f8 NIFI-15845 Corrected recommended version for CVE-2026-44914 by exceptionfactory · 3 weeks ago main
  2. d700ee3 NIFI-15953 Published CVE-2026-54665 by exceptionfactory · 3 weeks ago
  3. e791143 NIFI-15845 Published CVE-2026-44914 by exceptionfactory · 3 weeks ago
  4. 84f1203 NIFI-15905 Published CVE-2026-44913 by exceptionfactory · 3 weeks ago
  5. 04dddcb NIFI-15875 Published CVE-2026-44911 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.