Skip to content

Commit

Permalink
Add Traefik Pilot to docs switcher menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Neil McAllister authored Oct 19, 2020
1 parent 19e3845 commit 309f2b5
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/theme/partials/product-switcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<div class="nav-dropdown-menu nav-dropdown-menu--products">
<div class="nav-dropdown-menu-wrapper">
<div class="dm-header">Product Documentations</div>
<div class="dm-header">Product Documentation</div>
<div class="dm-items">

<div class="dm-item dm-item--traefik">
Expand Down Expand Up @@ -44,6 +44,19 @@
</a>
</div>

<div class="dm-item dm-item--pilot">
<div class="dmi-image pilot">
<img src="{{ 'assets/images/traefik-pilot-logo.svg' | url }}" alt="Traefik Pilot Documentation" />
</div>
<a class="dmi-details" href="https://doc.traefik.io/traefik-pilot/">
<div class="dmi-title">Traefik Pilot</div>
<div class="dmi-description">
Monitor and Manage your Traefik Instances
<br>&nbsp;
</div>
</a>
</div>

</div>
</div>
</div>
Expand Down

0 comments on commit 309f2b5

Please sign in to comment.