Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Tabs from "@theme/Tabs";

Let's see how you can use the NextGlobeGen package to setup i18n for your Next.js app.

If you haven't done so already, [create a new Next.js app](https://nextjs.org/docs/app/getting-started/installation) that uses the App Router.
If you haven't done so already, [create a new Next.js app](https://nextjs.org/docs/app/getting-started/installation) that uses the App Router. When prompted, make sure to select the option to use the `src` directory.

## Installation

Expand Down
30 changes: 15 additions & 15 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
"check:format": "prettier --check ."
},
"dependencies": {
"@docusaurus/core": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@docusaurus/remark-plugin-npm2yarn": "^3.7.0",
"@docusaurus/core": "3.8.1",
"@docusaurus/preset-classic": "3.8.1",
"@docusaurus/remark-plugin-npm2yarn": "^3.8.1",
"@mdx-js/react": "^3.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.4.1",
Expand All @@ -29,22 +29,22 @@
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@docusaurus/eslint-plugin": "^3.7.0",
"@docusaurus/module-type-aliases": "3.7.0",
"@docusaurus/tsconfig": "3.7.0",
"@docusaurus/types": "3.7.0",
"@docusaurus/eslint-plugin": "^3.8.1",
"@docusaurus/module-type-aliases": "3.8.1",
"@docusaurus/tsconfig": "3.8.1",
"@docusaurus/types": "3.8.1",
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.23.0",
"@eslint/js": "^9.30.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.23.0",
"eslint": "^9.30.1",
"eslint-plugin-tailwindcss": "^3.18.0",
"globals": "^16.0.0",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"globals": "^16.3.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"tailwindcss": "^3.4.17",
"typescript": "^5.8.2",
"typescript-eslint": "^8.28.0"
"typescript": "^5.8.3",
"typescript-eslint": "^8.36.0"
},
"browserslist": {
"production": [
Expand Down
Loading
Loading