From 0e39bcdcd29dce8990a2af88c8e201396bc95beb Mon Sep 17 00:00:00 2001
From: Manav Rathi <manav@mrmr.io>
Date: Thu, 16 May 2024 19:06:00 +0530
Subject: [PATCH] [docs] Add yarn to package.json

Same as b3ec2481bd34270ef8d9c7d257461a0f9c5eee67
---
 docs/docs/self-hosting/guides/external-s3.md | 8 ++++----
 docs/package.json                            | 3 ++-
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/docs/docs/self-hosting/guides/external-s3.md b/docs/docs/self-hosting/guides/external-s3.md
index e41593efc..87a48de27 100644
--- a/docs/docs/self-hosting/guides/external-s3.md
+++ b/docs/docs/self-hosting/guides/external-s3.md
@@ -167,10 +167,10 @@ RUN chmod +x /docker-entrypoint.d/replace_ente_endpoints.sh
 This runs nginx inside to handle both the web & album URLs so we don't have to
 make two web images with different port.
 
-* `DOCKER_RUNTIME_REPLACE_ENDPOINT` this is your public museum API URL.
-* `DOCKER_RUNTIME_REPLACE_ALBUMS_ENDPOINT` this is the shared albums URL (for
-  more details about configuring shared albums, see
-  [faq/sharing](/self-hosting/faq/sharing)).
+-   `DOCKER_RUNTIME_REPLACE_ENDPOINT` this is your public museum API URL.
+-   `DOCKER_RUNTIME_REPLACE_ALBUMS_ENDPOINT` this is the shared albums URL (for
+    more details about configuring shared albums, see
+    [faq/sharing](/self-hosting/faq/sharing)).
 
 Note how above we had updated the `compose.yaml` file for the server with
 
diff --git a/docs/package.json b/docs/package.json
index 5d4dc3b19..015d79eea 100644
--- a/docs/package.json
+++ b/docs/package.json
@@ -10,5 +10,6 @@
     "devDependencies": {
         "prettier": "^3",
         "vitepress": "^1.0.0-rc.45"
-    }
+    },
+    "packageManager": "yarn@1.22.21"
 }