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?

貢獻者指南