chore: improve importing markdown file name (#368)

为被导入的 Markdown 片段文件名添加 `_`,防止为其生成页面。比如:https://docs.halo.run/developer-guide/theme/vo/ThemeVo

参考文档:https://docusaurus.io/docs/2.x/markdown-features/react#importing-markdown

/kind improvement

```release-note
None
```
This commit is contained in:
Ryan Wang
2024-06-03 14:35:44 +08:00
committed by GitHub
parent 7eec30763e
commit de60c8a3fd
312 changed files with 448 additions and 448 deletions
@@ -3,7 +3,7 @@ title: 作者
description: 作者 - ContributorFinder
---
import ContributorVo from "../vo/ContributorVo.md"
import ContributorVo from "../vo/_ContributorVo.md"
## getContributor(name)