From 071899b9446d5da84018045189de43b11068314c Mon Sep 17 00:00:00 2001 From: Gnana Eswar Gunturu Date: Mon, 19 Jan 2026 19:12:24 +0530 Subject: [PATCH] docs: fix wording in installation guide (#11670) --- website/docs/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/installation.mdx b/website/docs/installation.mdx index df6ffa3d7d87..bba29b419df4 100644 --- a/website/docs/installation.mdx +++ b/website/docs/installation.mdx @@ -124,7 +124,7 @@ In this case, you should run `npx create-docusaurus` within the `./my-monorepo` If you're using a hosting provider such as Netlify or Vercel, you will need to change the `Base directory` of the site to where your Docusaurus root is. In this case, that would be `./website`. Read more about configuring ignore commands in the [deployment docs](./deployment.mdx#deploying-to-netlify). -Read more about monorepos in the [Yarn documentation](https://yarnpkg.com/features/workspaces) (Yarn is not the only way to set up a monorepo, but it's a common solution), or checkout [Docusaurus](https://github.com/facebook/docusaurus) and [Jest](https://github.com/facebook/jest) for some real-world examples. +Read more about monorepos in the [Yarn documentation](https://yarnpkg.com/features/workspaces) (Yarn is not the only way to set up a monorepo, but it's a common solution), or check out [Docusaurus](https://github.com/facebook/docusaurus) and [Jest](https://github.com/facebook/jest) for some real-world examples. ## Running the development server {#running-the-development-server}