From 3b784a3b3d5bb53f3b09625b5cc2ac97ab2516ea Mon Sep 17 00:00:00 2001 From: Matthew Hand Date: Tue, 5 Nov 2024 19:51:20 +0000 Subject: [PATCH] Add advanced-topics/index.mdx changes from feature-nginx-combined --- .../getting-started/advanced-topics/index.mdx | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 docs/getting-started/advanced-topics/index.mdx diff --git a/docs/getting-started/advanced-topics/index.mdx b/docs/getting-started/advanced-topics/index.mdx new file mode 100644 index 0000000..9c8639a --- /dev/null +++ b/docs/getting-started/advanced-topics/index.mdx @@ -0,0 +1,37 @@ +--- +sidebar_position: 4 +title: "📚 Advanced Topics" +--- + +# 📚 Advanced Topics + +Explore deeper concepts and advanced configurations of Open WebUI to enhance your setup. + +--- + +## 🔧 Environment Configuration +Understand how to set environment variables to customize your Open WebUI setup. +[Environment Configuration Guide](./EnvConfig) + +--- + +## 📊 Logging and Monitoring +Learn how to monitor, log, and troubleshoot your system effectively. +[Logging and Monitoring Guide](./Logging) + +--- + +## 🛠️ Development Guide +Dive into the development process and learn how to contribute to Open WebUI. +[Development Guide](./Development) + +--- + +## 🔒 HTTPS Encryption +Ensure secure communication by implementing HTTPS encryption in your deployment. +[HTTPS Encryption Guide](./HttpsEncryption) + +--- + +Looking for installation instructions? Head over to our [Quick Start Guide](../quick-start). +Need to explore core features? Check out [Using OpenWebUI](../using-openwebui). \ No newline at end of file