Skip to content

Standardize heading case and fix documentation issues#91

Open
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/docs-improvements-1776039057
Open

Standardize heading case and fix documentation issues#91
mintlify[bot] wants to merge 1 commit intomainfrom
mintlify/docs-improvements-1776039057

Conversation

@mintlify
Copy link
Copy Markdown
Contributor

@mintlify mintlify Bot commented Apr 13, 2026

Summary

  • Sentence case headings: Converted all headings across 15 files (guides, concepts, API reference) from title case to sentence case per the style guide
  • Fix errors.mdx structure: Moved the misplaced Properties section from under ValidationError to its correct position under CoreAIError, and clarified the name property description
  • Fix retry logic bug: Corrected the retry pattern in errors.mdx that would incorrectly throw on 429 rate limit errors instead of retrying them
  • Add provider coverage: Added Google GenAI and Mistral tabs to the embeddings guide, and Google GenAI tab to the multi-modal provider support section
  • Add missing imports: Added ToolCall type import to streaming tool examples in both streaming and tool-calling guides

- Convert all headings to sentence case per style guide
- Fix misplaced Properties section in errors.mdx (moved under CoreAIError)
- Fix retry logic that incorrectly threw on 429 rate limit errors
- Add Google GenAI and Mistral provider tabs to embeddings guide
- Add Google GenAI tab to multi-modal provider support section
- Add missing ToolCall type import in streaming tool examples
- Fix inconsistent heading case in embed.mdx API reference

Generated-By: mintlify-agent
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.

0 participants