March 30, 2026

Tab alignment and placement options

You can now finetune how your tabs look and behave using theme.tabs in docs.yml. Choose between the default underline or bubble style, place tabs in the header or sidebar, and center-align header tabs from a single configuration block.

docs.yml
1theme:
2 tabs:
3 style: bubble
4 alignment: center
5 placement: header

The existing string shorthand (e.g., theme.tabs: bubble) continues to work for simple style changes.

Read the docs