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

## 高级重定向

实现了支持模式匹配和参数保留的强大重定向系统。团队现在可以管理文档 URL 结构，同时保持向后兼容性。

```yaml
redirects:
  - source: /v1/api/*
    destination: /v2/api/:splat
    permanent: true
  - source: /guides/:name
    destination: /tutorials/:name
```

阅读文档

## API 授权处理

增强了文档平台中的 API 授权处理。开发者现在可以通过改进的令牌管理更轻松地测试经过身份验证的端点。

阅读文档