This is a repository that reads polkadot-fellows RFCs and generates an online book.
- First, we downloaded the RFCs contained in the RFCs repo - these are "approved" RFCs.
- Second, we download the RFCs contained in open PRS - those are "proposed" RFCs.
- We construct a web page using mdBook.
- Last, the web page is deployed to github pages under paritytech.github.io/rfc-book.
The book is updated on a cron-based manner, because watching every change in the repository (including pushes to PRs coming from forks) seems unfeasible.