Please check the following:
- Edited text is grammatically correct (American English)
- Edited text has consistent punctuation
- Code blocks in core documentation include all imports to be self-contained (does not apply to notebooks/cookbooks)
- If blocks of text or code are largely repeated on multiple documentation pages, suggest to consolidate them in
components-mdxto improve maintainability and consistency. - When embedding videos from youtube, make sure to embed from
https://www.youtube-nocookie.cominstead ofhttps://www.youtube.comto avoid cookies and tracking. - Use one H1 per markdown file, with subsections in order (
##,###, etc.)—do not skip heading levels. - We never use
.giffiles, only.mp4files uploaded tostatic.langfuse.com/docs-videosto optimize for size and performance. - when deeplinking to a section via a link that uses the
#anchor, make sure that this the anchor for this section is explicitly defined in the source page via[#anchor]at the end of the header line, e.g.## Get Started [#get-started]