Apache NiFi website

Clone this repo:
  1. ca3ce10 Added Security Model paragraph on process management protocol by exceptionfactory · 4 weeks ago main
  2. b48ae18 NIFI-15567 Corrected Title for CVE-2026-25903 by exceptionfactory · 5 weeks ago
  3. 99292db NIFI-15567 Published CVE-2026-25903 by exceptionfactory · 5 weeks ago
  4. ebadc3c NIFI-15571 - Apache NiFi 2.8.0 Release by Pierre Villard · 6 weeks ago
  5. c2d5af0 NIFI-15572 Added Deprecation Notice for NiFi Registry (#96) by Pierre Villard · 6 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.