This page shows off the features available in this Mintlify docs site.
Its best to view the raw markdown source of this page on GitHub to see how things are written.
Markdown
Best to look at a general markdown guide for this!
bold
italic
strikethrough
Callouts
Mintlify provides several callout components:
General information and notes.
Additional context or background info.
Watch out for potential issues.
Critical information that requires attention.
Accordions
Hidden content that can be revealed on demand.
Code blocks
public sealed class GreeterSystem : EntitySystem
{
public void GreetEveryone ( string message )
{
Logger . Info ( message );
}
}
LaTeX
Block LaTeX:
μ = 1 N ∑ i = 0 x i \mu = \frac{1}{N} \sum_{i=0} x_i μ = N 1 ∑ i = 0 x i
Inline LaTeX: LaTeX \LaTeX L A T E X
Mermaid