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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8c58d51  NIFI-5990 This closes #3283. Moving Developer docs section 
above Processors
8c58d51 is described below

commit 8c58d518578c12fa335b6ecb092e50e355e7d0da
Author: Bryan Bende <[email protected]>
AuthorDate: Thu Jan 31 11:16:27 2019 -0500

    NIFI-5990 This closes #3283. Moving Developer docs section above Processors
    
    Signed-off-by: joewitt <[email protected]>
---
 .../src/main/webapp/WEB-INF/jsp/documentation.jsp  | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
index 575bf9c..17a7411 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-docs/src/main/webapp/WEB-INF/jsp/documentation.jsp
@@ -69,6 +69,17 @@
                         </div>
                     </div>
                     <div class="section">
+                        <div class="header">Developer</div>
+                        <div id="developer-links" class="component-links">
+                            <ul>
+                                <li class="component-item"><a 
class="document-link rest-api" href="rest-api/index.html" 
target="component-usage">Rest Api</a></li>
+                                <li class="component-item"><a 
class="document-link developer-guide" href="html/developer-guide.html" 
target="component-usage">Developer Guide</a></li>
+                                <li class="component-item"><a 
class="document-link developer-guide" href="html/nifi-in-depth.html" 
target="component-usage">Apache NiFi In Depth</a></li>
+                            </ul>
+                            <span class="no-matching no-components hidden">No 
matching developer guides</span>
+                        </div>
+                    </div>
+                    <div class="section">
                         <div class="header">Processors</div>
                         <div id="processor-links" class="component-links">
                             <c:choose>
@@ -174,17 +185,6 @@
                             </c:choose>
                         </div>
                     </div>
-                    <div class="section">
-                        <div class="header">Developer</div>
-                        <div id="developer-links" class="component-links">
-                            <ul>
-                                <li class="component-item"><a 
class="document-link rest-api" href="rest-api/index.html" 
target="component-usage">Rest Api</a></li>
-                                <li class="component-item"><a 
class="document-link developer-guide" href="html/developer-guide.html" 
target="component-usage">Developer Guide</a></li>
-                                <li class="component-item"><a 
class="document-link developer-guide" href="html/nifi-in-depth.html" 
target="component-usage">Apache NiFi In Depth</a></li>
-                            </ul>
-                            <span class="no-matching no-components hidden">No 
matching developer guides</span>
-                        </div>
-                    </div>
                 </div>
                 <div id="component-filter-controls">
                     <div id="component-filter-container">

Reply via email to