Skip to content

Commit

Permalink
docs: 🦋 (#1522)
Browse files Browse the repository at this point in the history
  • Loading branch information
amannn authored Nov 7, 2024
1 parent e44fa16 commit 9daf2ea
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
6 changes: 5 additions & 1 deletion docs/src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,12 @@ export default function Footer() {
<FooterLink href="/blog">Blog</FooterLink>
</div>
<div>
<FooterLink href={config.blueskyUrl} target="_blank">
Bluesky
</FooterLink>
<FooterSeparator />
<FooterLink href={config.xUrl} target="_blank">
X / Twitter
X
</FooterLink>
<FooterSeparator />
<FooterLink href={config.githubUrl} target="_blank">
Expand Down
5 changes: 3 additions & 2 deletions docs/src/components/StayUpdated.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<hr className="my-8" />

**Stay in the loop:**
**Let's keep in touch:**

- [GitHub releases](https://github.com/amannn/next-intl/releases)
- [X (Jan Amann)](https://twitter.com/jamannnnnn)
- [Bluesky (Jan Amann)](https://bsky.app/profile/amann.work)
- [X (Jan Amann)](https://x.com/jamannnnnn)
1 change: 1 addition & 0 deletions docs/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ module.exports = {
? 'https://' + process.env.VERCEL_PROJECT_PRODUCTION_URL
: 'http://localhost:3000',
githubUrl: 'https://github.com/amannn/next-intl',
blueskyUrl: 'https://bsky.app/profile/amann.work',
xUrl: 'https://x.com/jamannnnnn'
};
3 changes: 2 additions & 1 deletion docs/src/pages/blog/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import BlogPostLink from '@/components/BlogPostLink';
import StayUpdated from '@/components/StayUpdated.mdx';

# next-intl blog

Expand Down Expand Up @@ -29,4 +30,4 @@ import BlogPostLink from '@/components/BlogPostLink';
/>
</div>

Subscribe for updates: [X (Jan Amann)](https://x.com/jamannnnnn)
<StayUpdated />

0 comments on commit 9daf2ea

Please sign in to comment.