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?