styleguidist/react-styleguidist
在 GitHub 查看Configure Sections using markdown files in folders and front-matter
Open
#365 创建于 2017年3月29日
help wantedrequest for comments
仓库指标
- Star
- (11,091 star)
- PR 合并指标
- (PR 指标待抓取)
描述
I know we can configure sections via a custom config.
But wouldn't it be cool if the sections could be generated simply by [index|section].md files in src folders using YAML front matter (https://github.com/matthewwithanm/markdown-with-front-matter-loader)?
---
section: Name of the section
---
# Section description
This would further simplify the configuration. What you think?