Fix: docs page syntax error
This commit is contained in:
@@ -1,31 +1,23 @@
|
||||
# 📚 SiteMente Docs
|
||||
|
||||
Long-term documentation for SiteMente operations.
|
||||
|
||||
## 🚀 Getting Started
|
||||
|
||||
- [Quick Start Guide](/docs/quick-start)
|
||||
- [Architecture Overview](/docs/architecture)
|
||||
- [Environment Variables](/docs/env)
|
||||
|
||||
## 🛠 Products
|
||||
|
||||
- [Smart Starter](/docs/products/starter)
|
||||
- [Smart Site](/docs/products/site)
|
||||
- [AI Growth Partner](/docs/products/growth)
|
||||
|
||||
## 🔌 Integrations
|
||||
|
||||
- [Vapi Voice AI](/docs/integrations/vapi)
|
||||
- [MiniMax AI](/docs/integrations/minimax)
|
||||
- [Stripe Payments](/docs/integrations/stripe)
|
||||
|
||||
## 📋 Operational
|
||||
|
||||
- [Onboarding Checklist](/docs/ops/onboarding)
|
||||
- [Troubleshooting Guide](/docs/ops/troubleshooting)
|
||||
- [API Endpoints](/docs/ops/api)
|
||||
|
||||
---
|
||||
|
||||
*Auto-generated by Horus* 👁️
|
||||
export default function DocsPage() {
|
||||
return (
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-bold mb-4">SiteMente Docs</h1>
|
||||
<p className="text-white/60 mb-4">Long-term documentation for SiteMente operations.</p>
|
||||
|
||||
<div className="space-y-4">
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-white/10">
|
||||
<h2 className="font-bold mb-2">Getting Started</h2>
|
||||
<p className="text-white/60 text-sm">Quick start guides and setup instructions</p>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-white/10">
|
||||
<h2 className="font-bold mb-2">Products</h2>
|
||||
<p className="text-white/60 text-sm">Smart Starter, Smart Site, AI Growth Partner</p>
|
||||
</div>
|
||||
<div className="p-4 rounded-lg bg-white/5 border border-white/10">
|
||||
<h2 className="font-bold mb-2">Integrations</h2>
|
||||
<p className="text-white/60 text-sm">Vapi, MiniMax, Stripe</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user