Skip to content

Commit

Permalink
docs: add discord links
Browse files Browse the repository at this point in the history
  • Loading branch information
unnoq committed Nov 21, 2024
1 parent 58313c5 commit c18d920
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 7 additions & 1 deletion apps/content/app/(home)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,10 @@ function Footer() {
<div className="flex items-center gap-2">
<div>
<a
href="https://x.com/unnoqcom"
href="https://discord.gg/TXEbwRBvQn"
className="text-fd-muted-foreground hover:text-foreground/90 transition"
rel="noreferrer noopener"
target="_blank"
>
Discord
</a>
Expand All @@ -147,6 +149,8 @@ function Footer() {
<a
href="https://x.com/unnoqcom"
className="text-fd-muted-foreground hover:text-foreground/90 transition"
rel="noreferrer noopener"
target="_blank"
>
Twitter
</a>
Expand All @@ -156,6 +160,8 @@ function Footer() {
<a
href="https://github.com/unnoq/orpc"
className="text-fd-muted-foreground hover:text-foreground/90 transition"
rel="noreferrer noopener"
target="_blank"
>
Github
</a>
Expand Down
4 changes: 3 additions & 1 deletion apps/content/content/docs/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"---OpenAPI---",
"...openapi",
"---Others---",
"[Github](https://github.com/unnoq/orpc)"
"[Github](https://github.com/unnoq/orpc)",
"[Discord](https://discord.gg/TXEbwRBvQn)",
"[Twitter](https://x.com/unnoqcom)"
]
}

0 comments on commit c18d920

Please sign in to comment.