styleguidist/react-styleguidist

Configure Sections using markdown files in folders and front-matter

Open

#365 创建于 2017年3月29日

在 GitHub 查看
 (13 评论) (0 反应) (0 负责人)TypeScript (1,416 fork)github user discovery
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?

贡献者指南