feat(docs): add observability documentation

This commit is contained in:
Anish Sarkar 2026-05-23 03:18:25 +05:30
parent 4c8d47617d
commit 6302939a72
3 changed files with 170 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import {
Download,
FlaskConical,
Heart,
Radar,
Unplug,
Wrench,
} from "lucide-react";
@ -26,6 +27,7 @@ const DOCS_ICONS: Record<string, React.ComponentType> = {
Download,
FlaskConical,
Heart,
Radar,
Unplug,
Wrench,
};