hermes-agent/website/docs/user-guide
Teknium 588962d24e
docs: escape {id} in api-server.md headings to fix MDX build (#1787)
MDX v2+ interprets curly braces in regular markdown as JSX
expressions. The headings 'GET /v1/responses/{id}' and
'DELETE /v1/responses/{id}' caused a ReferenceError during
Docusaurus static site generation because 'id' is not a
defined JavaScript variable. Escaped with backslashes.

Co-authored-by: Test <test@test.com>
2026-03-17 11:04:37 -07:00
..
features docs: escape {id} in api-server.md headings to fix MDX build (#1787) 2026-03-17 11:04:37 -07:00
messaging feat: OpenAI-compatible API server + WhatsApp configurable reply prefix (#1756) 2026-03-17 10:44:37 -07:00
_category_.json feat: add documentation website (Docusaurus) 2026-03-05 05:24:55 -08:00
checkpoints-and-rollback.md docs: update checkpoint/rollback docs for new features 2026-03-16 04:56:22 -07:00
cli.md docs: add CLI status bar docs and update /usage reference (#1523) 2026-03-16 04:58:28 -07:00
configuration.md feat(compression): add summary_base_url + move compression config to YAML-only 2026-03-17 04:46:15 -07:00
git-worktrees.md docs: explain checkpoints, /rollback, and git worktrees 2026-03-15 23:04:07 -07:00
security.md docs: comprehensive documentation update for recent features 2026-03-17 03:42:02 -07:00
sessions.md fix(gateway): make group session isolation configurable 2026-03-16 00:22:23 -07:00