Skip to content

Commit

Permalink
Add link to the archived docs site (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonatan-ivanov authored Feb 29, 2024
1 parent 97f2903 commit c2c08aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/layout/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,14 @@ const Nav = ({ isDesktop, subitems, onClickItem }: any) => {
Micrometer Docs Generator
</Link>
</li>
<li>
<Link
className={`${item2Item}`}
to="https://micrometer.io/docs/"
>
Documentation Archive (1.11 and earlier)
</Link>
</li>
</ul>
</div>
<Link className={`${item2Item}`} to="/support/">
Expand Down

0 comments on commit c2c08aa

Please sign in to comment.