Skip to content

Commit

Permalink
fix: edited the links and provided the right link for next-intl
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmudhmh committed Mar 4, 2024
1 parent 224e9d4 commit 267c150
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions COLLABORATOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,13 @@ The Website also uses several other Open Source libraries (not limited to) liste
- [PostCSS Mixins](https://github.com/postcss/postcss-mixins)
- [PostCSS Import](https://github.com/postcss/postcss-import)
- [PostCSS Simple Vars](https://github.com/postcss/postcss-simple-vars)
- [Tailwind](https://tailwindcss.com/) is used as our CSS Framework and the Foundation of our Design System
- [Tailwind][] is used as our CSS Framework and the Foundation of our Design System
- [Hero Icons](https://heroicons.com/) is an SVG Icon Library used within our Codebase
- [Radix UI](https://www.radix-ui.com/) is a collection of customizable UI components
- [Shiki](https://shiki.matsu.io/) is a Syntax Highlighter used for our Codeboxes
- [Radix UI][] is a collection of customizable UI components
- [Shiki][] is a Syntax Highlighter used for our Codeboxes
- The syntax highlighting is done within the processing of the Markdown files with the MDX compiler as a Rehype plugin.
- [MDX](https://mdxjs.com/) and Markdown are used for structuring the Content of the Website
- [`next-intl`](https://www.npmjs.com/package/next-intl) is the i18n Library adopted within the Website
- [MDX][] and Markdown are used for structuring the Content of the Website
- [`next-intl`][] is the i18n Library adopted within the Website
- It provides an excellent integration with Next.js, But it also supports standalone support for i18n if it eventually migrates from Next.js to something else.
- Supports React Server Components and Next.js Middlewares
- [`next-sitemap`](https://www.npmjs.com/package/next-sitemap) is used for Sitemap and `robots.txt` Generation
Expand Down Expand Up @@ -499,3 +499,4 @@ If you're unfamiliar or curious about something, we recommend opening a Discussi
[Shiki]: https://github.com/shikijs/shiki
[Tailwind]: https://tailwindcss.com/
[Radix UI]: https://www.radix-ui.com/
[`next-intl`]: https://www.npmjs.com/package/next-intl

0 comments on commit 267c150

Please sign in to comment.