Mintlify docs are written in MDX, so you can embed Tella videos directly with anDocumentation Index
Fetch the complete documentation index at: https://tella.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
<iframe> tag. This is great for product walkthroughs, onboarding, and feature explainers inside your docs.
Embed a Tella video
- Open the Tella video you want to embed and click the Share icon to open the embed settings.
- Toggle the options you want (autoplay, branding, title, etc.), then copy the embed code.
-
Open the
.mdxfile in your Mintlify docs project where you want the video to appear, and paste the iframe.
VIDEO_ID with the ID from your Tella share link (or paste the full embed code from Tella).
The result looks like this:
Tips
-
Set
style={{ aspectRatio: "16/9" }}so the iframe scales correctly on all screen sizes — using a fixedheightwill crop or letterbox the video. -
Wrap the iframe in Mintlify’s
<Frame>component if you want a caption underneath: - To fine-tune what viewers see (hide the avatar, hide the title bar, autoplay, loop, start time, etc.), tweak the toggles in Tella’s embed settings — the query parameters in the iframe URL update automatically.