├── .github └── documentation-js-logo.png ├── README.md └── license /.github/documentation-js-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/documentationjs/awesome-documentation/750f1b4ef55f64796aa0f025d6362360512568d0/.github/documentation-js-logo.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # awesome-documentation [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 |

4 | 5 |

6 | 7 | a list of websites using [documentation](https://github.com/documentationjs/documentation) to be awesome 8 | 9 | * [node-mapnik](http://mapnik.org/documentation/node-mapnik/) 10 | * [Mapbox GL JS](https://www.mapbox.com/mapbox-gl-js/api/) 11 | * [Turf](http://turfjs.org/docs/) 12 | * [Simple Statistics](http://simplestatistics.org/docs/) 13 | 14 | ## License 15 | 16 | [![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/ ) 17 | 18 | To the extent possible under law, [Tom MacWright](http://www.macwright.org) has waived all copyright and related or neighboring rights to this work. 19 | -------------------------------------------------------------------------------- /license: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/documentationjs/awesome-documentation/750f1b4ef55f64796aa0f025d6362360512568d0/license --------------------------------------------------------------------------------