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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Next.js i18n Documentation Project
2
2
3
-
This is a monorepo project designed to sync with the official Next.js documentation and translate it into multiple languages. The project uses [Fumadocs](https://fumadocs.vercel.app) for documentation generation and includes a custom translation toolkit.
3
+
This is a monorepo project designed to sync with the official Next.js documentation and translate it into multiple languages. The project uses [Fumadocs](https://fumadocs.dev/) for documentation generation and includes a custom translation toolkit.
4
4
5
5
## Features
6
6
7
7
- 📚 Complete mirror of official Next.js documentation
8
8
- 🌐 Multilingual support (currently English and Simplified Chinese)
9
-
- 🔍 Full-text search with [Orama](https://oramasearch.com)
9
+
- 🔍 Full-text search with [Orama](https://orama.com/)
10
10
- 🤖 AI-powered translation using the `@next-i18n/translate` package
Copy file name to clipboardExpand all lines: apps/docs/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Next.js i18n Documentation Site
2
2
3
-
This is the documentation site package for the Next.js i18n Documentation Project. It renders multilingual Next.js documentation using [Fumadocs](https://fumadocs.vercel.app).
3
+
This is the documentation site package for the Next.js i18n Documentation Project. It renders multilingual Next.js documentation using [Fumadocs](https://fumadocs.dev/).
4
4
5
5
## Quick Start
6
6
@@ -66,5 +66,5 @@ pnpm update-search-index
66
66
## Learn More
67
67
68
68
-[Next.js Documentation](https://nextjs.org/docs) - official Next.js docs
69
-
-[Fumadocs](https://fumadocs.vercel.app) - documentation framework used in this project
69
+
-[Fumadocs](https://fumadocs.dev/) - documentation framework used in this project
0 commit comments