Skip to content

Commit

Permalink
Added link to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
vegetableman committed Mar 5, 2024
1 parent 742122f commit 4118e78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const Footer = () => (
{/* <li className='text-base font-normal text-gray-800'><a className='hover:underline' href="/case-studies">Case Studies</a></li> */}
<li className='text-base font-normal text-gray-800'><a href="/faq" className='hover:underline'>FAQ</a></li>
<li className='text-base font-normal text-gray-800'><a href="/about" className='hover:underline'>About</a></li>
<li className='text-base font-normal text-gray-800'><a href="/edgeset/manual/current/en-US/backups.html" className='hover:underline'>Documentation</a></li>
<li className='text-base font-normal text-gray-800'><a href="/blog" className='hover:underline'>Blog</a></li>
</ul>
<div className='mb-4 flex gap-4 text-gray-700'>
Expand Down

0 comments on commit 4118e78

Please sign in to comment.