Skip to content

Commit

Permalink
updating page header to include demographic (#99 SPECITS-70)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-iancu committed Feb 26, 2024
1 parent be506ee commit 16a757b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/redoc-template.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@
<li class="nav-item {{#if templateOptions.page_ehr}} active {{/if}}">
<a class="nav-link mx-2 {{#if templateOptions.page_ehr}} text-primary {{/if}}" href="ehr.html">EHR API{{#if templateOptions.page_ehr}} <span class="sr-only">(current)</span>{{/if}}</a>
</li>
<li class="nav-item {{#if templateOptions.page_demographic}} active {{/if}}">
<a class="nav-link mx-2 {{#if templateOptions.page_demographic}} text-primary {{/if}}" href="demographic.html">Demographic API{{#if templateOptions.page_demographic}} <span class="sr-only">(current)</span>{{/if}}</a>
</li>
<li class="nav-item {{#if templateOptions.page_query}} active {{/if}}">
<a class="nav-link mx-2 {{#if templateOptions.page_query}} text-primary {{/if}}" href="query.html">Query API{{#if templateOptions.page_query}} <span class="sr-only">(current)</span>{{/if}}</a>
</li>
Expand Down

0 comments on commit 16a757b

Please sign in to comment.