mirror of
https://github.com/upstash/context7.git
synced 2026-09-14 19:09:34 +08:00
6d777619c2
Co-authored-by: Context7 Agent <docs-agent@context7.com> Co-authored-by: Josh <josh@upstash.com> Co-authored-by: context7[bot] <236830434+context7[bot]@users.noreply.github.com>
37 lines
1.2 KiB
Plaintext
37 lines
1.2 KiB
Plaintext
---
|
|
title: Intro
|
|
description: A documentation platform built for the way agents read, search, and decide
|
|
---
|
|
|
|
Docs7 turns your existing GitHub repository into fast, beautiful documentation for people and clean, structured context for agents.
|
|
|
|
## ❌ Without Docs7
|
|
|
|
Most documentation platforms make agents work around pages built for humans:
|
|
|
|
- ❌ No insights into what agents search for, or which questions returned no answer
|
|
- ❌ Agents waste tokens on navigation and reading layouts
|
|
- ❌ Agents hallucinate non-existent documentation links
|
|
|
|
## ✅ With Docs7
|
|
|
|
Docs7 is the best way to serve documentation to agents:
|
|
|
|
- ✅ Distribute your docs to 100,000+ active Context7 users
|
|
- ✅ Deep insights into AI crawler traffic, searches, and assistant questions
|
|
- ✅ Prevents hallucinations by guiding agents to the right page
|
|
|
|
## Start here
|
|
|
|
<Columns cols={3}>
|
|
<Card title="Quickstart" href="/docs7/quickstart">
|
|
Preview a project with the CLI, then publish it.
|
|
</Card>
|
|
<Card title="Migration guide" href="/docs7/migrate-from-mintlify">
|
|
Move an existing site without rewriting it.
|
|
</Card>
|
|
<Card title="Components" href="/docs7/components/callouts">
|
|
Use the built-in MDX component library.
|
|
</Card>
|
|
</Columns>
|