From be4e628f73ecdce9c48d88a2c2f873d9e6f30e9b Mon Sep 17 00:00:00 2001 From: vincentmughal11 Date: Thu, 12 Jun 2025 22:44:47 -0500 Subject: [PATCH 1/2] updated globalFolder documentation --- packages/docusaurus/static/configuration/yarnrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/static/configuration/yarnrc.json b/packages/docusaurus/static/configuration/yarnrc.json index 168f5dd5669..3e45f9e00b9 100644 --- a/packages/docusaurus/static/configuration/yarnrc.json +++ b/packages/docusaurus/static/configuration/yarnrc.json @@ -252,7 +252,7 @@ "globalFolder": { "_package": "@yarnpkg/core", "title": "Path where all files global to the system will be stored.", - "description": "Various files we be stored there: global cache, metadata cache, ...", + "description": "The folder where all system-global files (cache, metadata, etc.) are stored. The location depends on the operating system; for example `$HOME/.yarn/berry` on Linux/macOS or `%LOCALAPPDATA%\\Yarn\\Berry` on Windows. This path can be overridden by the `YARN_GLOBAL_FOLDER` environment variable.", "type": "string", "format": "uri-reference", "examples": ["${HOME}/.yarn/berry"] From cbe71347d342caa42c5034c4c3707dfb4564ee2e Mon Sep 17 00:00:00 2001 From: vincentmughal11 Date: Thu, 3 Jul 2025 23:15:19 +0000 Subject: [PATCH 2/2] updated the description to fit required changes --- packages/docusaurus/static/configuration/yarnrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docusaurus/static/configuration/yarnrc.json b/packages/docusaurus/static/configuration/yarnrc.json index 3e45f9e00b9..db2b185b2d2 100644 --- a/packages/docusaurus/static/configuration/yarnrc.json +++ b/packages/docusaurus/static/configuration/yarnrc.json @@ -252,7 +252,7 @@ "globalFolder": { "_package": "@yarnpkg/core", "title": "Path where all files global to the system will be stored.", - "description": "The folder where all system-global files (cache, metadata, etc.) are stored. The location depends on the operating system; for example `$HOME/.yarn/berry` on Linux/macOS or `%LOCALAPPDATA%\\Yarn\\Berry` on Windows. This path can be overridden by the `YARN_GLOBAL_FOLDER` environment variable.", + "description": "By default, system-global files (such as cache and metadata) are stored in $HOME/.yarn/berry on Linux/macOS and %LOCALAPPDATA%\\Yarn\\Berry on Windows.", "type": "string", "format": "uri-reference", "examples": ["${HOME}/.yarn/berry"]