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

fix: RFC JSON formatting #840

Closed JamesKEbert closed 5 months ago

JamesKEbert commented 5 months ago

A couple of RFCs' JSON examples don't display properly in deployed site, so I ran a formatter over it to resolve the issues (the ```json= is the primary problem). The issue can be observed here: https://hyperledger.github.io/aries-rfcs/latest/features/0685-pickup-v2/#reference Also updates RFC 0496 to be in ADOPTED category in mkdocs/index (#834)

swcurran commented 5 months ago

I manually verified that the DCO is correct, despite the hung check. @ryjones — should we plan on going ahead with merges while the DCO check is stuck based on manual checking? What is the impact if we mistakenly think the DCO is correct and it is not?

ryjones commented 5 months ago

@swcurran you should add this file in all of your repos

swcurran commented 5 months ago

@JamesKEbert could you push some other commit to trigger the running of the DCO check? It should go then...

JamesKEbert commented 5 months ago

Done :+1: