You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: LLM-first quickstart with agent setup and MCP (#2534)
* docs: LLM-first quickstart with superdoc init and MCP setup
SD-2244: Restructure the quickstart page to lead with agent-first
instructions:
1. superdoc init — generates AGENTS.md for AI coding agents
2. MCP server setup — one command for Claude Code, config for
Cursor/Windsurf
3. Backend code — SDK (Node.js, Python) and CLI tabs
4. Embed editor — existing content preserved below
The page now serves three audiences: developers using AI coding
agents, backend automation developers, and web app developers
embedding the visual editor.
* docs: tighten quickstart copy — show code, cut explanation
* fix(docs): fix card icons and Python SDK quickstart snippet
- Replace missing icons (gear → screwdriver-wrench, github → arrow-up-right-from-square)
- Fix Python SDK example: sync client uses dict params and no await
* docs: update quickstart to use npx @superdoc-dev/create
Install with `npm install @superdoc-dev/react`. If you need to pin the underlying `superdoc` version, use `overrides` (or `pnpm.overrides`) in your app's `package.json`. See the full [React guide](/getting-started/frameworks/react).
208
+
Install with `npm install @superdoc-dev/react`. [Full React guide →](/getting-started/frameworks/react)
0 commit comments