apim-developer-portal1
Version:
API management developer portal
13 lines (12 loc) • 544 B
HTML
<div class="flex flex-column fit">
<p>Go to <a href="https://aka.ms/apimdocs/portal" target="_blank">this documentation article</a> to learn more about
the API Management developer portal</p>
<div class="flex-item flex-item-grow list">
<!-- ko foreach: { data: hints, as: 'hint' } -->
<a href="#" class="list-item">
<i class="paperbits-icon paperbits-alert"></i>
<span data-bind="text: hint.issue, click: $component.selectHint"></span>
</a>
<!-- /ko -->
</div>
</div>