Apache NiFi website

Clone this repo:
  1. c2d5af0 NIFI-15572 Added Deprecation Notice for NiFi Registry (#96) by Pierre Villard · 20 hours ago main
  2. b4fdbda NIFI-15423 Refactored templates for Hugo 0.152.4 by exceptionfactory · 5 weeks ago
  3. 10edff9 NIFI-15292 Published CVE-2025-66524 by exceptionfactory · 8 weeks ago
  4. 6248d6e NIFI-15344 Set Current Project Version to 2.7.2 by exceptionfactory · 8 weeks ago
  5. a614dae NIFI-15318 Set Current Project Version to 2.7.1 by exceptionfactory · 8 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.