Claude CodeandClaude 000db6f58f fix: 修复MDX组件标签大小写和命名冲突
## 修复内容

### MDX组件标签大小写
- 将 `<timeline>` 修改为 `<Timeline>`(React组件必须大写字母开头)
- 将 `</timeline>` 修改为 `</Timeline>`

### 组件命名冲突
- 将自定义Highlight组件重命名为Highlighter
- 避免与prism-react-renderer的Highlight组件冲突
- 更新what-is-react.mdx中的使用

### 修复页面
 docs/foundations/what-is-react.mdx - Timeline和Highlight组件标签修复

### 状态检查
- 所有页面返回HTTP 200状态
- 编译成功无错误
- 服务器运行正常:http://localhost:3011/

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-07 09:52:21 +08:00

Website

This website is built using Docusaurus, a modern static website generator.

Installation

yarn

Local Development

yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

USE_SSH=true yarn deploy

Not using SSH:

GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.

S
Description
No description provided
Readme
3.3 MiB
Languages
JavaScript 93.5%
CSS 3.4%
TypeScript 2.5%
MDX 0.6%