kevdoran commented on a change in pull request #164: NIFIREG-245 Refactor REST
API docs
URL: https://github.com/apache/nifi-registry/pull/164#discussion_r271083502
##########
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:
Are we keeping the Handlebars-based REST API documentation in addition to
the new ascii-doc based HTML, or can this go away entirely?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services