Elixir 1.16's Improved Docs 📚
Notes
Elixir 1.16.rc just came out, and there are four noteworthy improvements to docs:
- Style guides are now part of the docs: https://hexdocs.pm/elixir/1.16/introduction.html
- Mermaid.js diagrams are used GenServer and Supervisor docs (e.g. https://hexdocs.pm/elixir/1.16/GenServer.html)
- A new Anti-patterns section ❤️: https://hexdocs.pm/elixir/1.16/what-anti-patterns.html
- And a brand new Enum cheatsheets: https://hexdocs.pm/elixir/1.16/enum-cheat.html