Skip to content

Commit

Permalink
enhancement(landing): link to glossary from footer & github (#2684)
Browse files Browse the repository at this point in the history
* add low-hanging fruits backlinks

* make internal
  • Loading branch information
p6l-richard authored Nov 27, 2024
1 parent 512c4e1 commit 2e35461
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/www/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

## What's new

- Unkey launches <a href="https://unkey.com/glossary"><strong>the Unkey Glossary »</strong></a>

## Getting Started

First, run the development server:
Expand Down
4 changes: 4 additions & 0 deletions apps/www/components/footer/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const navigation = [
href: "/docs",
external: true,
},
{
title: "Glossary",
href: "/glossary",
},
],
},
{
Expand Down

0 comments on commit 2e35461

Please sign in to comment.