styleguidist/react-styleguidist
GitHub で見るConfigure Sections using markdown files in folders and front-matter
Open
#365 opened on 2017年3月29日
help wantedrequest for comments
Repository metrics
- Stars
- (11,091 stars)
- PR merge metrics
- (PR metrics pending)
説明
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?