hyperledger / aries-rfcs

Hyperledger Aries is infrastructure for blockchain-rooted, peer-to-peer interactions
https://hyperledger.github.io/aries-rfcs/
Apache License 2.0
326 stars 217 forks source link

Create a useful, generated website for publishing Aries RFCs #765

Open swcurran opened 1 year ago

swcurran commented 1 year ago

The readmes/markdown files of the Aries RFCs repository are extremely difficult for users of the information to navigate. For those creating RFCs, it’s not too bad, but for those navigating them, it’s a bit of a nightmare.

It would be nice to have a generated site based on requirements for how an end user of the RFCs might want to navigate the site.

This would likely require a fair bit of code to manipulate the RFC documents to produce the generated website. Code to (for example) extract an AIP list is available in the /code folder, but the transformations to create a navigable site might be tricky.