Skip to main content

Available Themes

Phase Theme (Default)

Clean, modern theme with light and airy design.

{
"theme": "phase"
}

Styling Options

Eyebrows

Control how page context is displayed above the page title.

{
"styling": {
"eyebrows": "breadcrumbs"
}
}

Shows: Home > Documentation > Page Title

Section

{
"styling": {
"eyebrows": "section"
}
}

Shows: Documentation (just the section name)

Complete Example

{
"theme": "phase",
"styling": {
"eyebrows": "breadcrumbs"
}
}

Next Steps