Apache NiFi website

Clone this repo:
  1. d96bc37 NIFI-15867 Added Deprecation Status to Component Documentation by exceptionfactory · 2 weeks ago main
  2. 5615eed NIFI-15619 Added deprecation notice to NiFi Version 1 documentation page (#97) by Pierre Villard · 3 weeks ago
  3. 3e0a710 NIFI-15800 Published CVE-2026-39816 by exceptionfactory · 4 weeks ago
  4. cf5d0cd NIFI-15802 - Publish documentation for NiFi 2.9.0 release by Pierre Villard · 4 weeks ago
  5. ca3ce10 Added Security Model paragraph on process management protocol by exceptionfactory · 2 months 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.