You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/04/02 13:26:08 UTC

[GitHub] [nifi-registry] bbende commented on a change in pull request #164: NIFIREG-245 Refactor REST API docs

bbende commented on a change in pull request #164: NIFIREG-245 Refactor REST API docs
URL: https://github.com/apache/nifi-registry/pull/164#discussion_r271302477
 
 

 ##########
 File path: nifi-registry-core/nifi-registry-web-api/src/main/resources/templates/index.html.hbs
 ##########
 @@ -477,6 +481,38 @@
             </div>
             <div id="item-endpoints" class="section-endpoints hidden"></div>
         </div>
+        <div class="section">
+            <div class="section-header">
+                <div class="title link">Flows</div>
+                <div class="sub-title section-description">Flow endpoints</div>
+                <div class="clear"></div>
+            </div>
+            <div id="flow-endpoints" class="section-endpoints hidden"></div>
+        </div>
+        <div class="section">
+            <div class="section-header">
+                <div class="title link">Bundles</div>
+                <div class="sub-title section-description">Bundle endpoints</div>
+                <div class="clear"></div>
+            </div>
+            <div id="bundle-endpoints" class="section-endpoints hidden"></div>
+        </div>
+        <div class="section">
+            <div class="section-header">
+                <div class="title link">Extensions</div>
+                <div class="sub-title section-description">Extension endpoints</div>
+                <div class="clear"></div>
+            </div>
+            <div id="extension-endpoints" class="section-endpoints hidden"></div>
+        </div>
+        <div class="section">
+            <div class="section-header">
+                <div class="title link">Extension Repository</div>
+                <div class="sub-title section-description">Extension Repository endpoints</div>
+                <div class="clear"></div>
+            </div>
+            <div id="extension-repository-endpoints" class="section-endpoints hidden"></div>
+        </div>
 
 Review comment:
   I figured it didn't hurt to leave the old approach around for at least one release in case we needed to switch back for some reason. With everything as is, all we would have to do is switch the link on the left side of the main documentation.jsp to point at the old index.html rather than the new rest-api.html.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services