Apache NiFi website

Clone this repo:
  1. 56e6f92 MINIFICPP-2630 MiNiFi C++ 0.99.2 download links by Gabor Gyimesi · 4 weeks ago main
  2. 09c8e68 Added Emeritus Members following Policy for Inactive Committers by exceptionfactory · 4 weeks ago
  3. 97daba6 NIFI-14971 - Apache NiFi 2.6.0 Release by Pierre Villard · 6 weeks ago
  4. 66440e2 NIFI-14842 Add link to OpenAPI Specification in the 2.0 documentation (#94) by Eric Secules · 3 months ago
  5. b442faa MINIFICPP-2592 Correct minificpp windows and macOS as support on Nifi site by Martin Zink · 3 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.