You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: COLLABORATOR_GUIDE.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,6 @@ The Website also uses several other Open Source libraries (not limited to) liste
84
84
-[`next-intl`][] is the i18n Library adopted within the Website
85
85
- 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.
86
86
- Supports React Server Components and Next.js Middlewares
87
-
-[`next-sitemap`](https://www.npmjs.com/package/next-sitemap) is used for Sitemap and `robots.txt` Generation
88
87
- We use [Rehype](https://github.com/rehypejs/rehype) and [Remark](https://github.com/remarkjs/remark) to extend MDX functionality
89
88
- We use [Storybook](https://storybook.js.org/) for Manual Testing and Visual Regression Tests of our React Components
90
89
- Storybook also provides a sandboxed environment, which is very useful whilst for crafting React Components
0 commit comments