Skip to content

Conversation

@rabanspiegel
Copy link
Contributor

@rabanspiegel rabanspiegel commented Jan 9, 2026

Summary

  • Add documentation pages for all Emdash capabilities (issues, tasks, providers, best-of-n, containerization, diff-view, kanban-view)
  • Add Copy Markdown button to docs pages for easy sharing with LLMs

New Pages

  • Passing Issues - Linear, Jira, GitHub Issues integration
  • Running Tasks - Task creation and worktree workflow
  • Providers - List of 20+ supported CLI agents
  • Best of N - Multi-agent parallel execution
  • Containerization - Docker isolation feature
  • Diff View - Change review panel
  • Kanban View - Task board visualization

Copy Markdown Feature

Uses static file approach like Langfuse docs:

  • Build script copies MDX to public/md-src/*.md
  • Next.js rewrite serves *.md URLs
  • Button fetches and copies to clipboard

Test plan

  • Visit each new docs page and verify content renders
  • Click Copy Markdown button and paste to verify output
  • Visit /<page>.md directly to verify raw markdown endpoint

Note

Introduces comprehensive docs content and shareability improvements.

  • Adds new docs pages: tasks, issues, providers, best-of-n, containerization, diff-view, kanban-view; updates meta.json and removes parallel-agents.mdx
  • Implements Copy Markdown feature: new CopyMarkdownButton, build script scripts/copy-md-sources.js to export .mdx as .md into public/md-src, Next.js rewrites() to serve /*.md, and updates package.json scripts
  • Shows last updated timestamps: enables last-modified plugin in source.config.ts with GitHub API fallback in app/[[...slug]]/page.tsx; adds LastUpdated component
  • Minor UI/config tweaks: switch to fumadocs-ui/provider/next, custom colors in global.css, adjusted DocsDescription spacing, and .gitignore update for public/md-src/

Written by Cursor Bugbot for commit ccc9423. This will update automatically on new commits. Configure here.

Add a button that copies the page content as markdown for easy sharing
with LLMs. Uses a static file approach:
- Build script copies MDX files to public/md-src as .md
- Next.js rewrite serves *.md URLs from that directory
- Button fetches and copies to clipboard
@vercel
Copy link

vercel bot commented Jan 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 9, 2026 11:35pm

@arnestrickmann arnestrickmann merged commit 0e1ba16 into main Jan 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants