Add hosted MCP connection docs and photorealistic stapler hero

- Add how-to/hosted-mcp.mdx with connection instructions for:
  - Claude Code quick connect
  - MCP Settings JSON config
  - Python SDK example
  - Self-hosting with Docker
- Add swingline-hero.png (photorealistic red Swingline)
- Add red-swingline.svg for alternate use
- Update hero image to use photorealistic stapler
- Add "Connect to Hosted Server" to sidebar with "New" badge
This commit is contained in:
Ryan Malloy 2026-01-11 14:28:04 -07:00
parent 5ae7040496
commit 580c218b82
5 changed files with 219 additions and 1 deletions

View file

@ -57,6 +57,7 @@ export default defineConfig({
label: 'How-To Guides',
badge: { text: 'Solve', variant: 'note' },
items: [
{ label: 'Connect to Hosted Server', slug: 'how-to/hosted-mcp', badge: { text: 'New', variant: 'success' } },
{ label: 'Extract Tables from Word', slug: 'how-to/extract-tables' },
{ label: 'Analyze Excel Data', slug: 'how-to/analyze-excel' },
{ label: 'Convert to Markdown', slug: 'how-to/convert-markdown' },