origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Support guides in the docs + simplifies CONTRIBUTING.md #104

Closed robotlolita closed 7 years ago

robotlolita commented 7 years ago

This adds support for guides in the documentation, which is basically documentation not directly associated with a specific object/function. Annexes on several things, including the type notation used, are now guides.

This patch also simplifies CONTRIBUTING.md, making it easier for people to scan and figure out exactly what they need to do to contribute, even though they have to click more places to get that information now.

This fixes #1 (finally!), and fixes #95.