UX improvement: include a CTA to import dependency at the end of each recipe writeup
Motivation:
So I didn't realize each recipe was already a live/compiling implementation, until I tried to contribute to recipes. Going forward, this is something we should highlight. It's similar to truffle boxes enabling devs to bootstrap boilerplates together and generally lower the friction of playing around with new Substrate features.
Suggestion: I think we should call out the fact that each recipe can be easily used / imported as a dependency at the bottom of each writeup. Recipes SEO well, so users likely aren't going through the recipes linearly, but are clicking into the individual pages - hence this needs to be at the bottom of all the writeups.
This snippet should probably be autogenerated...e.g.
Use this recipe
To use this recipe, import the following into your cargo.toml
[dependencies.charity]
default-features = false
version = '2.0.0'