From 602ea89b1cbb385c3d835bb40e8d7727184bcab1 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Fri, 31 Jan 2025 00:36:03 -0800 Subject: [PATCH] refac --- docs/getting-started/advanced-topics/index.mdx | 18 ------------------ .../{advanced-topics => }/api-endpoints.md | 0 .../{advanced-topics => }/env-configuration.md | 0 3 files changed, 18 deletions(-) rename docs/getting-started/{advanced-topics => }/api-endpoints.md (100%) rename docs/getting-started/{advanced-topics => }/env-configuration.md (100%) diff --git a/docs/getting-started/advanced-topics/index.mdx b/docs/getting-started/advanced-topics/index.mdx index 0a93b25..91f51ce 100644 --- a/docs/getting-started/advanced-topics/index.mdx +++ b/docs/getting-started/advanced-topics/index.mdx @@ -9,34 +9,16 @@ Explore deeper concepts and advanced configurations of Open WebUI to enhance you --- -## 🔧 Environment Configuration -Understand how to set environment variables to customize your Open WebUI setup. -[Environment Configuration Guide](/getting-started/advanced-topics/env-configuration) - ---- - ## 📊 Logging and Monitoring Learn how to monitor, log, and troubleshoot your system effectively. [Logging and Monitoring Guide](/getting-started/advanced-topics/logging) --- -## 🛠️ Development Guide -Dive into the development process and learn how to contribute to Open WebUI. -[Development Guide](/getting-started/advanced-topics/development) - ---- - ## 🔒 HTTPS Encryption Ensure secure communication by implementing HTTPS encryption in your deployment. [HTTPS Encryption Guide](/getting-started/advanced-topics/https-encryption) --- -## 🔗 API Endpoints -Get essential information for API integration and automation using our models. -[API Endpoints Guide](/getting-started/advanced-topics/api-endpoints) - ---- - Looking for installation instructions? Head over to our [Quick Start Guide](/getting-started/quick-start). \ No newline at end of file diff --git a/docs/getting-started/advanced-topics/api-endpoints.md b/docs/getting-started/api-endpoints.md similarity index 100% rename from docs/getting-started/advanced-topics/api-endpoints.md rename to docs/getting-started/api-endpoints.md diff --git a/docs/getting-started/advanced-topics/env-configuration.md b/docs/getting-started/env-configuration.md similarity index 100% rename from docs/getting-started/advanced-topics/env-configuration.md rename to docs/getting-started/env-configuration.md