Skip to main content

Dev Tools for Livepeer Docs

Here are some tools to help you write and maintain Livepeer docs more efficiently.

Reference Maps

  • Icon Map - proposed icon-to-usage map for tabs, accordions, cards, portal navigation, and guide surfaces.

AI Skills

MDX Templates

VS Code Snippets

Workspace snippets in .vscode/ — available to all contributors automatically when they open this repo. Three snippet files, organised by scope: JSX tag snippets accept both bare names such as Card and opening-tag prefixes such as <Card, so you can expand them after typing the angle bracket without ending up with <<.
Source: .vscode/mdx.code-snippetsfrontmatter — full block with auto-filled title and date:
frontmatter snippet
fm — minimal frontmatter (title + description only).Individual field snippets — each inserts one YAML line with a dropdown of canonical values:
Source: .vscode/mintlify.code-snippetsType any Mintlify component name, with or without the opening <, to insert it with placeholder props.
Source: .vscode/components.code-snippets — generated from docs-guide/config/component-registry.json.Most used:
primitives examples
Also available: DoubleIconLink, GotoLink, LinkArrow, BlinkingIcon, MathBlock, MathInline, Image, CardTitleTextWithArrow, DownloadButton, PreviewCallout, CustomCallout, Subtitle, AccordionTitleWithArrow, TipWithArrow, ComingSoonCallout, CopyText, FocusableScrollRegions, LivepeerIcon, BlinkingTerminal, LinkImage, LivepeerSVG, ReviewCallout, SocialLinks
Most used:
layout examples
Also available: StyledSteps, StyledTable, TableCell, TableRow, DisplayCard, FlexContainer, WidthCard, QuadGrid, ScrollBox, AccordionLayout, InlineImageCard, StepLinkList, StepList, UpdateLinkList, CardCarousel, CenteredContainer, FullWidthContainer, GridContainer, InteractiveCard, InteractiveCards, ListSteps, SearchTable, Spacer
Most used:
content examples
For code samples, include an icon and preferably a filename or title. Use terminal as the default icon when a more specific icon is not needed.Also available: Quote, FrameQuote, CustomResponseField, ValueResponseField, CodeComponent, CodeSection, ComplexCodeBlock, ResponseFieldAccordion, ResponseFieldExpandable, TwitterTimeline, YouTubeVideoData, CardVideo, ShowcaseVideo, TitledVideo, Video, YouTubeVideoDownload, ExternalContent, LinkedInEmbed, MarkdownEmbed, ResponseFieldGroup
Most used — portal hero pattern:
page-structure examples
Also available: LogoHeroContainer, PortalCardsHeader, PortalContentContainer, PortalHeroContent, Starfield, H1, H2, H3, H4, H5, H6, P, CustomCardTitle, PortalSectionHeader, Divider, HeroOverviewContent, PageHeader, RefCardContainer
Most used:
data examples
Also available: BlogCard, CardBlogDataLayout, CardColumnsPostLayout, ColumnsBlogCardLayout, DiscordAnnouncements, PostCard, LumaEvents, ShowcaseCards, BlogDataLayout, CardInCardLayout, LatestVersion
Regenerate UI template catalog and VS Code snippets after registry changes:
regenerate UI templates and snippets
Last modified on May 18, 2026