+
+
+
+
+
+
+ Knowledge Base
+
+
+ Internal documentation, SOPs, and troubleshooting guides
+
+
+
+
+ {/* Search */}
+
+
+
+ setSearchQuery(e.target.value)}
+ className="pl-10 bg-slate-800 border-slate-700 text-slate-100 placeholder:text-slate-500"
+ />
+
+
+
+ {/* Category Filter */}
+
+ {categories.map((category) => (
+
+ ))}
+
+
+ {/* Articles Grid */}
+
+ {filtered.map((article) => (
+
+
+
+
+ {article.icon}
+
+
+ {article.category}
+
+
+
+ {article.title}
+
+
+ {article.description}
+
+
+
+
+
+ {article.tags.map((tag) => (
+
+ {tag}
+
+ ))}
+
+
+
+ {article.views} views • {article.updated}
+
+
+
+
+
+
+ ))}
+
+
+ {filtered.length === 0 && (
+
+ )}
+