Skip to content

Commit

Permalink
Merge pull request #2835 from DamnClin/documentation-link
Browse files Browse the repository at this point in the history
Add documentation link
  • Loading branch information
DamnClin authored Jul 29, 2022
2 parents cbe943d + b2b1833 commit 9690d55
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/main/webapp/app/common/primary/header/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,20 @@
<hr class="d-md-none text-white-50" />

<ul class="navbar-nav flex-row flex-wrap ms-md-auto">
<li class="nav-item col-6 col-md-auto">
<a
class="nav-link p-2"
href="https://github.com/jhipster/jhipster-lite/blob/main/documentation/guides.md"
target="_blank"
rel="noopener"
>
<IconVue name="book-half" aria-label="Documentation" title="JHLite usage documentation" />
<small class="d-md-none ms-2">Documentation</small>
</a>
</li>
<li class="nav-item col-6 col-md-auto">
<a class="nav-link p-2" href="./swagger-ui.html" target="_blank" rel="noopener">
<IconVue :name="'book-half'" :aria-label="'API'" :title="'The Swagger-ui'" />
<IconVue name="binoculars" aria-label="API" title="The Swagger-ui" />
<small class="d-md-none ms-2">API</small>
</a>
</li>
Expand Down

0 comments on commit 9690d55

Please sign in to comment.