What's new in Jamdesk — the docs-as-code platform for MDX, GitHub, and API documentation. Feature releases, CLI updates, and platform changes.
New features, platform changes, and CLI updates for Jamdesk.
AI Actions Menu. A dropdown on every page lets readers copy Markdown, open the page in ChatGPT/Claude/Perplexity, grab the MCP server config, or one-click install it in Cursor or VS Code. Enabled by default — pick which options show up via contextual in docs.json. See AI Actions Menu.
Analytics. Cookie-free page analytics tracking views, traffic sources, and visitor trends. No consent banner needed. See Analytics Overview.
Integrations. Google Analytics 4, Google Tag Manager, and Slack build notifications (Pro).
RSS Feed for Changelogs — Pages with rss: true in frontmatter now auto-generate a subscribable RSS feed. An RSS icon appears next to the page title, and a feed.xml is built from your Update components during each build. Use the new date prop on Update for proper feed dates. See Update component.
AI Integration. Every site generates llms.txt for LLM context windows, exposes raw Markdown at .md URLs, and includes an MCP server at /_mcp with searchDocs and getPage tools. Works with Claude, Cursor, Codex, and any MCP client.
CLI. jamdesk dev for local preview with hot reload, jamdesk validate for broken links, jamdesk migrate to convert from Mintlify/GitBook/Docusaurus, jamdesk doctor for setup issues. Install via npm, curl, or Homebrew. See CLI Overview.
Custom Domain TXT Verification — All custom domains now require a TXT record (_jamdesk.yourdomain.com) before routing activates. This prevents domain takeover on unclaimed subdomains. Newly added domains will see the TXT record in the dashboard setup flow. See the Custom Domains guide.
Multi-Language Support — Define separate navigation trees and content directories per locale. Readers switch languages from a dropdown in the top bar. See Multi-Language Support.
Search Analytics — See what readers search for, which queries return zero results, and what they click. Useful for finding content gaps. See Search Analytics.
Jamdesk launches. Write docs in MDX, push to GitHub, get a site on a global CDN. Builds finish in under 60 seconds.
- MDX + 20+ components: tabs, accordions, steps, code groups, Mermaid, KaTeX, icons. Overview
- Code blocks with syntax highlighting, line numbers, and line highlighting. Docs
- Custom React components with full Tailwind and hook support. Docs
- Snippets and custom CSS for shared content and style overrides
- OpenAPI docs generated from your spec via
api.openapiindocs.json. Example - Auto-deploy from GitHub on push, 10s debounce
- Custom domains with automatic SSL
- Subpath hosting at
/docs(Vercel, CloudFront, Cloudflare, nginx, more) - Monorepo support: set the
docs.jsonpath in project settings - Redirects in
docs.json, exact and wildcard - Three themes (
jam,nebula,pulsar), custom colors, logos, footer config - Cmd+K search, full-text, zero config
- SEO: sitemaps, OG images, per-page meta
