+
+
Documentation & API
+
Internal docs, API keys, and credentials
+
+
+ {/* Documentation */}
+
+
Documentation
+
+ {docs.map((doc, idx) => {
+ const IconComponent = doc.icon;
+ return (
+
+
+
+
+
+
+
+
+ {doc.title}
+
+ {doc.description}
+
+
+
+
+
+
+
+
+
+ );
+ })}
+
+
+
+ {/* API Keys */}
+
+
+
API Keys
+
+ Keep secure
+
+
+
+
+
+ {apiKeys.map((key, idx) => (
+
+
+
{key.name}
+
{key.key}
+
+
+
+ {key.status}
+
+
+
+
+ ))}
+
+
+
+
+
+
+ {/* Security Notice */}
+
+
+ 🔐 Security Notice
+
+
+ • Never share API keys in public channels or repositories
+ • Rotate keys regularly for security
+ • Use secrets management for production deployments
+ • Report compromised keys immediately
+
+
+