From d5164693ff923b0b02744ba40f788dbf9bbcae26 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 13 Mar 2024 11:17:53 +0530 Subject: [PATCH] Fix vitepress warning Change the syntax highlighting of the `env` code block from `env` to `sh` because currently vite press doesn't support the env language and instead complains > The language 'env' is not loaded, falling back to 'txt' for syntax highlighting. --- docs/docs/self-hosting/guides/external-s3.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/docs/self-hosting/guides/external-s3.md b/docs/docs/self-hosting/guides/external-s3.md index 6f7e3c448..40b401724 100644 --- a/docs/docs/self-hosting/guides/external-s3.md +++ b/docs/docs/self-hosting/guides/external-s3.md @@ -160,7 +160,10 @@ RUN chmod +x /docker-entrypoint.d/replace_ente_endpoints.sh Create a `.credentials.env` file at the root of the project with the following content (here you need to set the correct value of each variable): -```env + + +```sh # run `go run tools/gen-random-keys/main.go` in the server directory to generate the keys ENTE_KEY_ENCRYPTION= ENTE_KEY_HASH=