> For clean Markdown content of this page, append .md to this URL. For the complete documentation index, see https://buildwithfern.com/learn/llms.txt.

## 标签对齐和位置选项

您现在可以使用 `docs.yml` 中的 `theme.tabs` 微调标签的外观和行为。选择默认的下划线或气泡样式，将标签放在标题或边栏中，并从单个配置块中心对齐标题标签。

**`docs.yml`**

```yaml docs.yml
theme:
  tabs:
    style: bubble
    alignment: center
    placement: header
```

现有的字符串简写（例如 `theme.tabs: bubble`）继续用于简单的样式更改。

阅读文档