diff --git a/self-host/community-guides/middlewaremanager.mdx b/self-host/community-guides/middlewaremanager.mdx
index c1b1ae3..763d6a0 100644
--- a/self-host/community-guides/middlewaremanager.mdx
+++ b/self-host/community-guides/middlewaremanager.mdx
@@ -1,9 +1,16 @@
-# Enhancing Your Pangolin Deployment with the Middleware Manager
+---
+title: "Middleware Manager"
+---
This is a community guide and not officially supported. For issues, contributions, or bug reports, please use the [official GitHub repository](https://github.com/hhftechnology/middleware-manager).
+## What is Middleware Manager?
+
+The **Middleware Manager** is a microservice that extends your existing traefik deployments.
+It provides a **web UI** to attach Traefik middlewares to resources without editing Pangolin itself.
+
:warning: **Security Warning**
Middlewares can strengthen security but also create vulnerabilities if misconfigured.
* Test in staging before production.
@@ -15,10 +22,6 @@ Middlewares can strengthen security but also create vulnerabilities if misconfig
---
-## What is Middleware Manager?
-
-The **Pangolin Middleware Manager** is a microservice that extends your existing Pangolin deployment.
-It provides a **web UI** to attach Traefik middlewares to resources without editing Pangolin itself.
### Key Use Cases
* External authentication (Authelia, Authentik, JWT)
@@ -159,13 +162,12 @@ middlewares:
## Final Notes
-The Middleware Manager bridges Pangolin’s simplicity with Traefik’s powerful middleware ecosystem.
+The Middleware Manager gives you a UI to work with Traefik’s powerful middleware ecosystem.
* Start with simple configs → test thoroughly → expand gradually.
* Use templates where possible.
* Always validate in staging before production.
-Happy proxying 🚀
```
diff --git a/self-host/community-guides/traefiklogsdashboard.mdx b/self-host/community-guides/traefiklogsdashboard.mdx
index 85846cc..a18503a 100644
--- a/self-host/community-guides/traefiklogsdashboard.mdx
+++ b/self-host/community-guides/traefiklogsdashboard.mdx
@@ -1,4 +1,6 @@
-## Enhanced Traefik Log Dashboard with Pangolin
+---
+title: "Traefik Log Dashboard"
+---
This is a community guide and is not officially supported. For issues or advanced configuration, please visit the [official repository](https://github.com/hhftechnology/traefik-log-dashboard).