diff --git a/docs/features/third_party.md b/docs/features/third_party.md
index 65e0c24949..23f9cb5bd2 100644
--- a/docs/features/third_party.md
+++ b/docs/features/third_party.md
@@ -16,7 +16,7 @@ weight: -2
The LibreChat-DiscordBot is a versatile and user-friendly Discord bot designed to streamline interactions with your LibreChat server. With this bot, you can effortlessly manage the LibreChat server directly from your Discord server, eliminating the need for direct server access. It offers an array of functionalities to enhance your LibreChat experience.
-

+
---
@@ -26,8 +26,8 @@ The LibreChat-DiscordBot is a versatile and user-friendly Discord bot designed t
This app is a webview for LibreChat instance Android independent app, this project is forked from ChatGPT-android-app. Default webpage of this app has been set to LibreChat's GitHub Page. This app is optimized for LibreChat's function which is not an original project. For example, Social Login Oauth login support is added to this build.
---
@@ -45,7 +45,7 @@ This script automates the local Windows 64 bits installation and offers a utilit
A Terraform setup to deploy LibreChat to Azure and setup all the necessary services.
-

+
---
diff --git a/docs/index.md b/docs/index.md
index ee7bf3ab62..5cabc82cee 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -6,7 +6,7 @@ weight: -10
-
LibreChat
diff --git a/docs/install/configuration/ai_setup.md b/docs/install/configuration/ai_setup.md
index fe8ed0a38f..f1e558bcf8 100644
--- a/docs/install/configuration/ai_setup.md
+++ b/docs/install/configuration/ai_setup.md
@@ -268,7 +268,7 @@ I recommend using Microsoft Edge for this:
- Copy the whole cookie value. (Yes it's very long 😉)
- Use this **"full cookie string"** for your "BingAI Token"
-
-
+
### copilot-gpt4-service
diff --git a/docs/install/configuration/docker_override.md b/docs/install/configuration/docker_override.md
index d71dc8a1cf..d4cb71cfd4 100644
--- a/docs/install/configuration/docker_override.md
+++ b/docs/install/configuration/docker_override.md
@@ -177,10 +177,10 @@ Run command to create the admin user:
db.createUser({ user: "adminUser", pwd: "securePassword", roles: ["userAdminAnyDatabase", "readWriteAnyDatabase"] })
```
-You should see an "ok" output:
-> { ok: 1 }
+You should see an "ok" output.
You can also confirm the admin was created by running `show users`:
+
```bash
# example input/output
admin> show users