mirror of
https://github.com/halo-dev/docs.git
synced 2026-05-07 01:01:45 +08:00
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:
@@ -3,8 +3,8 @@ title: 评论
|
||||
description: 评论 - CommentFinder
|
||||
---
|
||||
|
||||
import CommentVo from "../vo/CommentVo.md"
|
||||
import ReplyVo from "../vo/ReplyVo.md"
|
||||
import CommentVo from "../vo/_CommentVo.md"
|
||||
import ReplyVo from "../vo/_ReplyVo.md"
|
||||
|
||||
## getByName(name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user