diff --git a/docs/getting-started/advanced-topics/index.mdx b/docs/getting-started/advanced-topics/index.mdx index 91f51ce..e0d39e0 100644 --- a/docs/getting-started/advanced-topics/index.mdx +++ b/docs/getting-started/advanced-topics/index.mdx @@ -9,9 +9,15 @@ Explore deeper concepts and advanced configurations of Open WebUI to enhance you --- -## 📊 Logging and Monitoring -Learn how to monitor, log, and troubleshoot your system effectively. -[Logging and Monitoring Guide](/getting-started/advanced-topics/logging) +## 🛠️ Development +Understand the development setup and contribute to OpenWeb UI. +[Development Guide](/getting-started/advanced-topics/development) + +--- + +## 📝 Logging +Learn how to configure and manage logs for troubleshooting your system. +[Logging Guide](/getting-started/advanced-topics/logging) --- @@ -21,4 +27,10 @@ Ensure secure communication by implementing HTTPS encryption in your deployment. --- +## 📊 Monitoring +Learn how to monitor your OpenWeb UI instance, including health checks, model connectivity, and response testing. +[Monitoring Guide](/getting-started/advanced-topics/monitoring) + +--- + 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/monitoring.md b/docs/getting-started/advanced-topics/monitoring.md index cd6f39d..10118ba 100644 --- a/docs/getting-started/advanced-topics/monitoring.md +++ b/docs/getting-started/advanced-topics/monitoring.md @@ -1,3 +1,8 @@ +--- +sidebar_position: 6 +title: "📊 Monitoring" +--- + # Monitoring OpenWeb UI This guide covers different approaches to monitoring your OpenWeb UI instance.