Add monitoring section to advanced topics index, re-ordered advanced topics to match sidebar, added header to new monitoring page

This commit is contained in:
chrishart0 2025-02-15 18:22:03 -05:00
parent c71fb45b4b
commit d19fc8628e
2 changed files with 20 additions and 3 deletions

View File

@ -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).

View File

@ -1,3 +1,8 @@
---
sidebar_position: 6
title: "📊 Monitoring"
---
# Monitoring OpenWeb UI
This guide covers different approaches to monitoring your OpenWeb UI instance.