input-output-hk / mithril

Stake-based threshold multi-signatures protocol
https://mithril.network
Apache License 2.0
115 stars 36 forks source link

Fix JSON formatting of configuration examples and documentation #1729

Open jpraynaud opened 1 month ago

jpraynaud commented 1 month ago

Why

During the review of PR https://github.com/input-output-hk/mithril/pull/1727#discussion_r1627187036, we have noticed that some example macros in the configuration code and in the associated documentation website pages are not valid JSON strings.

What

Assess and fix the JSON formatting of examples in code and documentation website.

How