This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new db72e3c3f4 NIFI-15136 Added imagesdir for Image paths for Project 
Documentation (#10461)
db72e3c3f4 is described below

commit db72e3c3f42313b19a28c4652a3c31ebe864711d
Author: Chun-Sheng, Li <[email protected]>
AuthorDate: Sat Oct 25 04:57:43 2025 +0800

    NIFI-15136 Added imagesdir for Image paths for Project Documentation 
(#10461)
    
    Signed-off-by: David Handermann <[email protected]>
---
 nifi-docs/src/main/asciidoc/administration-guide.adoc                    | 1 +
 nifi-docs/src/main/asciidoc/expression-language-guide.adoc               | 1 +
 nifi-docs/src/main/asciidoc/getting-started.adoc                         | 1 +
 nifi-docs/src/main/asciidoc/nifi-in-depth.adoc                           | 1 +
 nifi-docs/src/main/asciidoc/overview.adoc                                | 1 +
 nifi-docs/src/main/asciidoc/walkthroughs.adoc                            | 1 +
 .../nifi-registry-docs/src/main/asciidoc/getting-started.adoc            | 1 +
 .../nifi-registry-docs/src/main/asciidoc/user-guide.adoc                 | 1 +
 8 files changed, 8 insertions(+)

diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc 
b/nifi-docs/src/main/asciidoc/administration-guide.adoc
index 5d34ed4103..dbcb46a064 100644
--- a/nifi-docs/src/main/asciidoc/administration-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: http://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 
 [[system_requirements]]
 == System Requirements
diff --git a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc 
b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
index 2f50c9f90a..2f82914ed4 100644
--- a/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
+++ b/nifi-docs/src/main/asciidoc/expression-language-guide.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: http://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 
 [[overview]]
 == Overview
diff --git a/nifi-docs/src/main/asciidoc/getting-started.adoc 
b/nifi-docs/src/main/asciidoc/getting-started.adoc
index a3b0f3887d..5e75e951c3 100644
--- a/nifi-docs/src/main/asciidoc/getting-started.adoc
+++ b/nifi-docs/src/main/asciidoc/getting-started.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: https://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 
 
 == Who is This Guide For?
diff --git a/nifi-docs/src/main/asciidoc/nifi-in-depth.adoc 
b/nifi-docs/src/main/asciidoc/nifi-in-depth.adoc
index 00230ee639..1e8310e09a 100644
--- a/nifi-docs/src/main/asciidoc/nifi-in-depth.adoc
+++ b/nifi-docs/src/main/asciidoc/nifi-in-depth.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: http://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 
 == Intro
 This advanced level document is aimed at providing an in-depth look at the 
implementation and design decisions of NiFi. It assumes the reader has read 
enough of the other documentation to know the basics of NiFi.
diff --git a/nifi-docs/src/main/asciidoc/overview.adoc 
b/nifi-docs/src/main/asciidoc/overview.adoc
index 08c5bde80c..9c763ba0d2 100644
--- a/nifi-docs/src/main/asciidoc/overview.adoc
+++ b/nifi-docs/src/main/asciidoc/overview.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: http://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 
 == What is Apache NiFi?
 Put simply, NiFi was built to automate the flow of data between systems.  While
diff --git a/nifi-docs/src/main/asciidoc/walkthroughs.adoc 
b/nifi-docs/src/main/asciidoc/walkthroughs.adoc
index 3301708cfd..02a5e5217c 100644
--- a/nifi-docs/src/main/asciidoc/walkthroughs.adoc
+++ b/nifi-docs/src/main/asciidoc/walkthroughs.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: http://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 // This document refers to NiFi version 1.11.4 and to 1.22.0 as well. Where 
you see 1.22.0, the steps were verified against that version.
 // Technically we could rename all 1.11.4 references to 1.22.0, because we are 
trying to be backward compatible, but it is better to double check.
 
diff --git 
a/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
 
b/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
index fb4a39edc5..da6ba525b7 100644
--- 
a/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
+++ 
b/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/getting-started.adoc
@@ -18,6 +18,7 @@
 Apache NiFi Team <[email protected]>
 :homepage: https://nifi.apache.org
 :linkattrs:
+:imagesdir: images
 
 
 == Who is This Guide For?
diff --git 
a/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/user-guide.adoc
 
b/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/user-guide.adoc
index 7c7646eb3b..3bebba7ae3 100644
--- 
a/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/user-guide.adoc
+++ 
b/nifi-registry/nifi-registry-core/nifi-registry-docs/src/main/asciidoc/user-guide.adoc
@@ -17,6 +17,7 @@
 = Apache NiFi Registry User Guide
 Apache NiFi Team <[email protected]>
 :homepage: https://nifi.apache.org
+:imagesdir: images
 
 
 == Introduction

Reply via email to