From 5df0ec06ead4dfaade849b8c42aa7e07171dce33 Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Tue, 26 Mar 2024 13:57:25 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=8D=20chore:=20Clean=20Up=20Documentat?= =?UTF-8?q?ion=20Part=203=20(#2219)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/index.md | 8 ++++---- docs/install/configuration/ai_setup.md | 3 ++- docs/install/configuration/docker_override.md | 5 ++--- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5cabc82cee..c60443debb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -17,19 +17,19 @@ weight: -10

+ src="https://img.shields.io/discord/1086345563026489514?label=&logo=discord&style=for-the-badge&logoWidth=20&logoColor=white&labelColor=000000&color=blueviolet"/> + src="https://img.shields.io/badge/YOUTUBE-red.svg?style=for-the-badge&logo=youtube&logoColor=white&labelColor=000000&logoWidth=20"/> + src="https://img.shields.io/badge/GITHUB-blue.svg?style=for-the-badge&logo=github&logoColor=white&labelColor=000000&logoWidth=20"/> + src="https://img.shields.io/badge/SPONSORS-brightgreen.svg?style=for-the-badge&logo=github-sponsors&logoColor=white&labelColor=000000&logoWidth=20"/>

diff --git a/docs/install/configuration/ai_setup.md b/docs/install/configuration/ai_setup.md index f1e558bcf8..3d3c75573d 100644 --- a/docs/install/configuration/ai_setup.md +++ b/docs/install/configuration/ai_setup.md @@ -267,7 +267,8 @@ I recommend using Microsoft Edge for this: - Look for `lsp.asx` (if it's not there look into the other entries for one with a **very long** cookie) - Copy the whole cookie value. (Yes it's very long 😉) - Use this **"full cookie string"** for your "BingAI Token" - -

+ +

diff --git a/docs/install/configuration/docker_override.md b/docs/install/configuration/docker_override.md index d4cb71cfd4..ac29256e8e 100644 --- a/docs/install/configuration/docker_override.md +++ b/docs/install/configuration/docker_override.md @@ -173,9 +173,8 @@ use admin Replace the credentials as desired and keep in your secure records for the rest of the guide. Run command to create the admin user: -```bash -db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] }) -``` + +`db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })` You should see an "ok" output.