# docs.dev > Documentation for docs.dev. Every page is available as raw markdown by appending `.md` to its URL. The full corpus is at /llms-full.txt. MCP clients can connect to the /mcp endpoint to search and read these docs. ## Docs - [AI & agent access](/docs/agents.md): Ask AI in the docs, markdown for every page, llms.txt, and a built-in MCP server — your docs are readable by humans and agents alike. - [AI writing & images](/docs/ai.md): Generate docs and images in the editor — running on your own Cloudflare account, no API keys required. - [Why docs.dev + Claude Code](/docs/claude-code.md): Your docs are a repo Claude Code already knows how to work in — write, verify, and ship pages with one-line requests. - [Configuration reference](/docs/configuration.md): Every variable and secret your docs site understands, in one place. - [Editing](/docs/editing.md): Edit pages in place, share drafts with your team, and publish with a git commit. - [Getting started](/docs/getting-started.md): Deploy your own docs site in one click, then make your first edit. - [Welcome to docs.dev](/docs.md): Documentation that reads like a designed page — in a repo you own, on infrastructure you control. - [Standalone sign-in](/docs/standalone-auth.md): Run without a docs.dev account — GitHub sign-in for your repo's collaborators, or a simple PIN. - [Team sign-in](/docs/team.md): Let your whole team edit with docs.dev accounts — invite members, control access centrally. - [API Reference](/docs/api-reference.md): The API behind the in-site editor: sessions, shared drafts, page management, publishing, and AI generation. - [Check AI availability](/docs/api-reference/ai/aiAvailability.md) - [Generate documentation or an image](/docs/api-reference/ai/aiGenerate.md) - [Delete a draft](/docs/api-reference/drafts/deleteDraft.md) - [Read a draft, or list all drafts](/docs/api-reference/drafts/getDrafts.md) - [Save a draft](/docs/api-reference/drafts/saveDraft.md) - [Inspect the current session](/docs/api-reference/auth/getSession.md) - [Sign in with GitHub](/docs/api-reference/auth/loginWithGitHub.md) - [Sign in with a PIN](/docs/api-reference/auth/loginWithPin.md) - [Sign out](/docs/api-reference/auth/logout.md) - [Delete a page](/docs/api-reference/pages/deletePage.md) - [List published pages](/docs/api-reference/pages/listPages.md) - [Publish a page](/docs/api-reference/publish/publishPage.md)