Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
Release Notes (Suki Documentation)
Use this skill when writing or editing release note pages inupdates/. Follow the structure and format used in existing release note pages (e.g. mar2026-release-notes.mdx, jan2026-release-notes.mdx).
Page location and naming
- Path:
updates/{month}{year}-release-notes.mdx(e.g.mar2026-release-notes.mdx) - Frontmatter:
title(e.g. “March 2026”),description,sidebarTitle,rss: true
Page structure
- Lead paragraph (no heading): One short summary of the release.
- Sections (use as needed):
## What's new— new features## What's enhanced— enhancements## What's changed— deprecations or behavior changes## What's removed— removed APIs or options
- Anchor before each
<Update>:<span id="kebab-case-anchor" />for deep links. - Update blocks: One
<Update>per logical change. Usetag="LATEST"only on the single newest update.
Per-item format (inside each <Update>)
Use this structure for every change:
Badge
- API:
<Badge size="sm" color="blue">API v1.x.x</Badge> - Web SDK:
<Badge size="sm" color="green">Web SDK 2.x.x</Badge> - Headless Web SDK:
<Badge size="sm" color="orange">Headless Web SDK 0.x.x</Badge>
Section heading inside <Update>
Match the section: ### New Features | ### Enhancements | ### Deprecated | ### Removed.
Link
- Use a relative path from
updates/(e.g.../web-sdk/guides/ambient-problem-based-charting#existing-patient-diagnoses). - Prefer a closing line with a markdown link whose target is relative to
updates/(for example../web-sdk/guides/...), ending with “documentation.” or ”… guide.”
Style
- No em dashes; use commas or colons.
- Professional, developer-focused tone.
- One change per badge + bold title + body + “Why it matters” + link.
Example (single enhancement item)
Reference
- Full release-note format and LATEST badge rule: AGENTS.md → “Release Notes” and “Release Note Page Format”.