Configuration
Theme & Styling
Customize your documentation theme and visual style
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.
Breadcrumbs (Recommended)
{
"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"
}
}