Cheerio uses JSDoc's "mixin" functionality to organize instance methods according to their purpose. This mimics the organization of the jQuery library. Because these objects are not designed for consumption as JavaScript "mixins," the term is not used in the project documentation. Instead, references to JSDoc mixins are presented in terms of "categories," similar to the jQuery API documentation.
Cheerio's template for JSDoc 3 uses: the Taffy Database library and the Underscore Template library.
The default template uses the OpenSans typeface. The font files can be regenerated as follows:
- Open the OpenSans page at Font Squirrel.
- Click on the 'Webfont Kit' tab.
- Either leave the subset drop-down as 'Western Latin (Default)', or, if we decide we need more glyphs, than change it to 'No Subsetting'.
- Click the 'DOWNLOAD @FONT-FACE KIT' button.
- For each typeface variant we plan to use, copy the 'eot', 'svg' and 'woff' files into the 'templates/default/static/fonts' directory.