Hey folks, I've forgot to mention this on the hangout today but I was thinking maybe we can have some guidelines on how we write plugin docs. Below is a modified version of doc that I've made (mostly borrowed from globalization plugin).
https://github.com/muratsu/cordova-doc Should we apply this style to all of the docs? What are your thoughts? Sample: # plugin-name Some description ## Installation Steps ## API - API - Methods - Class: And others ## plugin-name.firstMethod Method params and short description #### Description Detailed explanation #### Supported Platforms Pass/Fail for platforms #### Example Small example how to use #### Plat1 Quirks Quirk list #### Plat2 Quirks ... Thanks, Murat